COLOR #5F8D39

HEX: #5F8D39
RGB: (95,141,57)

Color info

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

RGB color model

#5F8D39 color RGB value is (95,141,57).

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

RGB channels and saturation

R 95 of 255 = 37%
G 141 of 255 = 55%
B 57 of 255 = 22%

95
141
57

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

Portions of RGB colors in percentages

R + G + B =
95 + 141 + 57 = 293 (100%)
R 95 of 293 ~ 32.42%
G 141 of 293 ~ 48.12%
B 57 of 293 ~ 19.45%

%32.42
%48.12
%19.45

CMYK color model

#5F8D39 color CMYK value is (33,0,60,45).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 59.57%
  • key color value is 44.71%
CMYK:
(33,0,60,45)
C33M0Y60K45 
(33%,0%,60%,45%)
(0.33/0.00/0.60/0.45)	

CMYK percentages

%32.62
%0
%59.57
%44.71

Codes

Color #5F8D39 in popluar color models

5F8D39
RGB9514157
HSL93°42.42%38.82%
HSB/HSV93°59.57%55.29%
CMYK32.62%0.00%59.57%
44.71%

Color #5F8D39 in popluar number systems.

HEX5F8D39
Decimal9514157
Binary101111110001101111001
Octal13721571

Shades and tints

Shades of #5F8D39

#5F8D39
(95,141,57)
#578134
(87,129,52)
#4F752F
(79,117,47)
#47692A
(71,105,42)
#3F5D25
(63,93,37)
#375120
(55,81,32)
#2F451B
(47,69,27)
#273916
(39,57,22)
#1F2D11
(31,45,17)
#17210C
(23,33,12)
#0F1507
(15,21,7)
#000000
(0,0,0)

Tints of #5F8D39

#5F8D39
(95,141,57)
#6D974B
(109,151,75)
#7BA15D
(123,161,93)
#89AB6F
(137,171,111)
#97B581
(151,181,129)
#A5BF93
(165,191,147)
#B3C9A5
(179,201,165)
#C1D3B7
(193,211,183)
#CFDDC9
(207,221,201)
#DDE7DB
(221,231,219)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8D39; }

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

This text font color is #5F8D39.


Background Color

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

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

This div background color is #5F8D39.


Border color

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

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

This div border color is #5F8D39.


Opacity

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

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

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

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

This text has shadow with #5F8D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8D39 on black background.


Color preview on white background

This text has color #5F8D39 on white background.



Black color preview on #5F8D39 background

This text has black color on #5F8D39 background.


White color preview on #5F8D39 background

This text has white color on #5F8D39 background.