COLOR #5F873F

HEX: #5F873F
RGB: (95,135,63)

Color info

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

RGB color model

#5F873F color RGB value is (95,135,63).

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

RGB channels and saturation

R 95 of 255 = 37%
G 135 of 255 = 53%
B 63 of 255 = 25%

95
135
63

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

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 63 = 293 (100%)
R 95 of 293 ~ 32.42%
G 135 of 293 ~ 46.08%
B 63 of 293 ~ 21.5%

%32.42
%46.08
%21.5

CMYK color model

#5F873F color CMYK value is (30,0,53,47).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 47.06%
CMYK:
(30,0,53,47)
C30M0Y53K47 
(30%,0%,53%,47%)
(0.30/0.00/0.53/0.47)	

CMYK percentages

%29.63
%0
%53.33
%47.06

Codes

Color #5F873F in popluar color models

5F873F
RGB9513563
HSL93°36.36%38.82%
HSB/HSV93°53.33%52.94%
CMYK29.63%0.00%53.33%
47.06%

Color #5F873F in popluar number systems.

HEX5F873F
Decimal9513563
Binary101111110000111111111
Octal13720777

Shades and tints

Shades of #5F873F

#5F873F
(95,135,63)
#577B3A
(87,123,58)
#4F6F35
(79,111,53)
#476330
(71,99,48)
#3F572B
(63,87,43)
#374B26
(55,75,38)
#2F3F21
(47,63,33)
#27331C
(39,51,28)
#1F2717
(31,39,23)
#171B12
(23,27,18)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #5F873F

#5F873F
(95,135,63)
#6D9150
(109,145,80)
#7B9B61
(123,155,97)
#89A572
(137,165,114)
#97AF83
(151,175,131)
#A5B994
(165,185,148)
#B3C3A5
(179,195,165)
#C1CDB6
(193,205,182)
#CFD7C7
(207,215,199)
#DDE1D8
(221,225,216)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F873F; }

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

This text font color is #5F873F.


Background Color

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

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

This div background color is #5F873F.


Border color

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

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

This div border color is #5F873F.


Opacity

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

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

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

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

This text has shadow with #5F873F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F873F on black background.


Color preview on white background

This text has color #5F873F on white background.



Black color preview on #5F873F background

This text has black color on #5F873F background.


White color preview on #5F873F background

This text has white color on #5F873F background.