COLOR #558959

HEX: #558959
RGB: (85,137,89)

Color info

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

RGB color model

#558959 color RGB value is (85,137,89).

  • red value is 85;
  • green value is 137;
  • blue value is 89.
RGB:
(85,137,89)
(33%,54%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 137 of 255 = 54%
B 89 of 255 = 35%

85
137
89

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

Portions of RGB colors in percentages

R + G + B =
85 + 137 + 89 = 311 (100%)
R 85 of 311 ~ 27.33%
G 137 of 311 ~ 44.05%
B 89 of 311 ~ 28.62%

%27.33
%44.05
%28.62

CMYK color model

#558959 color CMYK value is (38,0,35,46).

  • cyan value is 37.96%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK:
(38,0,35,46)
C38M0Y35K46 
(38%,0%,35%,46%)
(0.38/0.00/0.35/0.46)	

CMYK percentages

%37.96
%0
%35.04
%46.27

Codes

Color #558959 in popluar color models

558959
RGB8513789
HSL125°23.42%43.53%
HSB/HSV125°37.96%53.73%
CMYK37.96%0.00%35.04%
46.27%

Color #558959 in popluar number systems.

HEX558959
Decimal8513789
Binary1010101100010011011001
Octal125211131

Shades and tints

Shades of #558959

#558959
(85,137,89)
#4E7D51
(78,125,81)
#477149
(71,113,73)
#406541
(64,101,65)
#395939
(57,89,57)
#324D31
(50,77,49)
#2B4129
(43,65,41)
#243521
(36,53,33)
#1D2919
(29,41,25)
#161D11
(22,29,17)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #558959

#558959
(85,137,89)
#649368
(100,147,104)
#739D77
(115,157,119)
#82A786
(130,167,134)
#91B195
(145,177,149)
#A0BBA4
(160,187,164)
#AFC5B3
(175,197,179)
#BECFC2
(190,207,194)
#CDD9D1
(205,217,209)
#DCE3E0
(220,227,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558959 color. Also use rgb(85,137,89) instead hex code.

Text Font Color

.myTextColor { color: #558959; }

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

This text font color is #558959.


Background Color

.myBgColor { background-color: #558959; }

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

This div background color is #558959.


Border color

.myBorderColor { border: 1px solid #558959; }

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

This div border color is #558959.


Opacity

.myOpacity80 { color: #558959; opacity: 0.8; }

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

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

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

This text has shadow with #558959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558959 on black background.


Color preview on white background

This text has color #558959 on white background.



Black color preview on #558959 background

This text has black color on #558959 background.


White color preview on #558959 background

This text has white color on #558959 background.