COLOR #5F8D2E

HEX: #5F8D2E
RGB: (95,141,46)

Color info

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

RGB color model

#5F8D2E color RGB value is (95,141,46).

  • red value is 95;
  • green value is 141;
  • blue value is 46.
RGB:
(95,141,46)
(37%,55%,18%)

RGB channels and saturation

R 95 of 255 = 37%
G 141 of 255 = 55%
B 46 of 255 = 18%

95
141
46

R + G + B ~ 37%. #5F8D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 141 + 46 = 282 (100%)
R 95 of 282 ~ 33.69%
G 141 of 282 ~ 50%
B 46 of 282 ~ 16.31%

%33.69
%50
%16.31

CMYK color model

#5F8D2E color CMYK value is (33,0,67,45).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 67.38%
  • key color value is 44.71%
CMYK:
(33,0,67,45)
C33M0Y67K45 
(33%,0%,67%,45%)
(0.33/0.00/0.67/0.45)	

CMYK percentages

%32.62
%0
%67.38
%44.71

Codes

Color #5F8D2E in popluar color models

5F8D2E
RGB9514146
HSL89°50.80%36.67%
HSB/HSV89°67.38%55.29%
CMYK32.62%0.00%67.38%
44.71%

Color #5F8D2E in popluar number systems.

HEX5F8D2E
Decimal9514146
Binary101111110001101101110
Octal13721556

Shades and tints

Shades of #5F8D2E

#5F8D2E
(95,141,46)
#57812A
(87,129,42)
#4F7526
(79,117,38)
#476922
(71,105,34)
#3F5D1E
(63,93,30)
#37511A
(55,81,26)
#2F4516
(47,69,22)
#273912
(39,57,18)
#1F2D0E
(31,45,14)
#17210A
(23,33,10)
#0F1506
(15,21,6)
#000000
(0,0,0)

Tints of #5F8D2E

#5F8D2E
(95,141,46)
#6D9741
(109,151,65)
#7BA154
(123,161,84)
#89AB67
(137,171,103)
#97B57A
(151,181,122)
#A5BF8D
(165,191,141)
#B3C9A0
(179,201,160)
#C1D3B3
(193,211,179)
#CFDDC6
(207,221,198)
#DDE7D9
(221,231,217)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8D2E color. Also use rgb(95,141,46) instead hex code.

Text Font Color

.myTextColor { color: #5F8D2E; }

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

This text font color is #5F8D2E.


Background Color

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

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

This div background color is #5F8D2E.


Border color

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

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

This div border color is #5F8D2E.


Opacity

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

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

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

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

This text has shadow with #5F8D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8D2E on black background.


Color preview on white background

This text has color #5F8D2E on white background.



Black color preview on #5F8D2E background

This text has black color on #5F8D2E background.


White color preview on #5F8D2E background

This text has white color on #5F8D2E background.