COLOR #554C4E

HEX: #554C4E
RGB: (85,76,78)

Color info

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

RGB color model

#554C4E color RGB value is (85,76,78).

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

RGB channels and saturation

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

85
76
78

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

Portions of RGB colors in percentages

R + G + B =
85 + 76 + 78 = 239 (100%)
R 85 of 239 ~ 35.56%
G 76 of 239 ~ 31.8%
B 78 of 239 ~ 32.64%

%35.56
%31.8
%32.64

CMYK color model

#554C4E color CMYK value is (0,11,8,67).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(0,11,8,67)
C0M11Y8K67 
(0%,11%,8%,67%)
(0.00/0.11/0.08/0.67)	

CMYK percentages

%0
%10.59
%8.24
%66.67

Codes

Color #554C4E in popluar color models

554C4E
RGB857678
HSL347°5.59%31.57%
HSB/HSV347°10.59%33.33%
CMYK0.00%10.59%8.24%
66.67%

Color #554C4E in popluar number systems.

HEX554C4E
Decimal857678
Binary101010110011001001110
Octal125114116

Shades and tints

Shades of #554C4E

#554C4E
(85,76,78)
#4E4647
(78,70,71)
#474040
(71,64,64)
#403A39
(64,58,57)
#393432
(57,52,50)
#322E2B
(50,46,43)
#2B2824
(43,40,36)
#24221D
(36,34,29)
#1D1C16
(29,28,22)
#16160F
(22,22,15)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #554C4E

#554C4E
(85,76,78)
#645C5E
(100,92,94)
#736C6E
(115,108,110)
#827C7E
(130,124,126)
#918C8E
(145,140,142)
#A09C9E
(160,156,158)
#AFACAE
(175,172,174)
#BEBCBE
(190,188,190)
#CDCCCE
(205,204,206)
#DCDCDE
(220,220,222)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554C4E; }

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

This text font color is #554C4E.


Background Color

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

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

This div background color is #554C4E.


Border color

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

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

This div border color is #554C4E.


Opacity

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

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

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

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

This text has shadow with #554C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554C4E on black background.


Color preview on white background

This text has color #554C4E on white background.



Black color preview on #554C4E background

This text has black color on #554C4E background.


White color preview on #554C4E background

This text has white color on #554C4E background.