COLOR #5F8B3F

HEX: #5F8B3F
RGB: (95,139,63)

Color info

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

RGB color model

#5F8B3F color RGB value is (95,139,63).

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

RGB channels and saturation

R 95 of 255 = 37%
G 139 of 255 = 55%
B 63 of 255 = 25%

95
139
63

R + G + B ~ 39%. #5F8B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 139 + 63 = 297 (100%)
R 95 of 297 ~ 31.99%
G 139 of 297 ~ 46.8%
B 63 of 297 ~ 21.21%

%31.99
%46.8
%21.21

CMYK color model

#5F8B3F color CMYK value is (32,0,55,45).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 54.68%
  • key color value is 45.49%
CMYK:
(32,0,55,45)
C32M0Y55K45 
(32%,0%,55%,45%)
(0.32/0.00/0.55/0.45)	

CMYK percentages

%31.65
%0
%54.68
%45.49

Codes

Color #5F8B3F in popluar color models

5F8B3F
RGB9513963
HSL95°37.62%39.61%
HSB/HSV95°54.68%54.51%
CMYK31.65%0.00%54.68%
45.49%

Color #5F8B3F in popluar number systems.

HEX5F8B3F
Decimal9513963
Binary101111110001011111111
Octal13721377

Shades and tints

Shades of #5F8B3F

#5F8B3F
(95,139,63)
#577F3A
(87,127,58)
#4F7335
(79,115,53)
#476730
(71,103,48)
#3F5B2B
(63,91,43)
#374F26
(55,79,38)
#2F4321
(47,67,33)
#27371C
(39,55,28)
#1F2B17
(31,43,23)
#171F12
(23,31,18)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #5F8B3F

#5F8B3F
(95,139,63)
#6D9550
(109,149,80)
#7B9F61
(123,159,97)
#89A972
(137,169,114)
#97B383
(151,179,131)
#A5BD94
(165,189,148)
#B3C7A5
(179,199,165)
#C1D1B6
(193,209,182)
#CFDBC7
(207,219,199)
#DDE5D8
(221,229,216)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8B3F; }

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

This text font color is #5F8B3F.


Background Color

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

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

This div background color is #5F8B3F.


Border color

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

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

This div border color is #5F8B3F.


Opacity

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

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

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

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

This text has shadow with #5F8B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8B3F on black background.


Color preview on white background

This text has color #5F8B3F on white background.



Black color preview on #5F8B3F background

This text has black color on #5F8B3F background.


White color preview on #5F8B3F background

This text has white color on #5F8B3F background.