COLOR #55815E

HEX: #55815E
RGB: (85,129,94)

Color info

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

RGB color model

#55815E color RGB value is (85,129,94).

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

RGB channels and saturation

R 85 of 255 = 33%
G 129 of 255 = 51%
B 94 of 255 = 37%

85
129
94

R + G + B ~ 40%. #55815E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 129 + 94 = 308 (100%)
R 85 of 308 ~ 27.6%
G 129 of 308 ~ 41.88%
B 94 of 308 ~ 30.52%

%27.6
%41.88
%30.52

CMYK color model

#55815E color CMYK value is (34,0,27,49).

  • cyan value is 34.11%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 49.41%
CMYK:
(34,0,27,49)
C34M0Y27K49 
(34%,0%,27%,49%)
(0.34/0.00/0.27/0.49)	

CMYK percentages

%34.11
%0
%27.13
%49.41

Codes

Color #55815E in popluar color models

55815E
RGB8512994
HSL132°20.56%41.96%
HSB/HSV132°34.11%50.59%
CMYK34.11%0.00%27.13%
49.41%

Color #55815E in popluar number systems.

HEX55815E
Decimal8512994
Binary1010101100000011011110
Octal125201136

Shades and tints

Shades of #55815E

#55815E
(85,129,94)
#4E7656
(78,118,86)
#476B4E
(71,107,78)
#406046
(64,96,70)
#39553E
(57,85,62)
#324A36
(50,74,54)
#2B3F2E
(43,63,46)
#243426
(36,52,38)
#1D291E
(29,41,30)
#161E16
(22,30,22)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #55815E

#55815E
(85,129,94)
#648C6C
(100,140,108)
#73977A
(115,151,122)
#82A288
(130,162,136)
#91AD96
(145,173,150)
#A0B8A4
(160,184,164)
#AFC3B2
(175,195,178)
#BECEC0
(190,206,192)
#CDD9CE
(205,217,206)
#DCE4DC
(220,228,220)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55815E; }

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

This text font color is #55815E.


Background Color

.myBgColor { background-color: #55815E; }

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

This div background color is #55815E.


Border color

.myBorderColor { border: 1px solid #55815E; }

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

This div border color is #55815E.


Opacity

.myOpacity80 { color: #55815E; opacity: 0.8; }

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

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

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

This text has shadow with #55815E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55815E on black background.


Color preview on white background

This text has color #55815E on white background.



Black color preview on #55815E background

This text has black color on #55815E background.


White color preview on #55815E background

This text has white color on #55815E background.