COLOR #5F8837

HEX: #5F8837
RGB: (95,136,55)

Color info

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

RGB color model

#5F8837 color RGB value is (95,136,55).

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

RGB channels and saturation

R 95 of 255 = 37%
G 136 of 255 = 53%
B 55 of 255 = 22%

95
136
55

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

Portions of RGB colors in percentages

R + G + B =
95 + 136 + 55 = 286 (100%)
R 95 of 286 ~ 33.22%
G 136 of 286 ~ 47.55%
B 55 of 286 ~ 19.23%

%33.22
%47.55
%19.23

CMYK color model

#5F8837 color CMYK value is (30,0,60,47).

  • cyan value is 30.15%
  • magenta value is 0.00%
  • yellow value is 59.56%
  • key color value is 46.67%
CMYK:
(30,0,60,47)
C30M0Y60K47 
(30%,0%,60%,47%)
(0.30/0.00/0.60/0.47)	

CMYK percentages

%30.15
%0
%59.56
%46.67

Codes

Color #5F8837 in popluar color models

5F8837
RGB9513655
HSL90°42.41%37.45%
HSB/HSV90°59.56%53.33%
CMYK30.15%0.00%59.56%
46.67%

Color #5F8837 in popluar number systems.

HEX5F8837
Decimal9513655
Binary101111110001000110111
Octal13721067

Shades and tints

Shades of #5F8837

#5F8837
(95,136,55)
#577C32
(87,124,50)
#4F702D
(79,112,45)
#476428
(71,100,40)
#3F5823
(63,88,35)
#374C1E
(55,76,30)
#2F4019
(47,64,25)
#273414
(39,52,20)
#1F280F
(31,40,15)
#171C0A
(23,28,10)
#0F1005
(15,16,5)
#000000
(0,0,0)

Tints of #5F8837

#5F8837
(95,136,55)
#6D9249
(109,146,73)
#7B9C5B
(123,156,91)
#89A66D
(137,166,109)
#97B07F
(151,176,127)
#A5BA91
(165,186,145)
#B3C4A3
(179,196,163)
#C1CEB5
(193,206,181)
#CFD8C7
(207,216,199)
#DDE2D9
(221,226,217)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8837 color. Also use rgb(95,136,55) instead hex code.

Text Font Color

.myTextColor { color: #5F8837; }

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

This text font color is #5F8837.


Background Color

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

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

This div background color is #5F8837.


Border color

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

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

This div border color is #5F8837.


Opacity

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

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

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

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

This text has shadow with #5F8837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8837 on black background.


Color preview on white background

This text has color #5F8837 on white background.



Black color preview on #5F8837 background

This text has black color on #5F8837 background.


White color preview on #5F8837 background

This text has white color on #5F8837 background.