COLOR #554452

HEX: #554452
RGB: (85,68,82)

Color info

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

RGB color model

#554452 color RGB value is (85,68,82).

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

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 82 of 255 = 32%

85
68
82

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

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 82 = 235 (100%)
R 85 of 235 ~ 36.17%
G 68 of 235 ~ 28.94%
B 82 of 235 ~ 34.89%

%36.17
%28.94
%34.89

CMYK color model

#554452 color CMYK value is (0,20,4,67).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 3.53%
  • key color value is 66.67%
CMYK:
(0,20,4,67)
C0M20Y4K67 
(0%,20%,4%,67%)
(0.00/0.20/0.04/0.67)	

CMYK percentages

%0
%20
%3.53
%66.67

Codes

Color #554452 in popluar color models

554452
RGB856882
HSL311°11.11%30.00%
HSB/HSV311°20.00%33.33%
CMYK0.00%20.00%3.53%
66.67%

Color #554452 in popluar number systems.

HEX554452
Decimal856882
Binary101010110001001010010
Octal125104122

Shades and tints

Shades of #554452

#554452
(85,68,82)
#4E3E4B
(78,62,75)
#473844
(71,56,68)
#40323D
(64,50,61)
#392C36
(57,44,54)
#32262F
(50,38,47)
#2B2028
(43,32,40)
#241A21
(36,26,33)
#1D141A
(29,20,26)
#160E13
(22,14,19)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #554452

#554452
(85,68,82)
#645561
(100,85,97)
#736670
(115,102,112)
#82777F
(130,119,127)
#91888E
(145,136,142)
#A0999D
(160,153,157)
#AFAAAC
(175,170,172)
#BEBBBB
(190,187,187)
#CDCCCA
(205,204,202)
#DCDDD9
(220,221,217)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554452; }

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

This text font color is #554452.


Background Color

.myBgColor { background-color: #554452; }

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

This div background color is #554452.


Border color

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

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

This div border color is #554452.


Opacity

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

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

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

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

This text has shadow with #554452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554452 on black background.


Color preview on white background

This text has color #554452 on white background.



Black color preview on #554452 background

This text has black color on #554452 background.


White color preview on #554452 background

This text has white color on #554452 background.