COLOR #55474E

HEX: #55474E RGB: (85,71,78)

Color info

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

RGB color model

#55474E color RGB value is (85,71,78).

RGB: (85,71,78) (33%, 28%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 78 of 255 = 31%

85
71
78

R + G + B ~ 31%. #55474E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 71 + 78 = 234 (100%)
R 85 of 234 ~ 36.32%
G 71 of 234 ~ 30.34%
B 78 of 234 ~ 33.33'%

%36.32
%30.34
%33.33

CMYK color model

#55474E color CMYK value is (0,16,8,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 8.24%
  • key color value is 66.67%

CMYK: (0,16,8,67)
C0M16Y8K67 (0%, 16%, 8%, 67%)
(0.00 / 0.16 / 0.08 / 0.67)

CMYK percentages

%0
%16.47
%8.24
%66.67

Codes

Color #55474E in popluar color models

55 47 4E
RGB 85 71 78
HSL 330° 8.97% 30.59%
HSB/HSV 330° 16.47% 33.33%
CMYK 0.00% 16.47% 8.24%
66.67%

Color #55474E in popluar number systems.

HEX 55 47 4E
Decimal 85 71 78
Binary 1010101 1000111 1001110
Octal 125 107 116

Shades and tints

Shades of #55474E

#55474E
(85,71,78)
#4E4147
(78,65,71)
#473B40
(71,59,64)
#403539
(64,53,57)
#392F32
(57,47,50)
#32292B
(50,41,43)
#2B2324
(43,35,36)
#241D1D
(36,29,29)
#1D1716
(29,23,22)
#16110F
(22,17,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #55474E

#55474E
(85,71,78)
#64575E
(100,87,94)
#73676E
(115,103,110)
#82777E
(130,119,126)
#91878E
(145,135,142)
#A0979E
(160,151,158)
#AFA7AE
(175,167,174)
#BEB7BE
(190,183,190)
#CDC7CE
(205,199,206)
#DCD7DE
(220,215,222)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55474E; }

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

This text font color is #55474E.

Background Color

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

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

This div background color is #55474E.

Border color

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

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

This div border color is #55474E.

Opacity

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

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

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

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

This text has shadow with #55474E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55474E.

Preview

Color preview on black background

This text has color #55474E on black background.


Color preview on white background

This text has color #55474E on white background.


Black color preview on #55474E background

This text has black color on #55474E background.


White color preview on #55474E background

This text has white color on #55474E background.


Related colors

Complementary color

Complementary color for #hex is #AAB8B1.


I love getcolorcode.com

Triadic colors

1 #4E5547 and #474E55 with #55474E are triadic colors.

2 #4E4755 and #47554E with #55474E are triadic colors.