COLOR #55474C

HEX: #55474C
RGB: (85,71,76)

Color info

#55474C contains red, green and blue colors in about the same proportion. Web safe color of #55474C is #663333 (or #633).

RGB color model

#55474C color RGB value is (85,71,76).

  • red value is 85;
  • green value is 71;
  • blue value is 76.
RGB:
(85,71,76)
(33%,28%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 76 of 255 = 30%

85
71
76

R + G + B ~ 30%. #55474C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 76 = 232 (100%)
R 85 of 232 ~ 36.64%
G 71 of 232 ~ 30.6%
B 76 of 232 ~ 32.76%

%36.64
%30.6
%32.76

CMYK color model

#55474C color CMYK value is (0,16,11,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(0,16,11,67)
C0M16Y11K67 
(0%,16%,11%,67%)
(0.00/0.16/0.11/0.67)	

CMYK percentages

%0
%16.47
%10.59
%66.67

Codes

Color #55474C in popluar color models

55474C
RGB857176
HSL339°8.97%30.59%
HSB/HSV339°16.47%33.33%
CMYK0.00%16.47%10.59%
66.67%

Color #55474C in popluar number systems.

HEX55474C
Decimal857176
Binary101010110001111001100
Octal125107114

Shades and tints

Shades of #55474C

#55474C
(85,71,76)
#4E4146
(78,65,70)
#473B40
(71,59,64)
#40353A
(64,53,58)
#392F34
(57,47,52)
#32292E
(50,41,46)
#2B2328
(43,35,40)
#241D22
(36,29,34)
#1D171C
(29,23,28)
#161116
(22,17,22)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #55474C

#55474C
(85,71,76)
#64575C
(100,87,92)
#73676C
(115,103,108)
#82777C
(130,119,124)
#91878C
(145,135,140)
#A0979C
(160,151,156)
#AFA7AC
(175,167,172)
#BEB7BC
(190,183,188)
#CDC7CC
(205,199,204)
#DCD7DC
(220,215,220)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55474C color. Also use rgb(85,71,76) instead hex code.

Text Font Color

.myTextColor { color: #55474C; }

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

This text font color is #55474C.


Background Color

.myBgColor { background-color: #55474C; }

<div style="background-color:#55474C">Inner text</div>

This div background color is #55474C.


Border color

.myBorderColor { border: 1px solid #55474C; }

<div style="border:3px solid #55474C">Div</div>

This div border color is #55474C.


Opacity

.myOpacity80 { color: #55474C; opacity: 0.8; }

<p style="color:#55474C;opacity:0.8;">80%</p>

Text with #55474C 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 #55474C;}

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

This text has shadow with #55474C color.

.textShadow {text-shadow: 3px 3px 1px #55474C, 3px 3px 1px red;}

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

This text has shadow with #55474C primary color and red secondary color.


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

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

This text has shadow with #55474C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55474C on black background.


Color preview on white background

This text has color #55474C on white background.



Black color preview on #55474C background

This text has black color on #55474C background.


White color preview on #55474C background

This text has white color on #55474C background.