COLOR #574852

HEX: #574852
RGB: (87,72,82)

Color info

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

RGB color model

#574852 color RGB value is (87,72,82).

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

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 82 of 255 = 32%

87
72
82

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 82 = 241 (100%)
R 87 of 241 ~ 36.1%
G 72 of 241 ~ 29.88%
B 82 of 241 ~ 34.02%

%36.1
%29.88
%34.02

CMYK color model

#574852 color CMYK value is (0,17,6,66).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(0,17,6,66)
C0M17Y6K66 
(0%,17%,6%,66%)
(0.00/0.17/0.06/0.66)	

CMYK percentages

%0
%17.24
%5.75
%65.88

Codes

Color #574852 in popluar color models

574852
RGB877282
HSL320°9.43%31.18%
HSB/HSV320°17.24%34.12%
CMYK0.00%17.24%5.75%
65.88%

Color #574852 in popluar number systems.

HEX574852
Decimal877282
Binary101011110010001010010
Octal127110122

Shades and tints

Shades of #574852

#574852
(87,72,82)
#50424B
(80,66,75)
#493C44
(73,60,68)
#42363D
(66,54,61)
#3B3036
(59,48,54)
#342A2F
(52,42,47)
#2D2428
(45,36,40)
#261E21
(38,30,33)
#1F181A
(31,24,26)
#181213
(24,18,19)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #574852

#574852
(87,72,82)
#665861
(102,88,97)
#756870
(117,104,112)
#84787F
(132,120,127)
#93888E
(147,136,142)
#A2989D
(162,152,157)
#B1A8AC
(177,168,172)
#C0B8BB
(192,184,187)
#CFC8CA
(207,200,202)
#DED8D9
(222,216,217)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574852; }

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

This text font color is #574852.


Background Color

.myBgColor { background-color: #574852; }

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

This div background color is #574852.


Border color

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

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

This div border color is #574852.


Opacity

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

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

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

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

This text has shadow with #574852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574852 on black background.


Color preview on white background

This text has color #574852 on white background.



Black color preview on #574852 background

This text has black color on #574852 background.


White color preview on #574852 background

This text has white color on #574852 background.