COLOR #5F665F

HEX: #5F665F
RGB: (95,102,95)

Color info

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

RGB color model

#5F665F color RGB value is (95,102,95).

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

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 95 of 255 = 37%

95
102
95

R + G + B ~ 38%. #5F665F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 95 = 292 (100%)
R 95 of 292 ~ 32.53%
G 102 of 292 ~ 34.93%
B 95 of 292 ~ 32.53%

%32.53
%34.93
%32.53

CMYK color model

#5F665F color CMYK value is (7,0,7,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 60.00%
CMYK:
(7,0,7,60)
C7M0Y7K60 
(7%,0%,7%,60%)
(0.07/0.00/0.07/0.60)	

CMYK percentages

%6.86
%0
%6.86
%60

Codes

Color #5F665F in popluar color models

5F665F
RGB9510295
HSL120°3.55%38.63%
HSB/HSV120°6.86%40.00%
CMYK6.86%0.00%6.86%
60.00%

Color #5F665F in popluar number systems.

HEX5F665F
Decimal9510295
Binary101111111001101011111
Octal137146137

Shades and tints

Shades of #5F665F

#5F665F
(95,102,95)
#575D57
(87,93,87)
#4F544F
(79,84,79)
#474B47
(71,75,71)
#3F423F
(63,66,63)
#373937
(55,57,55)
#2F302F
(47,48,47)
#272727
(39,39,39)
#1F1E1F
(31,30,31)
#171517
(23,21,23)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #5F665F

#5F665F
(95,102,95)
#6D736D
(109,115,109)
#7B807B
(123,128,123)
#898D89
(137,141,137)
#979A97
(151,154,151)
#A5A7A5
(165,167,165)
#B3B4B3
(179,180,179)
#C1C1C1
(193,193,193)
#CFCECF
(207,206,207)
#DDDBDD
(221,219,221)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F665F; }

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

This text font color is #5F665F.


Background Color

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

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

This div background color is #5F665F.


Border color

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

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

This div border color is #5F665F.


Opacity

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

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

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

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

This text has shadow with #5F665F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F665F on black background.


Color preview on white background

This text has color #5F665F on white background.



Black color preview on #5F665F background

This text has black color on #5F665F background.


White color preview on #5F665F background

This text has white color on #5F665F background.