COLOR #558376

HEX: #558376
RGB: (85,131,118)

Color info

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

RGB color model

#558376 color RGB value is (85,131,118).

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

RGB channels and saturation

R 85 of 255 = 33%
G 131 of 255 = 51%
B 118 of 255 = 46%

85
131
118

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

Portions of RGB colors in percentages

R + G + B =
85 + 131 + 118 = 334 (100%)
R 85 of 334 ~ 25.45%
G 131 of 334 ~ 39.22%
B 118 of 334 ~ 35.33%

%25.45
%39.22
%35.33

CMYK color model

#558376 color CMYK value is (35,0,10,49).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 48.63%
CMYK:
(35,0,10,49)
C35M0Y10K49 
(35%,0%,10%,49%)
(0.35/0.00/0.10/0.49)	

CMYK percentages

%35.11
%0
%9.92
%48.63

Codes

Color #558376 in popluar color models

558376
RGB85131118
HSL163°21.30%42.35%
HSB/HSV163°35.11%51.37%
CMYK35.11%0.00%9.92%
48.63%

Color #558376 in popluar number systems.

HEX558376
Decimal85131118
Binary1010101100000111110110
Octal125203166

Shades and tints

Shades of #558376

#558376
(85,131,118)
#4E786C
(78,120,108)
#476D62
(71,109,98)
#406258
(64,98,88)
#39574E
(57,87,78)
#324C44
(50,76,68)
#2B413A
(43,65,58)
#243630
(36,54,48)
#1D2B26
(29,43,38)
#16201C
(22,32,28)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #558376

#558376
(85,131,118)
#648E82
(100,142,130)
#73998E
(115,153,142)
#82A49A
(130,164,154)
#91AFA6
(145,175,166)
#A0BAB2
(160,186,178)
#AFC5BE
(175,197,190)
#BED0CA
(190,208,202)
#CDDBD6
(205,219,214)
#DCE6E2
(220,230,226)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558376; }

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

This text font color is #558376.


Background Color

.myBgColor { background-color: #558376; }

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

This div background color is #558376.


Border color

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

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

This div border color is #558376.


Opacity

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

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

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

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

This text has shadow with #558376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558376 on black background.


Color preview on white background

This text has color #558376 on white background.



Black color preview on #558376 background

This text has black color on #558376 background.


White color preview on #558376 background

This text has white color on #558376 background.