COLOR #55454E

HEX: #55454E
RGB: (85,69,78)

Color info

#55454E contains red, green and blue colors in about the same proportion. Web safe color of #55454E is #663366 (or #636).

RGB color model

#55454E color RGB value is (85,69,78).

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

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 78 of 255 = 31%

85
69
78

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

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 78 = 232 (100%)
R 85 of 232 ~ 36.64%
G 69 of 232 ~ 29.74%
B 78 of 232 ~ 33.62%

%36.64
%29.74
%33.62

CMYK color model

#55454E color CMYK value is (0,19,8,67).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(0,19,8,67)
C0M19Y8K67 
(0%,19%,8%,67%)
(0.00/0.19/0.08/0.67)	

CMYK percentages

%0
%18.82
%8.24
%66.67

Codes

Color #55454E in popluar color models

55454E
RGB856978
HSL326°10.39%30.20%
HSB/HSV326°18.82%33.33%
CMYK0.00%18.82%8.24%
66.67%

Color #55454E in popluar number systems.

HEX55454E
Decimal856978
Binary101010110001011001110
Octal125105116

Shades and tints

Shades of #55454E

#55454E
(85,69,78)
#4E3F47
(78,63,71)
#473940
(71,57,64)
#403339
(64,51,57)
#392D32
(57,45,50)
#32272B
(50,39,43)
#2B2124
(43,33,36)
#241B1D
(36,27,29)
#1D1516
(29,21,22)
#160F0F
(22,15,15)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #55454E

#55454E
(85,69,78)
#64555E
(100,85,94)
#73656E
(115,101,110)
#82757E
(130,117,126)
#91858E
(145,133,142)
#A0959E
(160,149,158)
#AFA5AE
(175,165,174)
#BEB5BE
(190,181,190)
#CDC5CE
(205,197,206)
#DCD5DE
(220,213,222)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55454E; }

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

This text font color is #55454E.


Background Color

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

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

This div background color is #55454E.


Border color

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

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

This div border color is #55454E.


Opacity

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

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

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

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

This text has shadow with #55454E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55454E on black background.


Color preview on white background

This text has color #55454E on white background.



Black color preview on #55454E background

This text has black color on #55454E background.


White color preview on #55454E background

This text has white color on #55454E background.