COLOR #5F6D4F

HEX: #5F6D4F RGB: (95,109,79)

Color info

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

RGB color model

#5F6D4F color RGB value is (95,109,79).

RGB: (95,109,79) (37%, 43%, 31%)

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 79 of 255 = 31%

95
109
79

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

Portions of RGB colors in percentages

R + G + B = 95 + 109 + 79 = 283 (100%)
R 95 of 283 ~ 33.57%
G 109 of 283 ~ 38.52%
B 79 of 283 ~ 27.92'%

%33.57
%38.52
%27.92

CMYK color model

#5F6D4F color CMYK value is (13,0,28,57).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 57.25%

CMYK: (13,0,28,57)
C13M0Y28K57 (13%, 0%, 28%, 57%)
(0.13 / 0.00 / 0.28 / 0.57)

CMYK percentages

%12.84
%0
%27.52
%57.25

Codes

Color #5F6D4F in popluar color models

5F 6D 4F
RGB 95 109 79
HSL 88° 15.96% 36.86%
HSB/HSV 88° 27.52% 42.75%
CMYK 12.84% 0.00% 27.52%
57.25%

Color #5F6D4F in popluar number systems.

HEX 5F 6D 4F
Decimal 95 109 79
Binary 1011111 1101101 1001111
Octal 137 155 117

Shades and tints

Shades of #5F6D4F

#5F6D4F
(95,109,79)
#576448
(87,100,72)
#4F5B41
(79,91,65)
#47523A
(71,82,58)
#3F4933
(63,73,51)
#37402C
(55,64,44)
#2F3725
(47,55,37)
#272E1E
(39,46,30)
#1F2517
(31,37,23)
#171C10
(23,28,16)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #5F6D4F

#5F6D4F
(95,109,79)
#6D7A5F
(109,122,95)
#7B876F
(123,135,111)
#89947F
(137,148,127)
#97A18F
(151,161,143)
#A5AE9F
(165,174,159)
#B3BBAF
(179,187,175)
#C1C8BF
(193,200,191)
#CFD5CF
(207,213,207)
#DDE2DF
(221,226,223)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6D4F; }

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

This text font color is #5F6D4F.

Background Color

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

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

This div background color is #5F6D4F.

Border color

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

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

This div border color is #5F6D4F.

Opacity

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

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

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

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

This text has shadow with #5F6D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6D4F.

Preview

Color preview on black background

This text has color #5F6D4F on black background.


Color preview on white background

This text has color #5F6D4F on white background.


Black color preview on #5F6D4F background

This text has black color on #5F6D4F background.


White color preview on #5F6D4F background

This text has white color on #5F6D4F background.


Related colors

Complementary color

Complementary color for #hex is #A092B0.


I love getcolorcode.com

Triadic colors

1 #4F5F6D and #6D4F5F with #5F6D4F are triadic colors.

2 #4F6D5F and #6D5F4F with #5F6D4F are triadic colors.