COLOR #5F8062

HEX: #5F8062
RGB: (95,128,98)

Color info

#5F8062 contains red, green and blue colors in about the same proportion. Web safe color of #5F8062 is #666666 (or #666).

RGB color model

#5F8062 color RGB value is (95,128,98).

  • red value is 95;
  • green value is 128;
  • blue value is 98.
RGB:
(95,128,98)
(37%,50%,38%)

RGB channels and saturation

R 95 of 255 = 37%
G 128 of 255 = 50%
B 98 of 255 = 38%

95
128
98

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

Portions of RGB colors in percentages

R + G + B =
95 + 128 + 98 = 321 (100%)
R 95 of 321 ~ 29.6%
G 128 of 321 ~ 39.88%
B 98 of 321 ~ 30.53%

%29.6
%39.88
%30.53

CMYK color model

#5F8062 color CMYK value is (26,0,23,50).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 49.80%
CMYK:
(26,0,23,50)
C26M0Y23K50 
(26%,0%,23%,50%)
(0.26/0.00/0.23/0.50)	

CMYK percentages

%25.78
%0
%23.44
%49.8

Codes

Color #5F8062 in popluar color models

5F8062
RGB9512898
HSL125°14.80%43.73%
HSB/HSV125°25.78%50.20%
CMYK25.78%0.00%23.44%
49.80%

Color #5F8062 in popluar number systems.

HEX5F8062
Decimal9512898
Binary1011111100000001100010
Octal137200142

Shades and tints

Shades of #5F8062

#5F8062
(95,128,98)
#57755A
(87,117,90)
#4F6A52
(79,106,82)
#475F4A
(71,95,74)
#3F5442
(63,84,66)
#37493A
(55,73,58)
#2F3E32
(47,62,50)
#27332A
(39,51,42)
#1F2822
(31,40,34)
#171D1A
(23,29,26)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #5F8062

#5F8062
(95,128,98)
#6D8B70
(109,139,112)
#7B967E
(123,150,126)
#89A18C
(137,161,140)
#97AC9A
(151,172,154)
#A5B7A8
(165,183,168)
#B3C2B6
(179,194,182)
#C1CDC4
(193,205,196)
#CFD8D2
(207,216,210)
#DDE3E0
(221,227,224)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8062 color. Also use rgb(95,128,98) instead hex code.

Text Font Color

.myTextColor { color: #5F8062; }

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

This text font color is #5F8062.


Background Color

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

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

This div background color is #5F8062.


Border color

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

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

This div border color is #5F8062.


Opacity

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

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

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

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

This text has shadow with #5F8062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8062 on black background.


Color preview on white background

This text has color #5F8062 on white background.



Black color preview on #5F8062 background

This text has black color on #5F8062 background.


White color preview on #5F8062 background

This text has white color on #5F8062 background.