COLOR #5F8B37

HEX: #5F8B37
RGB: (95,139,55)

Color info

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

RGB color model

#5F8B37 color RGB value is (95,139,55).

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

RGB channels and saturation

R 95 of 255 = 37%
G 139 of 255 = 55%
B 55 of 255 = 22%

95
139
55

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

Portions of RGB colors in percentages

R + G + B =
95 + 139 + 55 = 289 (100%)
R 95 of 289 ~ 32.87%
G 139 of 289 ~ 48.1%
B 55 of 289 ~ 19.03%

%32.87
%48.1
%19.03

CMYK color model

#5F8B37 color CMYK value is (32,0,60,45).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 60.43%
  • key color value is 45.49%
CMYK:
(32,0,60,45)
C32M0Y60K45 
(32%,0%,60%,45%)
(0.32/0.00/0.60/0.45)	

CMYK percentages

%31.65
%0
%60.43
%45.49

Codes

Color #5F8B37 in popluar color models

5F8B37
RGB9513955
HSL91°43.30%38.04%
HSB/HSV91°60.43%54.51%
CMYK31.65%0.00%60.43%
45.49%

Color #5F8B37 in popluar number systems.

HEX5F8B37
Decimal9513955
Binary101111110001011110111
Octal13721367

Shades and tints

Shades of #5F8B37

#5F8B37
(95,139,55)
#577F32
(87,127,50)
#4F732D
(79,115,45)
#476728
(71,103,40)
#3F5B23
(63,91,35)
#374F1E
(55,79,30)
#2F4319
(47,67,25)
#273714
(39,55,20)
#1F2B0F
(31,43,15)
#171F0A
(23,31,10)
#0F1305
(15,19,5)
#000000
(0,0,0)

Tints of #5F8B37

#5F8B37
(95,139,55)
#6D9549
(109,149,73)
#7B9F5B
(123,159,91)
#89A96D
(137,169,109)
#97B37F
(151,179,127)
#A5BD91
(165,189,145)
#B3C7A3
(179,199,163)
#C1D1B5
(193,209,181)
#CFDBC7
(207,219,199)
#DDE5D9
(221,229,217)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8B37; }

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

This text font color is #5F8B37.


Background Color

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

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

This div background color is #5F8B37.


Border color

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

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

This div border color is #5F8B37.


Opacity

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

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

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

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

This text has shadow with #5F8B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8B37 on black background.


Color preview on white background

This text has color #5F8B37 on white background.



Black color preview on #5F8B37 background

This text has black color on #5F8B37 background.


White color preview on #5F8B37 background

This text has white color on #5F8B37 background.