COLOR #5F6A2F

HEX: #5F6A2F
RGB: (95,106,47)

Color info

#5F6A2F contains red, green and blue colors in about the same proportion. Web safe color of #5F6A2F is #666633 (or #663).

RGB color model

#5F6A2F color RGB value is (95,106,47).

  • red value is 95;
  • green value is 106;
  • blue value is 47.
RGB:
(95,106,47)
(37%,42%,18%)

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 47 of 255 = 18%

95
106
47

R + G + B ~ 32%. #5F6A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 106 + 47 = 248 (100%)
R 95 of 248 ~ 38.31%
G 106 of 248 ~ 42.74%
B 47 of 248 ~ 18.95%

%38.31
%42.74
%18.95

CMYK color model

#5F6A2F color CMYK value is (10,0,56,58).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 55.66%
  • key color value is 58.43%
CMYK:
(10,0,56,58)
C10M0Y56K58 
(10%,0%,56%,58%)
(0.10/0.00/0.56/0.58)	

CMYK percentages

%10.38
%0
%55.66
%58.43

Codes

Color #5F6A2F in popluar color models

5F6A2F
RGB9510647
HSL71°38.56%30.00%
HSB/HSV71°55.66%41.57%
CMYK10.38%0.00%55.66%
58.43%

Color #5F6A2F in popluar number systems.

HEX5F6A2F
Decimal9510647
Binary10111111101010101111
Octal13715257

Shades and tints

Shades of #5F6A2F

#5F6A2F
(95,106,47)
#57612B
(87,97,43)
#4F5827
(79,88,39)
#474F23
(71,79,35)
#3F461F
(63,70,31)
#373D1B
(55,61,27)
#2F3417
(47,52,23)
#272B13
(39,43,19)
#1F220F
(31,34,15)
#17190B
(23,25,11)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #5F6A2F

#5F6A2F
(95,106,47)
#6D7741
(109,119,65)
#7B8453
(123,132,83)
#899165
(137,145,101)
#979E77
(151,158,119)
#A5AB89
(165,171,137)
#B3B89B
(179,184,155)
#C1C5AD
(193,197,173)
#CFD2BF
(207,210,191)
#DDDFD1
(221,223,209)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6A2F; }

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

This text font color is #5F6A2F.


Background Color

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

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

This div background color is #5F6A2F.


Border color

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

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

This div border color is #5F6A2F.


Opacity

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

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

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

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

This text has shadow with #5F6A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6A2F on black background.


Color preview on white background

This text has color #5F6A2F on white background.



Black color preview on #5F6A2F background

This text has black color on #5F6A2F background.


White color preview on #5F6A2F background

This text has white color on #5F6A2F background.