COLOR #558377

HEX: #558377
RGB: (85,131,119)

Color info

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

RGB color model

#558377 color RGB value is (85,131,119).

  • red value is 85;
  • green value is 131;
  • blue value is 119.
RGB:
(85,131,119)
(33%,51%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 131 of 255 = 51%
B 119 of 255 = 47%

85
131
119

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

Portions of RGB colors in percentages

R + G + B =
85 + 131 + 119 = 335 (100%)
R 85 of 335 ~ 25.37%
G 131 of 335 ~ 39.1%
B 119 of 335 ~ 35.52%

%25.37
%39.1
%35.52

CMYK color model

#558377 color CMYK value is (35,0,9,49).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK:
(35,0,9,49)
C35M0Y9K49 
(35%,0%,9%,49%)
(0.35/0.00/0.09/0.49)	

CMYK percentages

%35.11
%0
%9.16
%48.63

Codes

Color #558377 in popluar color models

558377
RGB85131119
HSL164°21.30%42.35%
HSB/HSV164°35.11%51.37%
CMYK35.11%0.00%9.16%
48.63%

Color #558377 in popluar number systems.

HEX558377
Decimal85131119
Binary1010101100000111110111
Octal125203167

Shades and tints

Shades of #558377

#558377
(85,131,119)
#4E786D
(78,120,109)
#476D63
(71,109,99)
#406259
(64,98,89)
#39574F
(57,87,79)
#324C45
(50,76,69)
#2B413B
(43,65,59)
#243631
(36,54,49)
#1D2B27
(29,43,39)
#16201D
(22,32,29)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #558377

#558377
(85,131,119)
#648E83
(100,142,131)
#73998F
(115,153,143)
#82A49B
(130,164,155)
#91AFA7
(145,175,167)
#A0BAB3
(160,186,179)
#AFC5BF
(175,197,191)
#BED0CB
(190,208,203)
#CDDBD7
(205,219,215)
#DCE6E3
(220,230,227)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558377 color. Also use rgb(85,131,119) instead hex code.

Text Font Color

.myTextColor { color: #558377; }

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

This text font color is #558377.


Background Color

.myBgColor { background-color: #558377; }

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

This div background color is #558377.


Border color

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

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

This div border color is #558377.


Opacity

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

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

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

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

This text has shadow with #558377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558377 on black background.


Color preview on white background

This text has color #558377 on white background.



Black color preview on #558377 background

This text has black color on #558377 background.


White color preview on #558377 background

This text has white color on #558377 background.