COLOR #574C56

HEX: #574C56
RGB: (87,76,86)

Color info

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

RGB color model

#574C56 color RGB value is (87,76,86).

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

RGB channels and saturation

R 87 of 255 = 34%
G 76 of 255 = 30%
B 86 of 255 = 34%

87
76
86

R + G + B ~ 33%. #574C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 76 + 86 = 249 (100%)
R 87 of 249 ~ 34.94%
G 76 of 249 ~ 30.52%
B 86 of 249 ~ 34.54%

%34.94
%30.52
%34.54

CMYK color model

#574C56 color CMYK value is (0,13,1,66).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 1.15%
  • key color value is 65.88%
CMYK:
(0,13,1,66)
C0M13Y1K66 
(0%,13%,1%,66%)
(0.00/0.13/0.01/0.66)	

CMYK percentages

%0
%12.64
%1.15
%65.88

Codes

Color #574C56 in popluar color models

574C56
RGB877686
HSL305°6.75%31.96%
HSB/HSV305°12.64%34.12%
CMYK0.00%12.64%1.15%
65.88%

Color #574C56 in popluar number systems.

HEX574C56
Decimal877686
Binary101011110011001010110
Octal127114126

Shades and tints

Shades of #574C56

#574C56
(87,76,86)
#50464F
(80,70,79)
#494048
(73,64,72)
#423A41
(66,58,65)
#3B343A
(59,52,58)
#342E33
(52,46,51)
#2D282C
(45,40,44)
#262225
(38,34,37)
#1F1C1E
(31,28,30)
#181617
(24,22,23)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #574C56

#574C56
(87,76,86)
#665C65
(102,92,101)
#756C74
(117,108,116)
#847C83
(132,124,131)
#938C92
(147,140,146)
#A29CA1
(162,156,161)
#B1ACB0
(177,172,176)
#C0BCBF
(192,188,191)
#CFCCCE
(207,204,206)
#DEDCDD
(222,220,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574C56; }

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

This text font color is #574C56.


Background Color

.myBgColor { background-color: #574C56; }

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

This div background color is #574C56.


Border color

.myBorderColor { border: 1px solid #574C56; }

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

This div border color is #574C56.


Opacity

.myOpacity80 { color: #574C56; opacity: 0.8; }

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

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

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

This text has shadow with #574C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574C56 on black background.


Color preview on white background

This text has color #574C56 on white background.



Black color preview on #574C56 background

This text has black color on #574C56 background.


White color preview on #574C56 background

This text has white color on #574C56 background.