COLOR #55534D

HEX: #55534D
RGB: (85,83,77)

Color info

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

RGB color model

#55534D color RGB value is (85,83,77).

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

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 77 of 255 = 30%

85
83
77

R + G + B ~ 32%. #55534D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 77 = 245 (100%)
R 85 of 245 ~ 34.69%
G 83 of 245 ~ 33.88%
B 77 of 245 ~ 31.43%

%34.69
%33.88
%31.43

CMYK color model

#55534D color CMYK value is (0,2,9,67).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(0,2,9,67)
C0M2Y9K67 
(0%,2%,9%,67%)
(0.00/0.02/0.09/0.67)	

CMYK percentages

%0
%2.35
%9.41
%66.67

Codes

Color #55534D in popluar color models

55534D
RGB858377
HSL45°4.94%31.76%
HSB/HSV45°9.41%33.33%
CMYK0.00%2.35%9.41%
66.67%

Color #55534D in popluar number systems.

HEX55534D
Decimal858377
Binary101010110100111001101
Octal125123115

Shades and tints

Shades of #55534D

#55534D
(85,83,77)
#4E4C46
(78,76,70)
#47453F
(71,69,63)
#403E38
(64,62,56)
#393731
(57,55,49)
#32302A
(50,48,42)
#2B2923
(43,41,35)
#24221C
(36,34,28)
#1D1B15
(29,27,21)
#16140E
(22,20,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #55534D

#55534D
(85,83,77)
#64625D
(100,98,93)
#73716D
(115,113,109)
#82807D
(130,128,125)
#918F8D
(145,143,141)
#A09E9D
(160,158,157)
#AFADAD
(175,173,173)
#BEBCBD
(190,188,189)
#CDCBCD
(205,203,205)
#DCDADD
(220,218,221)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55534D; }

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

This text font color is #55534D.


Background Color

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

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

This div background color is #55534D.


Border color

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

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

This div border color is #55534D.


Opacity

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

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

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

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

This text has shadow with #55534D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55534D on black background.


Color preview on white background

This text has color #55534D on white background.



Black color preview on #55534D background

This text has black color on #55534D background.


White color preview on #55534D background

This text has white color on #55534D background.