COLOR #558164

HEX: #558164
RGB: (85,129,100)

Color info

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

RGB color model

#558164 color RGB value is (85,129,100).

  • red value is 85;
  • green value is 129;
  • blue value is 100.
RGB:
(85,129,100)
(33%,51%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 129 of 255 = 51%
B 100 of 255 = 39%

85
129
100

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

Portions of RGB colors in percentages

R + G + B =
85 + 129 + 100 = 314 (100%)
R 85 of 314 ~ 27.07%
G 129 of 314 ~ 41.08%
B 100 of 314 ~ 31.85%

%27.07
%41.08
%31.85

CMYK color model

#558164 color CMYK value is (34,0,22,49).

  • cyan value is 34.11%
  • magenta value is 0.00%
  • yellow value is 22.48%
  • key color value is 49.41%
CMYK:
(34,0,22,49)
C34M0Y22K49 
(34%,0%,22%,49%)
(0.34/0.00/0.22/0.49)	

CMYK percentages

%34.11
%0
%22.48
%49.41

Codes

Color #558164 in popluar color models

558164
RGB85129100
HSL140°20.56%41.96%
HSB/HSV140°34.11%50.59%
CMYK34.11%0.00%22.48%
49.41%

Color #558164 in popluar number systems.

HEX558164
Decimal85129100
Binary1010101100000011100100
Octal125201144

Shades and tints

Shades of #558164

#558164
(85,129,100)
#4E765B
(78,118,91)
#476B52
(71,107,82)
#406049
(64,96,73)
#395540
(57,85,64)
#324A37
(50,74,55)
#2B3F2E
(43,63,46)
#243425
(36,52,37)
#1D291C
(29,41,28)
#161E13
(22,30,19)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #558164

#558164
(85,129,100)
#648C72
(100,140,114)
#739780
(115,151,128)
#82A28E
(130,162,142)
#91AD9C
(145,173,156)
#A0B8AA
(160,184,170)
#AFC3B8
(175,195,184)
#BECEC6
(190,206,198)
#CDD9D4
(205,217,212)
#DCE4E2
(220,228,226)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558164 color. Also use rgb(85,129,100) instead hex code.

Text Font Color

.myTextColor { color: #558164; }

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

This text font color is #558164.


Background Color

.myBgColor { background-color: #558164; }

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

This div background color is #558164.


Border color

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

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

This div border color is #558164.


Opacity

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

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

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

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

This text has shadow with #558164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558164 on black background.


Color preview on white background

This text has color #558164 on white background.



Black color preview on #558164 background

This text has black color on #558164 background.


White color preview on #558164 background

This text has white color on #558164 background.