COLOR #5F8D72

HEX: #5F8D72
RGB: (95,141,114)

Color info

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

RGB color model

#5F8D72 color RGB value is (95,141,114).

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

RGB channels and saturation

R 95 of 255 = 37%
G 141 of 255 = 55%
B 114 of 255 = 45%

95
141
114

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

Portions of RGB colors in percentages

R + G + B =
95 + 141 + 114 = 350 (100%)
R 95 of 350 ~ 27.14%
G 141 of 350 ~ 40.29%
B 114 of 350 ~ 32.57%

%27.14
%40.29
%32.57

CMYK color model

#5F8D72 color CMYK value is (33,0,19,45).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 44.71%
CMYK:
(33,0,19,45)
C33M0Y19K45 
(33%,0%,19%,45%)
(0.33/0.00/0.19/0.45)	

CMYK percentages

%32.62
%0
%19.15
%44.71

Codes

Color #5F8D72 in popluar color models

5F8D72
RGB95141114
HSL145°19.49%46.27%
HSB/HSV145°32.62%55.29%
CMYK32.62%0.00%19.15%
44.71%

Color #5F8D72 in popluar number systems.

HEX5F8D72
Decimal95141114
Binary1011111100011011110010
Octal137215162

Shades and tints

Shades of #5F8D72

#5F8D72
(95,141,114)
#578168
(87,129,104)
#4F755E
(79,117,94)
#476954
(71,105,84)
#3F5D4A
(63,93,74)
#375140
(55,81,64)
#2F4536
(47,69,54)
#27392C
(39,57,44)
#1F2D22
(31,45,34)
#172118
(23,33,24)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #5F8D72

#5F8D72
(95,141,114)
#6D977E
(109,151,126)
#7BA18A
(123,161,138)
#89AB96
(137,171,150)
#97B5A2
(151,181,162)
#A5BFAE
(165,191,174)
#B3C9BA
(179,201,186)
#C1D3C6
(193,211,198)
#CFDDD2
(207,221,210)
#DDE7DE
(221,231,222)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8D72; }

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

This text font color is #5F8D72.


Background Color

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

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

This div background color is #5F8D72.


Border color

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

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

This div border color is #5F8D72.


Opacity

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

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

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

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

This text has shadow with #5F8D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8D72 on black background.


Color preview on white background

This text has color #5F8D72 on white background.



Black color preview on #5F8D72 background

This text has black color on #5F8D72 background.


White color preview on #5F8D72 background

This text has white color on #5F8D72 background.