COLOR #55454C

HEX: #55454C
RGB: (85,69,76)

Color info

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

RGB color model

#55454C color RGB value is (85,69,76).

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

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 76 of 255 = 30%

85
69
76

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

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 76 = 230 (100%)
R 85 of 230 ~ 36.96%
G 69 of 230 ~ 30%
B 76 of 230 ~ 33.04%

%36.96
%30
%33.04

CMYK color model

#55454C color CMYK value is (0,19,11,67).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(0,19,11,67)
C0M19Y11K67 
(0%,19%,11%,67%)
(0.00/0.19/0.11/0.67)	

CMYK percentages

%0
%18.82
%10.59
%66.67

Codes

Color #55454C in popluar color models

55454C
RGB856976
HSL334°10.39%30.20%
HSB/HSV334°18.82%33.33%
CMYK0.00%18.82%10.59%
66.67%

Color #55454C in popluar number systems.

HEX55454C
Decimal856976
Binary101010110001011001100
Octal125105114

Shades and tints

Shades of #55454C

#55454C
(85,69,76)
#4E3F46
(78,63,70)
#473940
(71,57,64)
#40333A
(64,51,58)
#392D34
(57,45,52)
#32272E
(50,39,46)
#2B2128
(43,33,40)
#241B22
(36,27,34)
#1D151C
(29,21,28)
#160F16
(22,15,22)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #55454C

#55454C
(85,69,76)
#64555C
(100,85,92)
#73656C
(115,101,108)
#82757C
(130,117,124)
#91858C
(145,133,140)
#A0959C
(160,149,156)
#AFA5AC
(175,165,172)
#BEB5BC
(190,181,188)
#CDC5CC
(205,197,204)
#DCD5DC
(220,213,220)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55454C; }

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

This text font color is #55454C.


Background Color

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

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

This div background color is #55454C.


Border color

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

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

This div border color is #55454C.


Opacity

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

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

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

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

This text has shadow with #55454C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55454C on black background.


Color preview on white background

This text has color #55454C on white background.



Black color preview on #55454C background

This text has black color on #55454C background.


White color preview on #55454C background

This text has white color on #55454C background.