COLOR #55605B

HEX: #55605B
RGB: (85,96,91)

Color info

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

RGB color model

#55605B color RGB value is (85,96,91).

  • red value is 85;
  • green value is 96;
  • blue value is 91.
RGB:
(85,96,91)
(33%,38%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 91 of 255 = 36%

85
96
91

R + G + B ~ 36%. #55605B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 91 = 272 (100%)
R 85 of 272 ~ 31.25%
G 96 of 272 ~ 35.29%
B 91 of 272 ~ 33.46%

%31.25
%35.29
%33.46

CMYK color model

#55605B color CMYK value is (11,0,5,62).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 5.21%
  • key color value is 62.35%
CMYK:
(11,0,5,62)
C11M0Y5K62 
(11%,0%,5%,62%)
(0.11/0.00/0.05/0.62)	

CMYK percentages

%11.46
%0
%5.21
%62.35

Codes

Color #55605B in popluar color models

55605B
RGB859691
HSL153°6.08%35.49%
HSB/HSV153°11.46%37.65%
CMYK11.46%0.00%5.21%
62.35%

Color #55605B in popluar number systems.

HEX55605B
Decimal859691
Binary101010111000001011011
Octal125140133

Shades and tints

Shades of #55605B

#55605B
(85,96,91)
#4E5853
(78,88,83)
#47504B
(71,80,75)
#404843
(64,72,67)
#39403B
(57,64,59)
#323833
(50,56,51)
#2B302B
(43,48,43)
#242823
(36,40,35)
#1D201B
(29,32,27)
#161813
(22,24,19)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #55605B

#55605B
(85,96,91)
#646E69
(100,110,105)
#737C77
(115,124,119)
#828A85
(130,138,133)
#919893
(145,152,147)
#A0A6A1
(160,166,161)
#AFB4AF
(175,180,175)
#BEC2BD
(190,194,189)
#CDD0CB
(205,208,203)
#DCDED9
(220,222,217)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55605B color. Also use rgb(85,96,91) instead hex code.

Text Font Color

.myTextColor { color: #55605B; }

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

This text font color is #55605B.


Background Color

.myBgColor { background-color: #55605B; }

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

This div background color is #55605B.


Border color

.myBorderColor { border: 1px solid #55605B; }

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

This div border color is #55605B.


Opacity

.myOpacity80 { color: #55605B; opacity: 0.8; }

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

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

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

This text has shadow with #55605B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55605B on black background.


Color preview on white background

This text has color #55605B on white background.



Black color preview on #55605B background

This text has black color on #55605B background.


White color preview on #55605B background

This text has white color on #55605B background.