COLOR #554252

HEX: #554252
RGB: (85,66,82)

Color info

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

RGB color model

#554252 color RGB value is (85,66,82).

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

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 82 of 255 = 32%

85
66
82

R + G + B ~ 30%. #554252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 82 = 233 (100%)
R 85 of 233 ~ 36.48%
G 66 of 233 ~ 28.33%
B 82 of 233 ~ 35.19%

%36.48
%28.33
%35.19

CMYK color model

#554252 color CMYK value is (0,22,4,67).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 3.53%
  • key color value is 66.67%
CMYK:
(0,22,4,67)
C0M22Y4K67 
(0%,22%,4%,67%)
(0.00/0.22/0.04/0.67)	

CMYK percentages

%0
%22.35
%3.53
%66.67

Codes

Color #554252 in popluar color models

554252
RGB856682
HSL309°12.58%29.61%
HSB/HSV309°22.35%33.33%
CMYK0.00%22.35%3.53%
66.67%

Color #554252 in popluar number systems.

HEX554252
Decimal856682
Binary101010110000101010010
Octal125102122

Shades and tints

Shades of #554252

#554252
(85,66,82)
#4E3C4B
(78,60,75)
#473644
(71,54,68)
#40303D
(64,48,61)
#392A36
(57,42,54)
#32242F
(50,36,47)
#2B1E28
(43,30,40)
#241821
(36,24,33)
#1D121A
(29,18,26)
#160C13
(22,12,19)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #554252

#554252
(85,66,82)
#645361
(100,83,97)
#736470
(115,100,112)
#82757F
(130,117,127)
#91868E
(145,134,142)
#A0979D
(160,151,157)
#AFA8AC
(175,168,172)
#BEB9BB
(190,185,187)
#CDCACA
(205,202,202)
#DCDBD9
(220,219,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554252; }

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

This text font color is #554252.


Background Color

.myBgColor { background-color: #554252; }

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

This div background color is #554252.


Border color

.myBorderColor { border: 1px solid #554252; }

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

This div border color is #554252.


Opacity

.myOpacity80 { color: #554252; opacity: 0.8; }

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

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

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

This text has shadow with #554252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554252 on black background.


Color preview on white background

This text has color #554252 on white background.



Black color preview on #554252 background

This text has black color on #554252 background.


White color preview on #554252 background

This text has white color on #554252 background.