COLOR #574853

HEX: #574853
RGB: (87,72,83)

Color info

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

RGB color model

#574853 color RGB value is (87,72,83).

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

RGB channels and saturation

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

87
72
83

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 83 = 242 (100%)
R 87 of 242 ~ 35.95%
G 72 of 242 ~ 29.75%
B 83 of 242 ~ 34.3%

%35.95
%29.75
%34.3

CMYK color model

#574853 color CMYK value is (0,17,5,66).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 4.60%
  • key color value is 65.88%
CMYK:
(0,17,5,66)
C0M17Y5K66 
(0%,17%,5%,66%)
(0.00/0.17/0.05/0.66)	

CMYK percentages

%0
%17.24
%4.6
%65.88

Codes

Color #574853 in popluar color models

574853
RGB877283
HSL316°9.43%31.18%
HSB/HSV316°17.24%34.12%
CMYK0.00%17.24%4.60%
65.88%

Color #574853 in popluar number systems.

HEX574853
Decimal877283
Binary101011110010001010011
Octal127110123

Shades and tints

Shades of #574853

#574853
(87,72,83)
#50424C
(80,66,76)
#493C45
(73,60,69)
#42363E
(66,54,62)
#3B3037
(59,48,55)
#342A30
(52,42,48)
#2D2429
(45,36,41)
#261E22
(38,30,34)
#1F181B
(31,24,27)
#181214
(24,18,20)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #574853

#574853
(87,72,83)
#665862
(102,88,98)
#756871
(117,104,113)
#847880
(132,120,128)
#93888F
(147,136,143)
#A2989E
(162,152,158)
#B1A8AD
(177,168,173)
#C0B8BC
(192,184,188)
#CFC8CB
(207,200,203)
#DED8DA
(222,216,218)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574853; }

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

This text font color is #574853.


Background Color

.myBgColor { background-color: #574853; }

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

This div background color is #574853.


Border color

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

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

This div border color is #574853.


Opacity

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

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

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

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

This text has shadow with #574853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574853 on black background.


Color preview on white background

This text has color #574853 on white background.



Black color preview on #574853 background

This text has black color on #574853 background.


White color preview on #574853 background

This text has white color on #574853 background.