COLOR #558B51

HEX: #558B51
RGB: (85,139,81)

Color info

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

RGB color model

#558B51 color RGB value is (85,139,81).

  • red value is 85;
  • green value is 139;
  • blue value is 81.
RGB:
(85,139,81)
(33%,55%,32%)

RGB channels and saturation

R 85 of 255 = 33%
G 139 of 255 = 55%
B 81 of 255 = 32%

85
139
81

R + G + B ~ 40%. #558B51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 139 + 81 = 305 (100%)
R 85 of 305 ~ 27.87%
G 139 of 305 ~ 45.57%
B 81 of 305 ~ 26.56%

%27.87
%45.57
%26.56

CMYK color model

#558B51 color CMYK value is (39,0,42,45).

  • cyan value is 38.85%
  • magenta value is 0.00%
  • yellow value is 41.73%
  • key color value is 45.49%
CMYK:
(39,0,42,45)
C39M0Y42K45 
(39%,0%,42%,45%)
(0.39/0.00/0.42/0.45)	

CMYK percentages

%38.85
%0
%41.73
%45.49

Codes

Color #558B51 in popluar color models

558B51
RGB8513981
HSL116°26.36%43.14%
HSB/HSV116°41.73%54.51%
CMYK38.85%0.00%41.73%
45.49%

Color #558B51 in popluar number systems.

HEX558B51
Decimal8513981
Binary1010101100010111010001
Octal125213121

Shades and tints

Shades of #558B51

#558B51
(85,139,81)
#4E7F4A
(78,127,74)
#477343
(71,115,67)
#40673C
(64,103,60)
#395B35
(57,91,53)
#324F2E
(50,79,46)
#2B4327
(43,67,39)
#243720
(36,55,32)
#1D2B19
(29,43,25)
#161F12
(22,31,18)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #558B51

#558B51
(85,139,81)
#649560
(100,149,96)
#739F6F
(115,159,111)
#82A97E
(130,169,126)
#91B38D
(145,179,141)
#A0BD9C
(160,189,156)
#AFC7AB
(175,199,171)
#BED1BA
(190,209,186)
#CDDBC9
(205,219,201)
#DCE5D8
(220,229,216)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558B51 color. Also use rgb(85,139,81) instead hex code.

Text Font Color

.myTextColor { color: #558B51; }

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

This text font color is #558B51.


Background Color

.myBgColor { background-color: #558B51; }

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

This div background color is #558B51.


Border color

.myBorderColor { border: 1px solid #558B51; }

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

This div border color is #558B51.


Opacity

.myOpacity80 { color: #558B51; opacity: 0.8; }

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

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

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

This text has shadow with #558B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558B51 on black background.


Color preview on white background

This text has color #558B51 on white background.



Black color preview on #558B51 background

This text has black color on #558B51 background.


White color preview on #558B51 background

This text has white color on #558B51 background.