COLOR #5F8A5E

HEX: #5F8A5E
RGB: (95,138,94)

Color info

#5F8A5E contains red, green and blue colors in about the same proportion. Web safe color of #5F8A5E is #669966 (or #696).

RGB color model

#5F8A5E color RGB value is (95,138,94).

  • red value is 95;
  • green value is 138;
  • blue value is 94.
RGB:
(95,138,94)
(37%,54%,37%)

RGB channels and saturation

R 95 of 255 = 37%
G 138 of 255 = 54%
B 94 of 255 = 37%

95
138
94

R + G + B ~ 43%. #5F8A5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 138 + 94 = 327 (100%)
R 95 of 327 ~ 29.05%
G 138 of 327 ~ 42.2%
B 94 of 327 ~ 28.75%

%29.05
%42.2
%28.75

CMYK color model

#5F8A5E color CMYK value is (31,0,32,46).

  • cyan value is 31.16%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 45.88%
CMYK:
(31,0,32,46)
C31M0Y32K46 
(31%,0%,32%,46%)
(0.31/0.00/0.32/0.46)	

CMYK percentages

%31.16
%0
%31.88
%45.88

Codes

Color #5F8A5E in popluar color models

5F8A5E
RGB9513894
HSL119°18.97%45.49%
HSB/HSV119°31.88%54.12%
CMYK31.16%0.00%31.88%
45.88%

Color #5F8A5E in popluar number systems.

HEX5F8A5E
Decimal9513894
Binary1011111100010101011110
Octal137212136

Shades and tints

Shades of #5F8A5E

#5F8A5E
(95,138,94)
#577E56
(87,126,86)
#4F724E
(79,114,78)
#476646
(71,102,70)
#3F5A3E
(63,90,62)
#374E36
(55,78,54)
#2F422E
(47,66,46)
#273626
(39,54,38)
#1F2A1E
(31,42,30)
#171E16
(23,30,22)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #5F8A5E

#5F8A5E
(95,138,94)
#6D946C
(109,148,108)
#7B9E7A
(123,158,122)
#89A888
(137,168,136)
#97B296
(151,178,150)
#A5BCA4
(165,188,164)
#B3C6B2
(179,198,178)
#C1D0C0
(193,208,192)
#CFDACE
(207,218,206)
#DDE4DC
(221,228,220)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8A5E color. Also use rgb(95,138,94) instead hex code.

Text Font Color

.myTextColor { color: #5F8A5E; }

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

This text font color is #5F8A5E.


Background Color

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

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

This div background color is #5F8A5E.


Border color

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

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

This div border color is #5F8A5E.


Opacity

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

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

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

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

This text has shadow with #5F8A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8A5E on black background.


Color preview on white background

This text has color #5F8A5E on white background.



Black color preview on #5F8A5E background

This text has black color on #5F8A5E background.


White color preview on #5F8A5E background

This text has white color on #5F8A5E background.