COLOR #558D73

HEX: #558D73
RGB: (85,141,115)

Color info

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

RGB color model

#558D73 color RGB value is (85,141,115).

  • red value is 85;
  • green value is 141;
  • blue value is 115.
RGB:
(85,141,115)
(33%,55%,45%)

RGB channels and saturation

R 85 of 255 = 33%
G 141 of 255 = 55%
B 115 of 255 = 45%

85
141
115

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

Portions of RGB colors in percentages

R + G + B =
85 + 141 + 115 = 341 (100%)
R 85 of 341 ~ 24.93%
G 141 of 341 ~ 41.35%
B 115 of 341 ~ 33.72%

%24.93
%41.35
%33.72

CMYK color model

#558D73 color CMYK value is (40,0,18,45).

  • cyan value is 39.72%
  • magenta value is 0.00%
  • yellow value is 18.44%
  • key color value is 44.71%
CMYK:
(40,0,18,45)
C40M0Y18K45 
(40%,0%,18%,45%)
(0.40/0.00/0.18/0.45)	

CMYK percentages

%39.72
%0
%18.44
%44.71

Codes

Color #558D73 in popluar color models

558D73
RGB85141115
HSL152°24.78%44.31%
HSB/HSV152°39.72%55.29%
CMYK39.72%0.00%18.44%
44.71%

Color #558D73 in popluar number systems.

HEX558D73
Decimal85141115
Binary1010101100011011110011
Octal125215163

Shades and tints

Shades of #558D73

#558D73
(85,141,115)
#4E8169
(78,129,105)
#47755F
(71,117,95)
#406955
(64,105,85)
#395D4B
(57,93,75)
#325141
(50,81,65)
#2B4537
(43,69,55)
#24392D
(36,57,45)
#1D2D23
(29,45,35)
#162119
(22,33,25)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #558D73

#558D73
(85,141,115)
#64977F
(100,151,127)
#73A18B
(115,161,139)
#82AB97
(130,171,151)
#91B5A3
(145,181,163)
#A0BFAF
(160,191,175)
#AFC9BB
(175,201,187)
#BED3C7
(190,211,199)
#CDDDD3
(205,221,211)
#DCE7DF
(220,231,223)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558D73 color. Also use rgb(85,141,115) instead hex code.

Text Font Color

.myTextColor { color: #558D73; }

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

This text font color is #558D73.


Background Color

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

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

This div background color is #558D73.


Border color

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

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

This div border color is #558D73.


Opacity

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

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

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

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

This text has shadow with #558D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558D73 on black background.


Color preview on white background

This text has color #558D73 on white background.



Black color preview on #558D73 background

This text has black color on #558D73 background.


White color preview on #558D73 background

This text has white color on #558D73 background.