COLOR #55574E

HEX: #55574E
RGB: (85,87,78)

Color info

#55574E contains red, green and blue colors in about the same proportion. Web safe color of #55574E is #666666 (or #666).

RGB color model

#55574E color RGB value is (85,87,78).

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

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 78 of 255 = 31%

85
87
78

R + G + B ~ 33%. #55574E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 78 = 250 (100%)
R 85 of 250 ~ 34%
G 87 of 250 ~ 34.8%
B 78 of 250 ~ 31.2%

%34
%34.8
%31.2

CMYK color model

#55574E color CMYK value is (2,0,10,66).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(2,0,10,66)
C2M0Y10K66 
(2%,0%,10%,66%)
(0.02/0.00/0.10/0.66)	

CMYK percentages

%2.3
%0
%10.34
%65.88

Codes

Color #55574E in popluar color models

55574E
RGB858778
HSL73°5.45%32.35%
HSB/HSV73°10.34%34.12%
CMYK2.30%0.00%10.34%
65.88%

Color #55574E in popluar number systems.

HEX55574E
Decimal858778
Binary101010110101111001110
Octal125127116

Shades and tints

Shades of #55574E

#55574E
(85,87,78)
#4E5047
(78,80,71)
#474940
(71,73,64)
#404239
(64,66,57)
#393B32
(57,59,50)
#32342B
(50,52,43)
#2B2D24
(43,45,36)
#24261D
(36,38,29)
#1D1F16
(29,31,22)
#16180F
(22,24,15)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #55574E

#55574E
(85,87,78)
#64665E
(100,102,94)
#73756E
(115,117,110)
#82847E
(130,132,126)
#91938E
(145,147,142)
#A0A29E
(160,162,158)
#AFB1AE
(175,177,174)
#BEC0BE
(190,192,190)
#CDCFCE
(205,207,206)
#DCDEDE
(220,222,222)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55574E; }

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

This text font color is #55574E.


Background Color

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

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

This div background color is #55574E.


Border color

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

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

This div border color is #55574E.


Opacity

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

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

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

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

This text has shadow with #55574E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55574E on black background.


Color preview on white background

This text has color #55574E on white background.



Black color preview on #55574E background

This text has black color on #55574E background.


White color preview on #55574E background

This text has white color on #55574E background.