COLOR #5F674F

HEX: #5F674F
RGB: (95,103,79)

Color info

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

RGB color model

#5F674F color RGB value is (95,103,79).

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

RGB channels and saturation

R 95 of 255 = 37%
G 103 of 255 = 40%
B 79 of 255 = 31%

95
103
79

R + G + B ~ 36%. #5F674F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 103 + 79 = 277 (100%)
R 95 of 277 ~ 34.3%
G 103 of 277 ~ 37.18%
B 79 of 277 ~ 28.52%

%34.3
%37.18
%28.52

CMYK color model

#5F674F color CMYK value is (8,0,23,60).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 59.61%
CMYK:
(8,0,23,60)
C8M0Y23K60 
(8%,0%,23%,60%)
(0.08/0.00/0.23/0.60)	

CMYK percentages

%7.77
%0
%23.3
%59.61

Codes

Color #5F674F in popluar color models

5F674F
RGB9510379
HSL80°13.19%35.69%
HSB/HSV80°23.30%40.39%
CMYK7.77%0.00%23.30%
59.61%

Color #5F674F in popluar number systems.

HEX5F674F
Decimal9510379
Binary101111111001111001111
Octal137147117

Shades and tints

Shades of #5F674F

#5F674F
(95,103,79)
#575E48
(87,94,72)
#4F5541
(79,85,65)
#474C3A
(71,76,58)
#3F4333
(63,67,51)
#373A2C
(55,58,44)
#2F3125
(47,49,37)
#27281E
(39,40,30)
#1F1F17
(31,31,23)
#171610
(23,22,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #5F674F

#5F674F
(95,103,79)
#6D745F
(109,116,95)
#7B816F
(123,129,111)
#898E7F
(137,142,127)
#979B8F
(151,155,143)
#A5A89F
(165,168,159)
#B3B5AF
(179,181,175)
#C1C2BF
(193,194,191)
#CFCFCF
(207,207,207)
#DDDCDF
(221,220,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F674F; }

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

This text font color is #5F674F.


Background Color

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

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

This div background color is #5F674F.


Border color

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

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

This div border color is #5F674F.


Opacity

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

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

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

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

This text has shadow with #5F674F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F674F on black background.


Color preview on white background

This text has color #5F674F on white background.



Black color preview on #5F674F background

This text has black color on #5F674F background.


White color preview on #5F674F background

This text has white color on #5F674F background.