COLOR #55806D

HEX: #55806D
RGB: (85,128,109)

Color info

#55806D contains red, green and blue colors in about the same proportion. Web safe color of #55806D is #666666 (or #666).

RGB color model

#55806D color RGB value is (85,128,109).

  • red value is 85;
  • green value is 128;
  • blue value is 109.
RGB:
(85,128,109)
(33%,50%,43%)

RGB channels and saturation

R 85 of 255 = 33%
G 128 of 255 = 50%
B 109 of 255 = 43%

85
128
109

R + G + B ~ 42%. #55806D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 128 + 109 = 322 (100%)
R 85 of 322 ~ 26.4%
G 128 of 322 ~ 39.75%
B 109 of 322 ~ 33.85%

%26.4
%39.75
%33.85

CMYK color model

#55806D color CMYK value is (34,0,15,50).

  • cyan value is 33.59%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK:
(34,0,15,50)
C34M0Y15K50 
(34%,0%,15%,50%)
(0.34/0.00/0.15/0.50)	

CMYK percentages

%33.59
%0
%14.84
%49.8

Codes

Color #55806D in popluar color models

55806D
RGB85128109
HSL153°20.19%41.76%
HSB/HSV153°33.59%50.20%
CMYK33.59%0.00%14.84%
49.80%

Color #55806D in popluar number systems.

HEX55806D
Decimal85128109
Binary1010101100000001101101
Octal125200155

Shades and tints

Shades of #55806D

#55806D
(85,128,109)
#4E7564
(78,117,100)
#476A5B
(71,106,91)
#405F52
(64,95,82)
#395449
(57,84,73)
#324940
(50,73,64)
#2B3E37
(43,62,55)
#24332E
(36,51,46)
#1D2825
(29,40,37)
#161D1C
(22,29,28)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #55806D

#55806D
(85,128,109)
#648B7A
(100,139,122)
#739687
(115,150,135)
#82A194
(130,161,148)
#91ACA1
(145,172,161)
#A0B7AE
(160,183,174)
#AFC2BB
(175,194,187)
#BECDC8
(190,205,200)
#CDD8D5
(205,216,213)
#DCE3E2
(220,227,226)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55806D color. Also use rgb(85,128,109) instead hex code.

Text Font Color

.myTextColor { color: #55806D; }

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

This text font color is #55806D.


Background Color

.myBgColor { background-color: #55806D; }

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

This div background color is #55806D.


Border color

.myBorderColor { border: 1px solid #55806D; }

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

This div border color is #55806D.


Opacity

.myOpacity80 { color: #55806D; opacity: 0.8; }

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

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

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

This text has shadow with #55806D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55806D on black background.


Color preview on white background

This text has color #55806D on white background.



Black color preview on #55806D background

This text has black color on #55806D background.


White color preview on #55806D background

This text has white color on #55806D background.