COLOR #554E52

HEX: #554E52
RGB: (85,78,82)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
78
82

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

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 82 = 245 (100%)
R 85 of 245 ~ 34.69%
G 78 of 245 ~ 31.84%
B 82 of 245 ~ 33.47%

%34.69
%31.84
%33.47

CMYK color model

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

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

CMYK percentages

%0
%8.24
%3.53
%66.67

Codes

Color #554E52 in popluar color models

554E52
RGB857882
HSL326°4.29%31.96%
HSB/HSV326°8.24%33.33%
CMYK0.00%8.24%3.53%
66.67%

Color #554E52 in popluar number systems.

HEX554E52
Decimal857882
Binary101010110011101010010
Octal125116122

Shades and tints

Shades of #554E52

#554E52
(85,78,82)
#4E474B
(78,71,75)
#474044
(71,64,68)
#40393D
(64,57,61)
#393236
(57,50,54)
#322B2F
(50,43,47)
#2B2428
(43,36,40)
#241D21
(36,29,33)
#1D161A
(29,22,26)
#160F13
(22,15,19)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #554E52

#554E52
(85,78,82)
#645E61
(100,94,97)
#736E70
(115,110,112)
#827E7F
(130,126,127)
#918E8E
(145,142,142)
#A09E9D
(160,158,157)
#AFAEAC
(175,174,172)
#BEBEBB
(190,190,187)
#CDCECA
(205,206,202)
#DCDED9
(220,222,217)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554E52; }

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

This text font color is #554E52.


Background Color

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

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

This div background color is #554E52.


Border color

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

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

This div border color is #554E52.


Opacity

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

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

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

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

This text has shadow with #554E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E52 on black background.


Color preview on white background

This text has color #554E52 on white background.



Black color preview on #554E52 background

This text has black color on #554E52 background.


White color preview on #554E52 background

This text has white color on #554E52 background.