COLOR #55604D

HEX: #55604D
RGB: (85,96,77)

Color info

#55604D contains red, green and blue colors in about the same proportion. Web safe color of #55604D is #666633 (or #663).

RGB color model

#55604D color RGB value is (85,96,77).

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

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 77 of 255 = 30%

85
96
77

R + G + B ~ 34%. #55604D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 77 = 258 (100%)
R 85 of 258 ~ 32.95%
G 96 of 258 ~ 37.21%
B 77 of 258 ~ 29.84%

%32.95
%37.21
%29.84

CMYK color model

#55604D color CMYK value is (11,0,20,62).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 62.35%
CMYK:
(11,0,20,62)
C11M0Y20K62 
(11%,0%,20%,62%)
(0.11/0.00/0.20/0.62)	

CMYK percentages

%11.46
%0
%19.79
%62.35

Codes

Color #55604D in popluar color models

55604D
RGB859677
HSL95°10.98%33.92%
HSB/HSV95°19.79%37.65%
CMYK11.46%0.00%19.79%
62.35%

Color #55604D in popluar number systems.

HEX55604D
Decimal859677
Binary101010111000001001101
Octal125140115

Shades and tints

Shades of #55604D

#55604D
(85,96,77)
#4E5846
(78,88,70)
#47503F
(71,80,63)
#404838
(64,72,56)
#394031
(57,64,49)
#32382A
(50,56,42)
#2B3023
(43,48,35)
#24281C
(36,40,28)
#1D2015
(29,32,21)
#16180E
(22,24,14)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #55604D

#55604D
(85,96,77)
#646E5D
(100,110,93)
#737C6D
(115,124,109)
#828A7D
(130,138,125)
#91988D
(145,152,141)
#A0A69D
(160,166,157)
#AFB4AD
(175,180,173)
#BEC2BD
(190,194,189)
#CDD0CD
(205,208,205)
#DCDEDD
(220,222,221)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55604D color. Also use rgb(85,96,77) instead hex code.

Text Font Color

.myTextColor { color: #55604D; }

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

This text font color is #55604D.


Background Color

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

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

This div background color is #55604D.


Border color

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

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

This div border color is #55604D.


Opacity

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

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

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

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

This text has shadow with #55604D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55604D on black background.


Color preview on white background

This text has color #55604D on white background.



Black color preview on #55604D background

This text has black color on #55604D background.


White color preview on #55604D background

This text has white color on #55604D background.