COLOR #5F873D

HEX: #5F873D
RGB: (95,135,61)

Color info

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

RGB color model

#5F873D color RGB value is (95,135,61).

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

RGB channels and saturation

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

95
135
61

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

Portions of RGB colors in percentages

R + G + B =
95 + 135 + 61 = 291 (100%)
R 95 of 291 ~ 32.65%
G 135 of 291 ~ 46.39%
B 61 of 291 ~ 20.96%

%32.65
%46.39
%20.96

CMYK color model

#5F873D color CMYK value is (30,0,55,47).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 47.06%
CMYK:
(30,0,55,47)
C30M0Y55K47 
(30%,0%,55%,47%)
(0.30/0.00/0.55/0.47)	

CMYK percentages

%29.63
%0
%54.81
%47.06

Codes

Color #5F873D in popluar color models

5F873D
RGB9513561
HSL92°37.76%38.43%
HSB/HSV92°54.81%52.94%
CMYK29.63%0.00%54.81%
47.06%

Color #5F873D in popluar number systems.

HEX5F873D
Decimal9513561
Binary101111110000111111101
Octal13720775

Shades and tints

Shades of #5F873D

#5F873D
(95,135,61)
#577B38
(87,123,56)
#4F6F33
(79,111,51)
#47632E
(71,99,46)
#3F5729
(63,87,41)
#374B24
(55,75,36)
#2F3F1F
(47,63,31)
#27331A
(39,51,26)
#1F2715
(31,39,21)
#171B10
(23,27,16)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #5F873D

#5F873D
(95,135,61)
#6D914E
(109,145,78)
#7B9B5F
(123,155,95)
#89A570
(137,165,112)
#97AF81
(151,175,129)
#A5B992
(165,185,146)
#B3C3A3
(179,195,163)
#C1CDB4
(193,205,180)
#CFD7C5
(207,215,197)
#DDE1D6
(221,225,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F873D; }

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

This text font color is #5F873D.


Background Color

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

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

This div background color is #5F873D.


Border color

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

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

This div border color is #5F873D.


Opacity

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

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

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

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

This text has shadow with #5F873D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F873D on black background.


Color preview on white background

This text has color #5F873D on white background.



Black color preview on #5F873D background

This text has black color on #5F873D background.


White color preview on #5F873D background

This text has white color on #5F873D background.