COLOR #558272

HEX: #558272
RGB: (85,130,114)

Color info

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

RGB color model

#558272 color RGB value is (85,130,114).

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

RGB channels and saturation

R 85 of 255 = 33%
G 130 of 255 = 51%
B 114 of 255 = 45%

85
130
114

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

Portions of RGB colors in percentages

R + G + B =
85 + 130 + 114 = 329 (100%)
R 85 of 329 ~ 25.84%
G 130 of 329 ~ 39.51%
B 114 of 329 ~ 34.65%

%25.84
%39.51
%34.65

CMYK color model

#558272 color CMYK value is (35,0,12,49).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 49.02%
CMYK:
(35,0,12,49)
C35M0Y12K49 
(35%,0%,12%,49%)
(0.35/0.00/0.12/0.49)	

CMYK percentages

%34.62
%0
%12.31
%49.02

Codes

Color #558272 in popluar color models

558272
RGB85130114
HSL159°20.93%42.16%
HSB/HSV159°34.62%50.98%
CMYK34.62%0.00%12.31%
49.02%

Color #558272 in popluar number systems.

HEX558272
Decimal85130114
Binary1010101100000101110010
Octal125202162

Shades and tints

Shades of #558272

#558272
(85,130,114)
#4E7768
(78,119,104)
#476C5E
(71,108,94)
#406154
(64,97,84)
#39564A
(57,86,74)
#324B40
(50,75,64)
#2B4036
(43,64,54)
#24352C
(36,53,44)
#1D2A22
(29,42,34)
#161F18
(22,31,24)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #558272

#558272
(85,130,114)
#648D7E
(100,141,126)
#73988A
(115,152,138)
#82A396
(130,163,150)
#91AEA2
(145,174,162)
#A0B9AE
(160,185,174)
#AFC4BA
(175,196,186)
#BECFC6
(190,207,198)
#CDDAD2
(205,218,210)
#DCE5DE
(220,229,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558272; }

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

This text font color is #558272.


Background Color

.myBgColor { background-color: #558272; }

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

This div background color is #558272.


Border color

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

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

This div border color is #558272.


Opacity

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

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

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

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

This text has shadow with #558272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558272 on black background.


Color preview on white background

This text has color #558272 on white background.



Black color preview on #558272 background

This text has black color on #558272 background.


White color preview on #558272 background

This text has white color on #558272 background.