COLOR #574A51

HEX: #574A51
RGB: (87,74,81)

Color info

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

RGB color model

#574A51 color RGB value is (87,74,81).

  • red value is 87;
  • green value is 74;
  • blue value is 81.
RGB:
(87,74,81)
(34%,29%,32%)

RGB channels and saturation

R 87 of 255 = 34%
G 74 of 255 = 29%
B 81 of 255 = 32%

87
74
81

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

Portions of RGB colors in percentages

R + G + B =
87 + 74 + 81 = 242 (100%)
R 87 of 242 ~ 35.95%
G 74 of 242 ~ 30.58%
B 81 of 242 ~ 33.47%

%35.95
%30.58
%33.47

CMYK color model

#574A51 color CMYK value is (0,15,7,66).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 6.90%
  • key color value is 65.88%
CMYK:
(0,15,7,66)
C0M15Y7K66 
(0%,15%,7%,66%)
(0.00/0.15/0.07/0.66)	

CMYK percentages

%0
%14.94
%6.9
%65.88

Codes

Color #574A51 in popluar color models

574A51
RGB877481
HSL328°8.07%31.57%
HSB/HSV328°14.94%34.12%
CMYK0.00%14.94%6.90%
65.88%

Color #574A51 in popluar number systems.

HEX574A51
Decimal877481
Binary101011110010101010001
Octal127112121

Shades and tints

Shades of #574A51

#574A51
(87,74,81)
#50444A
(80,68,74)
#493E43
(73,62,67)
#42383C
(66,56,60)
#3B3235
(59,50,53)
#342C2E
(52,44,46)
#2D2627
(45,38,39)
#262020
(38,32,32)
#1F1A19
(31,26,25)
#181412
(24,20,18)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #574A51

#574A51
(87,74,81)
#665A60
(102,90,96)
#756A6F
(117,106,111)
#847A7E
(132,122,126)
#938A8D
(147,138,141)
#A29A9C
(162,154,156)
#B1AAAB
(177,170,171)
#C0BABA
(192,186,186)
#CFCAC9
(207,202,201)
#DEDAD8
(222,218,216)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574A51 color. Also use rgb(87,74,81) instead hex code.

Text Font Color

.myTextColor { color: #574A51; }

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

This text font color is #574A51.


Background Color

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

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

This div background color is #574A51.


Border color

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

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

This div border color is #574A51.


Opacity

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

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

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

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

This text has shadow with #574A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574A51 on black background.


Color preview on white background

This text has color #574A51 on white background.



Black color preview on #574A51 background

This text has black color on #574A51 background.


White color preview on #574A51 background

This text has white color on #574A51 background.