COLOR #574854

HEX: #574854
RGB: (87,72,84)

Color info

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

RGB color model

#574854 color RGB value is (87,72,84).

  • red value is 87;
  • green value is 72;
  • blue value is 84.
RGB:
(87,72,84)
(34%,28%,33%)

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 84 of 255 = 33%

87
72
84

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 84 = 243 (100%)
R 87 of 243 ~ 35.8%
G 72 of 243 ~ 29.63%
B 84 of 243 ~ 34.57%

%35.8
%29.63
%34.57

CMYK color model

#574854 color CMYK value is (0,17,3,66).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 3.45%
  • key color value is 65.88%
CMYK:
(0,17,3,66)
C0M17Y3K66 
(0%,17%,3%,66%)
(0.00/0.17/0.03/0.66)	

CMYK percentages

%0
%17.24
%3.45
%65.88

Codes

Color #574854 in popluar color models

574854
RGB877284
HSL312°9.43%31.18%
HSB/HSV312°17.24%34.12%
CMYK0.00%17.24%3.45%
65.88%

Color #574854 in popluar number systems.

HEX574854
Decimal877284
Binary101011110010001010100
Octal127110124

Shades and tints

Shades of #574854

#574854
(87,72,84)
#50424D
(80,66,77)
#493C46
(73,60,70)
#42363F
(66,54,63)
#3B3038
(59,48,56)
#342A31
(52,42,49)
#2D242A
(45,36,42)
#261E23
(38,30,35)
#1F181C
(31,24,28)
#181215
(24,18,21)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #574854

#574854
(87,72,84)
#665863
(102,88,99)
#756872
(117,104,114)
#847881
(132,120,129)
#938890
(147,136,144)
#A2989F
(162,152,159)
#B1A8AE
(177,168,174)
#C0B8BD
(192,184,189)
#CFC8CC
(207,200,204)
#DED8DB
(222,216,219)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574854 color. Also use rgb(87,72,84) instead hex code.

Text Font Color

.myTextColor { color: #574854; }

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

This text font color is #574854.


Background Color

.myBgColor { background-color: #574854; }

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

This div background color is #574854.


Border color

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

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

This div border color is #574854.


Opacity

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

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

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

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

This text has shadow with #574854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574854 on black background.


Color preview on white background

This text has color #574854 on white background.



Black color preview on #574854 background

This text has black color on #574854 background.


White color preview on #574854 background

This text has white color on #574854 background.