COLOR #574C58

HEX: #574C58
RGB: (87,76,88)

Color info

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

RGB color model

#574C58 color RGB value is (87,76,88).

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

RGB channels and saturation

R 87 of 255 = 34%
G 76 of 255 = 30%
B 88 of 255 = 35%

87
76
88

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

Portions of RGB colors in percentages

R + G + B =
87 + 76 + 88 = 251 (100%)
R 87 of 251 ~ 34.66%
G 76 of 251 ~ 30.28%
B 88 of 251 ~ 35.06%

%34.66
%30.28
%35.06

CMYK color model

#574C58 color CMYK value is (1,14,0,65).

  • cyan value is 1.14%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(1,14,0,65)
C1M14Y0K65 
(1%,14%,0%,65%)
(0.01/0.14/0.00/0.65)	

CMYK percentages

%1.14
%13.64
%0
%65.49

Codes

Color #574C58 in popluar color models

574C58
RGB877688
HSL295°7.32%32.16%
HSB/HSV295°13.64%34.51%
CMYK1.14%13.64%0.00%
65.49%

Color #574C58 in popluar number systems.

HEX574C58
Decimal877688
Binary101011110011001011000
Octal127114130

Shades and tints

Shades of #574C58

#574C58
(87,76,88)
#504650
(80,70,80)
#494048
(73,64,72)
#423A40
(66,58,64)
#3B3438
(59,52,56)
#342E30
(52,46,48)
#2D2828
(45,40,40)
#262220
(38,34,32)
#1F1C18
(31,28,24)
#181610
(24,22,16)
#111008
(17,16,8)
#000000
(0,0,0)

Tints of #574C58

#574C58
(87,76,88)
#665C67
(102,92,103)
#756C76
(117,108,118)
#847C85
(132,124,133)
#938C94
(147,140,148)
#A29CA3
(162,156,163)
#B1ACB2
(177,172,178)
#C0BCC1
(192,188,193)
#CFCCD0
(207,204,208)
#DEDCDF
(222,220,223)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574C58; }

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

This text font color is #574C58.


Background Color

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

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

This div background color is #574C58.


Border color

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

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

This div border color is #574C58.


Opacity

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

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

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

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

This text has shadow with #574C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574C58 on black background.


Color preview on white background

This text has color #574C58 on white background.



Black color preview on #574C58 background

This text has black color on #574C58 background.


White color preview on #574C58 background

This text has white color on #574C58 background.