COLOR #5F874F

HEX: #5F874F
RGB: (95,135,79)

Color info

#5F874F contains red, green and blue colors in about the same proportion. Web safe color of #5F874F is #669966 (or #696).

RGB color model

#5F874F color RGB value is (95,135,79).

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

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 79 of 255 = 31%

95
135
79

R + G + B ~ 40%. #5F874F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 79 = 309 (100%)
R 95 of 309 ~ 30.74%
G 135 of 309 ~ 43.69%
B 79 of 309 ~ 25.57%

%30.74
%43.69
%25.57

CMYK color model

#5F874F color CMYK value is (30,0,41,47).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 41.48%
  • key color value is 47.06%
CMYK:
(30,0,41,47)
C30M0Y41K47 
(30%,0%,41%,47%)
(0.30/0.00/0.41/0.47)	

CMYK percentages

%29.63
%0
%41.48
%47.06

Codes

Color #5F874F in popluar color models

5F874F
RGB9513579
HSL103°26.17%41.96%
HSB/HSV103°41.48%52.94%
CMYK29.63%0.00%41.48%
47.06%

Color #5F874F in popluar number systems.

HEX5F874F
Decimal9513579
Binary1011111100001111001111
Octal137207117

Shades and tints

Shades of #5F874F

#5F874F
(95,135,79)
#577B48
(87,123,72)
#4F6F41
(79,111,65)
#47633A
(71,99,58)
#3F5733
(63,87,51)
#374B2C
(55,75,44)
#2F3F25
(47,63,37)
#27331E
(39,51,30)
#1F2717
(31,39,23)
#171B10
(23,27,16)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #5F874F

#5F874F
(95,135,79)
#6D915F
(109,145,95)
#7B9B6F
(123,155,111)
#89A57F
(137,165,127)
#97AF8F
(151,175,143)
#A5B99F
(165,185,159)
#B3C3AF
(179,195,175)
#C1CDBF
(193,205,191)
#CFD7CF
(207,215,207)
#DDE1DF
(221,225,223)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F874F; }

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

This text font color is #5F874F.


Background Color

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

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

This div background color is #5F874F.


Border color

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

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

This div border color is #5F874F.


Opacity

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

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

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

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

This text has shadow with #5F874F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F874F on black background.


Color preview on white background

This text has color #5F874F on white background.



Black color preview on #5F874F background

This text has black color on #5F874F background.


White color preview on #5F874F background

This text has white color on #5F874F background.