COLOR #5F8059

HEX: #5F8059
RGB: (95,128,89)

Color info

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

RGB color model

#5F8059 color RGB value is (95,128,89).

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

RGB channels and saturation

R 95 of 255 = 37%
G 128 of 255 = 50%
B 89 of 255 = 35%

95
128
89

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

Portions of RGB colors in percentages

R + G + B =
95 + 128 + 89 = 312 (100%)
R 95 of 312 ~ 30.45%
G 128 of 312 ~ 41.03%
B 89 of 312 ~ 28.53%

%30.45
%41.03
%28.53

CMYK color model

#5F8059 color CMYK value is (26,0,30,50).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(26,0,30,50)
C26M0Y30K50 
(26%,0%,30%,50%)
(0.26/0.00/0.30/0.50)	

CMYK percentages

%25.78
%0
%30.47
%49.8

Codes

Color #5F8059 in popluar color models

5F8059
RGB9512889
HSL111°17.97%42.55%
HSB/HSV111°30.47%50.20%
CMYK25.78%0.00%30.47%
49.80%

Color #5F8059 in popluar number systems.

HEX5F8059
Decimal9512889
Binary1011111100000001011001
Octal137200131

Shades and tints

Shades of #5F8059

#5F8059
(95,128,89)
#577551
(87,117,81)
#4F6A49
(79,106,73)
#475F41
(71,95,65)
#3F5439
(63,84,57)
#374931
(55,73,49)
#2F3E29
(47,62,41)
#273321
(39,51,33)
#1F2819
(31,40,25)
#171D11
(23,29,17)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #5F8059

#5F8059
(95,128,89)
#6D8B68
(109,139,104)
#7B9677
(123,150,119)
#89A186
(137,161,134)
#97AC95
(151,172,149)
#A5B7A4
(165,183,164)
#B3C2B3
(179,194,179)
#C1CDC2
(193,205,194)
#CFD8D1
(207,216,209)
#DDE3E0
(221,227,224)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F8059; }

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

This text font color is #5F8059.


Background Color

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

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

This div background color is #5F8059.


Border color

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

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

This div border color is #5F8059.


Opacity

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

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

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

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

This text has shadow with #5F8059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8059 on black background.


Color preview on white background

This text has color #5F8059 on white background.



Black color preview on #5F8059 background

This text has black color on #5F8059 background.


White color preview on #5F8059 background

This text has white color on #5F8059 background.