COLOR #5F605F

HEX: #5F605F
RGB: (95,96,95)

Color info

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

RGB color model

#5F605F color RGB value is (95,96,95).

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

RGB channels and saturation

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

95
96
95

R + G + B ~ 37%. #5F605F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 96 + 95 = 286 (100%)
R 95 of 286 ~ 33.22%
G 96 of 286 ~ 33.57%
B 95 of 286 ~ 33.22%

%33.22
%33.57
%33.22

CMYK color model

#5F605F color CMYK value is (1,0,1,62).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 62.35%
CMYK:
(1,0,1,62)
C1M0Y1K62 
(1%,0%,1%,62%)
(0.01/0.00/0.01/0.62)	

CMYK percentages

%1.04
%0
%1.04
%62.35

Codes

Color #5F605F in popluar color models

5F605F
RGB959695
HSL120°0.52%37.45%
HSB/HSV120°1.04%37.65%
CMYK1.04%0.00%1.04%
62.35%

Color #5F605F in popluar number systems.

HEX5F605F
Decimal959695
Binary101111111000001011111
Octal137140137

Shades and tints

Shades of #5F605F

#5F605F
(95,96,95)
#575857
(87,88,87)
#4F504F
(79,80,79)
#474847
(71,72,71)
#3F403F
(63,64,63)
#373837
(55,56,55)
#2F302F
(47,48,47)
#272827
(39,40,39)
#1F201F
(31,32,31)
#171817
(23,24,23)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #5F605F

#5F605F
(95,96,95)
#6D6E6D
(109,110,109)
#7B7C7B
(123,124,123)
#898A89
(137,138,137)
#979897
(151,152,151)
#A5A6A5
(165,166,165)
#B3B4B3
(179,180,179)
#C1C2C1
(193,194,193)
#CFD0CF
(207,208,207)
#DDDEDD
(221,222,221)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F605F color. Also use rgb(95,96,95) instead hex code.

Text Font Color

.myTextColor { color: #5F605F; }

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

This text font color is #5F605F.


Background Color

.myBgColor { background-color: #5F605F; }

<div style="background-color:#5F605F">Inner text</div>

This div background color is #5F605F.


Border color

.myBorderColor { border: 1px solid #5F605F; }

<div style="border:3px solid #5F605F">Div</div>

This div border color is #5F605F.


Opacity

.myOpacity80 { color: #5F605F; opacity: 0.8; }

<p style="color:#5F605F;opacity:0.8;">80%</p>

Text with #5F605F 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 #5F605F;}

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

This text has shadow with #5F605F color.

.textShadow {text-shadow: 3px 3px 1px #5F605F, 3px 3px 1px red;}

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

This text has shadow with #5F605F primary color and red secondary color.


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

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

This text has shadow with #5F605F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F605F on black background.


Color preview on white background

This text has color #5F605F on white background.



Black color preview on #5F605F background

This text has black color on #5F605F background.


White color preview on #5F605F background

This text has white color on #5F605F background.