COLOR #554453

HEX: #554453
RGB: (85,68,83)

Color info

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

RGB color model

#554453 color RGB value is (85,68,83).

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

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 83 of 255 = 33%

85
68
83

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

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 83 = 236 (100%)
R 85 of 236 ~ 36.02%
G 68 of 236 ~ 28.81%
B 83 of 236 ~ 35.17%

%36.02
%28.81
%35.17

CMYK color model

#554453 color CMYK value is (0,20,2,67).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 2.35%
  • key color value is 66.67%
CMYK:
(0,20,2,67)
C0M20Y2K67 
(0%,20%,2%,67%)
(0.00/0.20/0.02/0.67)	

CMYK percentages

%0
%20
%2.35
%66.67

Codes

Color #554453 in popluar color models

554453
RGB856883
HSL307°11.11%30.00%
HSB/HSV307°20.00%33.33%
CMYK0.00%20.00%2.35%
66.67%

Color #554453 in popluar number systems.

HEX554453
Decimal856883
Binary101010110001001010011
Octal125104123

Shades and tints

Shades of #554453

#554453
(85,68,83)
#4E3E4C
(78,62,76)
#473845
(71,56,69)
#40323E
(64,50,62)
#392C37
(57,44,55)
#322630
(50,38,48)
#2B2029
(43,32,41)
#241A22
(36,26,34)
#1D141B
(29,20,27)
#160E14
(22,14,20)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #554453

#554453
(85,68,83)
#645562
(100,85,98)
#736671
(115,102,113)
#827780
(130,119,128)
#91888F
(145,136,143)
#A0999E
(160,153,158)
#AFAAAD
(175,170,173)
#BEBBBC
(190,187,188)
#CDCCCB
(205,204,203)
#DCDDDA
(220,221,218)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554453; }

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

This text font color is #554453.


Background Color

.myBgColor { background-color: #554453; }

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

This div background color is #554453.


Border color

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

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

This div border color is #554453.


Opacity

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

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

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

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

This text has shadow with #554453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554453 on black background.


Color preview on white background

This text has color #554453 on white background.



Black color preview on #554453 background

This text has black color on #554453 background.


White color preview on #554453 background

This text has white color on #554453 background.