COLOR #574256

HEX: #574256
RGB: (87,66,86)

Color info

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

RGB color model

#574256 color RGB value is (87,66,86).

  • red value is 87;
  • green value is 66;
  • blue value is 86.
RGB:
(87,66,86)
(34%,26%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 86 of 255 = 34%

87
66
86

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

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 86 = 239 (100%)
R 87 of 239 ~ 36.4%
G 66 of 239 ~ 27.62%
B 86 of 239 ~ 35.98%

%36.4
%27.62
%35.98

CMYK color model

#574256 color CMYK value is (0,24,1,66).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 1.15%
  • key color value is 65.88%
CMYK:
(0,24,1,66)
C0M24Y1K66 
(0%,24%,1%,66%)
(0.00/0.24/0.01/0.66)	

CMYK percentages

%0
%24.14
%1.15
%65.88

Codes

Color #574256 in popluar color models

574256
RGB876686
HSL303°13.73%30.00%
HSB/HSV303°24.14%34.12%
CMYK0.00%24.14%1.15%
65.88%

Color #574256 in popluar number systems.

HEX574256
Decimal876686
Binary101011110000101010110
Octal127102126

Shades and tints

Shades of #574256

#574256
(87,66,86)
#503C4F
(80,60,79)
#493648
(73,54,72)
#423041
(66,48,65)
#3B2A3A
(59,42,58)
#342433
(52,36,51)
#2D1E2C
(45,30,44)
#261825
(38,24,37)
#1F121E
(31,18,30)
#180C17
(24,12,23)
#110610
(17,6,16)
#000000
(0,0,0)

Tints of #574256

#574256
(87,66,86)
#665365
(102,83,101)
#756474
(117,100,116)
#847583
(132,117,131)
#938692
(147,134,146)
#A297A1
(162,151,161)
#B1A8B0
(177,168,176)
#C0B9BF
(192,185,191)
#CFCACE
(207,202,206)
#DEDBDD
(222,219,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574256 color. Also use rgb(87,66,86) instead hex code.

Text Font Color

.myTextColor { color: #574256; }

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

This text font color is #574256.


Background Color

.myBgColor { background-color: #574256; }

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

This div background color is #574256.


Border color

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

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

This div border color is #574256.


Opacity

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

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

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

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

This text has shadow with #574256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574256 on black background.


Color preview on white background

This text has color #574256 on white background.



Black color preview on #574256 background

This text has black color on #574256 background.


White color preview on #574256 background

This text has white color on #574256 background.