COLOR #5F8E72

HEX: #5F8E72
RGB: (95,142,114)

Color info

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

RGB color model

#5F8E72 color RGB value is (95,142,114).

  • red value is 95;
  • green value is 142;
  • blue value is 114.
RGB:
(95,142,114)
(37%,56%,45%)

RGB channels and saturation

R 95 of 255 = 37%
G 142 of 255 = 56%
B 114 of 255 = 45%

95
142
114

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

Portions of RGB colors in percentages

R + G + B =
95 + 142 + 114 = 351 (100%)
R 95 of 351 ~ 27.07%
G 142 of 351 ~ 40.46%
B 114 of 351 ~ 32.48%

%27.07
%40.46
%32.48

CMYK color model

#5F8E72 color CMYK value is (33,0,20,44).

  • cyan value is 33.10%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 44.31%
CMYK:
(33,0,20,44)
C33M0Y20K44 
(33%,0%,20%,44%)
(0.33/0.00/0.20/0.44)	

CMYK percentages

%33.1
%0
%19.72
%44.31

Codes

Color #5F8E72 in popluar color models

5F8E72
RGB95142114
HSL144°19.83%46.47%
HSB/HSV144°33.10%55.69%
CMYK33.10%0.00%19.72%
44.31%

Color #5F8E72 in popluar number systems.

HEX5F8E72
Decimal95142114
Binary1011111100011101110010
Octal137216162

Shades and tints

Shades of #5F8E72

#5F8E72
(95,142,114)
#578268
(87,130,104)
#4F765E
(79,118,94)
#476A54
(71,106,84)
#3F5E4A
(63,94,74)
#375240
(55,82,64)
#2F4636
(47,70,54)
#273A2C
(39,58,44)
#1F2E22
(31,46,34)
#172218
(23,34,24)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #5F8E72

#5F8E72
(95,142,114)
#6D987E
(109,152,126)
#7BA28A
(123,162,138)
#89AC96
(137,172,150)
#97B6A2
(151,182,162)
#A5C0AE
(165,192,174)
#B3CABA
(179,202,186)
#C1D4C6
(193,212,198)
#CFDED2
(207,222,210)
#DDE8DE
(221,232,222)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8E72 color. Also use rgb(95,142,114) instead hex code.

Text Font Color

.myTextColor { color: #5F8E72; }

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

This text font color is #5F8E72.


Background Color

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

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

This div background color is #5F8E72.


Border color

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

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

This div border color is #5F8E72.


Opacity

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

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

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

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

This text has shadow with #5F8E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8E72 on black background.


Color preview on white background

This text has color #5F8E72 on white background.



Black color preview on #5F8E72 background

This text has black color on #5F8E72 background.


White color preview on #5F8E72 background

This text has white color on #5F8E72 background.