COLOR #615F61

HEX: #615F61
RGB: (97,95,97)

Color info

#615F61 contains red, green and blue colors in about the same proportion. Web safe color of #615F61 is #666666 (or #666).

RGB color model

#615F61 color RGB value is (97,95,97).

  • red value is 97;
  • green value is 95;
  • blue value is 97.
RGB:
(97,95,97)
(38%,37%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 95 of 255 = 37%
B 97 of 255 = 38%

97
95
97

R + G + B ~ 38%. #615F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 95 + 97 = 289 (100%)
R 97 of 289 ~ 33.56%
G 95 of 289 ~ 32.87%
B 97 of 289 ~ 33.56%

%33.56
%32.87
%33.56

CMYK color model

#615F61 color CMYK value is (0,2,0,62).

  • cyan value is 0.00%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(0,2,0,62)
C0M2Y0K62 
(0%,2%,0%,62%)
(0.00/0.02/0.00/0.62)	

CMYK percentages

%0
%2.06
%0
%61.96

Codes

Color #615F61 in popluar color models

615F61
RGB979597
HSL300°1.04%37.65%
HSB/HSV300°2.06%38.04%
CMYK0.00%2.06%0.00%
61.96%

Color #615F61 in popluar number systems.

HEX615F61
Decimal979597
Binary110000110111111100001
Octal141137141

Shades and tints

Shades of #615F61

#615F61
(97,95,97)
#595759
(89,87,89)
#514F51
(81,79,81)
#494749
(73,71,73)
#413F41
(65,63,65)
#393739
(57,55,57)
#312F31
(49,47,49)
#292729
(41,39,41)
#211F21
(33,31,33)
#191719
(25,23,25)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #615F61

#615F61
(97,95,97)
#6F6D6F
(111,109,111)
#7D7B7D
(125,123,125)
#8B898B
(139,137,139)
#999799
(153,151,153)
#A7A5A7
(167,165,167)
#B5B3B5
(181,179,181)
#C3C1C3
(195,193,195)
#D1CFD1
(209,207,209)
#DFDDDF
(223,221,223)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615F61 color. Also use rgb(97,95,97) instead hex code.

Text Font Color

.myTextColor { color: #615F61; }

<p style="color:#615F61">This sample text font color is #615F61.</p>

This text font color is #615F61.


Background Color

.myBgColor { background-color: #615F61; }

<div style="background-color:#615F61">Inner text</div>

This div background color is #615F61.


Border color

.myBorderColor { border: 1px solid #615F61; }

<div style="border:3px solid #615F61">Div</div>

This div border color is #615F61.


Opacity

.myOpacity80 { color: #615F61; opacity: 0.8; }

<p style="color:#615F61;opacity:0.8;">80%</p>

Text with #615F61 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #615F61;}

<p style="text-shadow: 3px 3px 1px #615F61">Text here.</p>

This text has shadow with #615F61 color.

.textShadow {text-shadow: 3px 3px 1px #615F61, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #615F61, 5px 5px 20px red">Text here.</p>

This text has shadow with #615F61 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#615F61, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#615F61, Direction=45, Strength=4)">Text</p>

This text has shadow with #615F61 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #615F61;
  -webkit-box-shadow:	1px 1px 3px 2px #615F61;
  box-shadow:		1px 1px 3px 2px #615F61;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #615F61;
-webkit-box-shadow: 1px 1px 3px 2px #615F61;
box-shadow:1px 1px 3px 2px #615F61;">
Div content here</div>
This div box has shadow with color #615F61.

Preview

Color preview on black background

This text has color #615F61 on black background.


Color preview on white background

This text has color #615F61 on white background.



Black color preview on #615F61 background

This text has black color on #615F61 background.


White color preview on #615F61 background

This text has white color on #615F61 background.