COLOR #558371

HEX: #558371
RGB: (85,131,113)

Color info

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

RGB color model

#558371 color RGB value is (85,131,113).

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

RGB channels and saturation

R 85 of 255 = 33%
G 131 of 255 = 51%
B 113 of 255 = 44%

85
131
113

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

Portions of RGB colors in percentages

R + G + B =
85 + 131 + 113 = 329 (100%)
R 85 of 329 ~ 25.84%
G 131 of 329 ~ 39.82%
B 113 of 329 ~ 34.35%

%25.84
%39.82
%34.35

CMYK color model

#558371 color CMYK value is (35,0,14,49).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • key color value is 48.63%
CMYK:
(35,0,14,49)
C35M0Y14K49 
(35%,0%,14%,49%)
(0.35/0.00/0.14/0.49)	

CMYK percentages

%35.11
%0
%13.74
%48.63

Codes

Color #558371 in popluar color models

558371
RGB85131113
HSL157°21.30%42.35%
HSB/HSV157°35.11%51.37%
CMYK35.11%0.00%13.74%
48.63%

Color #558371 in popluar number systems.

HEX558371
Decimal85131113
Binary1010101100000111110001
Octal125203161

Shades and tints

Shades of #558371

#558371
(85,131,113)
#4E7867
(78,120,103)
#476D5D
(71,109,93)
#406253
(64,98,83)
#395749
(57,87,73)
#324C3F
(50,76,63)
#2B4135
(43,65,53)
#24362B
(36,54,43)
#1D2B21
(29,43,33)
#162017
(22,32,23)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #558371

#558371
(85,131,113)
#648E7D
(100,142,125)
#739989
(115,153,137)
#82A495
(130,164,149)
#91AFA1
(145,175,161)
#A0BAAD
(160,186,173)
#AFC5B9
(175,197,185)
#BED0C5
(190,208,197)
#CDDBD1
(205,219,209)
#DCE6DD
(220,230,221)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558371; }

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

This text font color is #558371.


Background Color

.myBgColor { background-color: #558371; }

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

This div background color is #558371.


Border color

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

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

This div border color is #558371.


Opacity

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

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

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

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

This text has shadow with #558371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558371 on black background.


Color preview on white background

This text has color #558371 on white background.



Black color preview on #558371 background

This text has black color on #558371 background.


White color preview on #558371 background

This text has white color on #558371 background.