COLOR #5F8B20

HEX: #5F8B20
RGB: (95,139,32)

Color info

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

RGB color model

#5F8B20 color RGB value is (95,139,32).

  • red value is 95;
  • green value is 139;
  • blue value is 32.
RGB:
(95,139,32)
(37%,55%,13%)

RGB channels and saturation

R 95 of 255 = 37%
G 139 of 255 = 55%
B 32 of 255 = 13%

95
139
32

R + G + B ~ 35%. #5F8B20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 139 + 32 = 266 (100%)
R 95 of 266 ~ 35.71%
G 139 of 266 ~ 52.26%
B 32 of 266 ~ 12.03%

%35.71
%52.26
%12.03

CMYK color model

#5F8B20 color CMYK value is (32,0,77,45).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 76.98%
  • key color value is 45.49%
CMYK:
(32,0,77,45)
C32M0Y77K45 
(32%,0%,77%,45%)
(0.32/0.00/0.77/0.45)	

CMYK percentages

%31.65
%0
%76.98
%45.49

Codes

Color #5F8B20 in popluar color models

5F8B20
RGB9513932
HSL85°62.57%33.53%
HSB/HSV85°76.98%54.51%
CMYK31.65%0.00%76.98%
45.49%

Color #5F8B20 in popluar number systems.

HEX5F8B20
Decimal9513932
Binary101111110001011100000
Octal13721340

Shades and tints

Shades of #5F8B20

#5F8B20
(95,139,32)
#577F1E
(87,127,30)
#4F731C
(79,115,28)
#47671A
(71,103,26)
#3F5B18
(63,91,24)
#374F16
(55,79,22)
#2F4314
(47,67,20)
#273712
(39,55,18)
#1F2B10
(31,43,16)
#171F0E
(23,31,14)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #5F8B20

#5F8B20
(95,139,32)
#6D9534
(109,149,52)
#7B9F48
(123,159,72)
#89A95C
(137,169,92)
#97B370
(151,179,112)
#A5BD84
(165,189,132)
#B3C798
(179,199,152)
#C1D1AC
(193,209,172)
#CFDBC0
(207,219,192)
#DDE5D4
(221,229,212)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8B20 color. Also use rgb(95,139,32) instead hex code.

Text Font Color

.myTextColor { color: #5F8B20; }

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

This text font color is #5F8B20.


Background Color

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

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

This div background color is #5F8B20.


Border color

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

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

This div border color is #5F8B20.


Opacity

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

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

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

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

This text has shadow with #5F8B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8B20 on black background.


Color preview on white background

This text has color #5F8B20 on white background.



Black color preview on #5F8B20 background

This text has black color on #5F8B20 background.


White color preview on #5F8B20 background

This text has white color on #5F8B20 background.