COLOR #554254

HEX: #554254
RGB: (85,66,84)

Color info

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

RGB color model

#554254 color RGB value is (85,66,84).

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

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 84 of 255 = 33%

85
66
84

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

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 84 = 235 (100%)
R 85 of 235 ~ 36.17%
G 66 of 235 ~ 28.09%
B 84 of 235 ~ 35.74%

%36.17
%28.09
%35.74

CMYK color model

#554254 color CMYK value is (0,22,1,67).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(0,22,1,67)
C0M22Y1K67 
(0%,22%,1%,67%)
(0.00/0.22/0.01/0.67)	

CMYK percentages

%0
%22.35
%1.18
%66.67

Codes

Color #554254 in popluar color models

554254
RGB856684
HSL303°12.58%29.61%
HSB/HSV303°22.35%33.33%
CMYK0.00%22.35%1.18%
66.67%

Color #554254 in popluar number systems.

HEX554254
Decimal856684
Binary101010110000101010100
Octal125102124

Shades and tints

Shades of #554254

#554254
(85,66,84)
#4E3C4D
(78,60,77)
#473646
(71,54,70)
#40303F
(64,48,63)
#392A38
(57,42,56)
#322431
(50,36,49)
#2B1E2A
(43,30,42)
#241823
(36,24,35)
#1D121C
(29,18,28)
#160C15
(22,12,21)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #554254

#554254
(85,66,84)
#645363
(100,83,99)
#736472
(115,100,114)
#827581
(130,117,129)
#918690
(145,134,144)
#A0979F
(160,151,159)
#AFA8AE
(175,168,174)
#BEB9BD
(190,185,189)
#CDCACC
(205,202,204)
#DCDBDB
(220,219,219)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554254; }

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

This text font color is #554254.


Background Color

.myBgColor { background-color: #554254; }

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

This div background color is #554254.


Border color

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

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

This div border color is #554254.


Opacity

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

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

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

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

This text has shadow with #554254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554254 on black background.


Color preview on white background

This text has color #554254 on white background.



Black color preview on #554254 background

This text has black color on #554254 background.


White color preview on #554254 background

This text has white color on #554254 background.