COLOR #574B51

HEX: #574B51
RGB: (87,75,81)

Color info

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

RGB color model

#574B51 color RGB value is (87,75,81).

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

RGB channels and saturation

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

87
75
81

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

Portions of RGB colors in percentages

R + G + B =
87 + 75 + 81 = 243 (100%)
R 87 of 243 ~ 35.8%
G 75 of 243 ~ 30.86%
B 81 of 243 ~ 33.33%

%35.8
%30.86
%33.33

CMYK color model

#574B51 color CMYK value is (0,14,7,66).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 6.90%
  • key color value is 65.88%
CMYK:
(0,14,7,66)
C0M14Y7K66 
(0%,14%,7%,66%)
(0.00/0.14/0.07/0.66)	

CMYK percentages

%0
%13.79
%6.9
%65.88

Codes

Color #574B51 in popluar color models

574B51
RGB877581
HSL330°7.41%31.76%
HSB/HSV330°13.79%34.12%
CMYK0.00%13.79%6.90%
65.88%

Color #574B51 in popluar number systems.

HEX574B51
Decimal877581
Binary101011110010111010001
Octal127113121

Shades and tints

Shades of #574B51

#574B51
(87,75,81)
#50454A
(80,69,74)
#493F43
(73,63,67)
#42393C
(66,57,60)
#3B3335
(59,51,53)
#342D2E
(52,45,46)
#2D2727
(45,39,39)
#262120
(38,33,32)
#1F1B19
(31,27,25)
#181512
(24,21,18)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #574B51

#574B51
(87,75,81)
#665B60
(102,91,96)
#756B6F
(117,107,111)
#847B7E
(132,123,126)
#938B8D
(147,139,141)
#A29B9C
(162,155,156)
#B1ABAB
(177,171,171)
#C0BBBA
(192,187,186)
#CFCBC9
(207,203,201)
#DEDBD8
(222,219,216)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574B51; }

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

This text font color is #574B51.


Background Color

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

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

This div background color is #574B51.


Border color

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

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

This div border color is #574B51.


Opacity

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

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

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

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

This text has shadow with #574B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574B51 on black background.


Color preview on white background

This text has color #574B51 on white background.



Black color preview on #574B51 background

This text has black color on #574B51 background.


White color preview on #574B51 background

This text has white color on #574B51 background.