COLOR #554D4E

HEX: #554D4E
RGB: (85,77,78)

Color info

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

RGB color model

#554D4E color RGB value is (85,77,78).

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

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 78 of 255 = 31%

85
77
78

R + G + B ~ 31%. #554D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 78 = 240 (100%)
R 85 of 240 ~ 35.42%
G 77 of 240 ~ 32.08%
B 78 of 240 ~ 32.5%

%35.42
%32.08
%32.5

CMYK color model

#554D4E color CMYK value is (0,9,8,67).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(0,9,8,67)
C0M9Y8K67 
(0%,9%,8%,67%)
(0.00/0.09/0.08/0.67)	

CMYK percentages

%0
%9.41
%8.24
%66.67

Codes

Color #554D4E in popluar color models

554D4E
RGB857778
HSL353°4.94%31.76%
HSB/HSV353°9.41%33.33%
CMYK0.00%9.41%8.24%
66.67%

Color #554D4E in popluar number systems.

HEX554D4E
Decimal857778
Binary101010110011011001110
Octal125115116

Shades and tints

Shades of #554D4E

#554D4E
(85,77,78)
#4E4647
(78,70,71)
#473F40
(71,63,64)
#403839
(64,56,57)
#393132
(57,49,50)
#322A2B
(50,42,43)
#2B2324
(43,35,36)
#241C1D
(36,28,29)
#1D1516
(29,21,22)
#160E0F
(22,14,15)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #554D4E

#554D4E
(85,77,78)
#645D5E
(100,93,94)
#736D6E
(115,109,110)
#827D7E
(130,125,126)
#918D8E
(145,141,142)
#A09D9E
(160,157,158)
#AFADAE
(175,173,174)
#BEBDBE
(190,189,190)
#CDCDCE
(205,205,206)
#DCDDDE
(220,221,222)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554D4E color. Also use rgb(85,77,78) instead hex code.

Text Font Color

.myTextColor { color: #554D4E; }

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

This text font color is #554D4E.


Background Color

.myBgColor { background-color: #554D4E; }

<div style="background-color:#554D4E">Inner text</div>

This div background color is #554D4E.


Border color

.myBorderColor { border: 1px solid #554D4E; }

<div style="border:3px solid #554D4E">Div</div>

This div border color is #554D4E.


Opacity

.myOpacity80 { color: #554D4E; opacity: 0.8; }

<p style="color:#554D4E;opacity:0.8;">80%</p>

Text with #554D4E 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 #554D4E;}

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

This text has shadow with #554D4E color.

.textShadow {text-shadow: 3px 3px 1px #554D4E, 3px 3px 1px red;}

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

This text has shadow with #554D4E primary color and red secondary color.


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

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

This text has shadow with #554D4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D4E on black background.


Color preview on white background

This text has color #554D4E on white background.



Black color preview on #554D4E background

This text has black color on #554D4E background.


White color preview on #554D4E background

This text has white color on #554D4E background.