COLOR #554E4E

HEX: #554E4E
RGB: (85,78,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
78
78

R + G + B ~ 32%. #554E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 78 = 241 (100%)
R 85 of 241 ~ 35.27%
G 78 of 241 ~ 32.37%
B 78 of 241 ~ 32.37%

%35.27
%32.37
%32.37

CMYK color model

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

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

CMYK percentages

%0
%8.24
%8.24
%66.67

Codes

Color #554E4E in popluar color models

554E4E
RGB857878
HSL4.29%31.96%
HSB/HSV8.24%33.33%
CMYK0.00%8.24%8.24%
66.67%

Color #554E4E in popluar number systems.

HEX554E4E
Decimal857878
Binary101010110011101001110
Octal125116116

Shades and tints

Shades of #554E4E

#554E4E
(85,78,78)
#4E4747
(78,71,71)
#474040
(71,64,64)
#403939
(64,57,57)
#393232
(57,50,50)
#322B2B
(50,43,43)
#2B2424
(43,36,36)
#241D1D
(36,29,29)
#1D1616
(29,22,22)
#160F0F
(22,15,15)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #554E4E

#554E4E
(85,78,78)
#645E5E
(100,94,94)
#736E6E
(115,110,110)
#827E7E
(130,126,126)
#918E8E
(145,142,142)
#A09E9E
(160,158,158)
#AFAEAE
(175,174,174)
#BEBEBE
(190,190,190)
#CDCECE
(205,206,206)
#DCDEDE
(220,222,222)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554E4E; }

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

This text font color is #554E4E.


Background Color

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

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

This div background color is #554E4E.


Border color

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

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

This div border color is #554E4E.


Opacity

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

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

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

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

This text has shadow with #554E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E4E on black background.


Color preview on white background

This text has color #554E4E on white background.



Black color preview on #554E4E background

This text has black color on #554E4E background.


White color preview on #554E4E background

This text has white color on #554E4E background.