COLOR #5F873C

HEX: #5F873C
RGB: (95,135,60)

Color info

#5F873C contains mainly red and green colors. Web safe color of #5F873C is #669933 (or #693).

RGB color model

#5F873C color RGB value is (95,135,60).

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

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 60 of 255 = 24%

95
135
60

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

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 60 = 290 (100%)
R 95 of 290 ~ 32.76%
G 135 of 290 ~ 46.55%
B 60 of 290 ~ 20.69%

%32.76
%46.55
%20.69

CMYK color model

#5F873C color CMYK value is (30,0,56,47).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 47.06%
CMYK:
(30,0,56,47)
C30M0Y56K47 
(30%,0%,56%,47%)
(0.30/0.00/0.56/0.47)	

CMYK percentages

%29.63
%0
%55.56
%47.06

Codes

Color #5F873C in popluar color models

5F873C
RGB9513560
HSL92°38.46%38.24%
HSB/HSV92°55.56%52.94%
CMYK29.63%0.00%55.56%
47.06%

Color #5F873C in popluar number systems.

HEX5F873C
Decimal9513560
Binary101111110000111111100
Octal13720774

Shades and tints

Shades of #5F873C

#5F873C
(95,135,60)
#577B37
(87,123,55)
#4F6F32
(79,111,50)
#47632D
(71,99,45)
#3F5728
(63,87,40)
#374B23
(55,75,35)
#2F3F1E
(47,63,30)
#273319
(39,51,25)
#1F2714
(31,39,20)
#171B0F
(23,27,15)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #5F873C

#5F873C
(95,135,60)
#6D914D
(109,145,77)
#7B9B5E
(123,155,94)
#89A56F
(137,165,111)
#97AF80
(151,175,128)
#A5B991
(165,185,145)
#B3C3A2
(179,195,162)
#C1CDB3
(193,205,179)
#CFD7C4
(207,215,196)
#DDE1D5
(221,225,213)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F873C; }

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

This text font color is #5F873C.


Background Color

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

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

This div background color is #5F873C.


Border color

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

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

This div border color is #5F873C.


Opacity

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

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

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

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

This text has shadow with #5F873C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F873C on black background.


Color preview on white background

This text has color #5F873C on white background.



Black color preview on #5F873C background

This text has black color on #5F873C background.


White color preview on #5F873C background

This text has white color on #5F873C background.