COLOR #558672

HEX: #558672
RGB: (85,134,114)

Color info

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

RGB color model

#558672 color RGB value is (85,134,114).

  • red value is 85;
  • green value is 134;
  • blue value is 114.
RGB:
(85,134,114)
(33%,53%,45%)

RGB channels and saturation

R 85 of 255 = 33%
G 134 of 255 = 53%
B 114 of 255 = 45%

85
134
114

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

Portions of RGB colors in percentages

R + G + B =
85 + 134 + 114 = 333 (100%)
R 85 of 333 ~ 25.53%
G 134 of 333 ~ 40.24%
B 114 of 333 ~ 34.23%

%25.53
%40.24
%34.23

CMYK color model

#558672 color CMYK value is (37,0,15,47).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 47.45%
CMYK:
(37,0,15,47)
C37M0Y15K47 
(37%,0%,15%,47%)
(0.37/0.00/0.15/0.47)	

CMYK percentages

%36.57
%0
%14.93
%47.45

Codes

Color #558672 in popluar color models

558672
RGB85134114
HSL156°22.37%42.94%
HSB/HSV156°36.57%52.55%
CMYK36.57%0.00%14.93%
47.45%

Color #558672 in popluar number systems.

HEX558672
Decimal85134114
Binary1010101100001101110010
Octal125206162

Shades and tints

Shades of #558672

#558672
(85,134,114)
#4E7A68
(78,122,104)
#476E5E
(71,110,94)
#406254
(64,98,84)
#39564A
(57,86,74)
#324A40
(50,74,64)
#2B3E36
(43,62,54)
#24322C
(36,50,44)
#1D2622
(29,38,34)
#161A18
(22,26,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #558672

#558672
(85,134,114)
#64917E
(100,145,126)
#739C8A
(115,156,138)
#82A796
(130,167,150)
#91B2A2
(145,178,162)
#A0BDAE
(160,189,174)
#AFC8BA
(175,200,186)
#BED3C6
(190,211,198)
#CDDED2
(205,222,210)
#DCE9DE
(220,233,222)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558672 color. Also use rgb(85,134,114) instead hex code.

Text Font Color

.myTextColor { color: #558672; }

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

This text font color is #558672.


Background Color

.myBgColor { background-color: #558672; }

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

This div background color is #558672.


Border color

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

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

This div border color is #558672.


Opacity

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

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

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

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

This text has shadow with #558672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558672 on black background.


Color preview on white background

This text has color #558672 on white background.



Black color preview on #558672 background

This text has black color on #558672 background.


White color preview on #558672 background

This text has white color on #558672 background.