COLOR #574D66

HEX: #574D66
RGB: (87,77,102)

Color info

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

RGB color model

#574D66 color RGB value is (87,77,102).

  • red value is 87;
  • green value is 77;
  • blue value is 102.
RGB:
(87,77,102)
(34%,30%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 77 of 255 = 30%
B 102 of 255 = 40%

87
77
102

R + G + B ~ 35%. #574D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 77 + 102 = 266 (100%)
R 87 of 266 ~ 32.71%
G 77 of 266 ~ 28.95%
B 102 of 266 ~ 38.35%

%32.71
%28.95
%38.35

CMYK color model

#574D66 color CMYK value is (15,25,0,60).

  • cyan value is 14.71%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(15,25,0,60)
C15M25Y0K60 
(15%,25%,0%,60%)
(0.15/0.25/0.00/0.60)	

CMYK percentages

%14.71
%24.51
%0
%60

Codes

Color #574D66 in popluar color models

574D66
RGB8777102
HSL264°13.97%35.10%
HSB/HSV264°24.51%40.00%
CMYK14.71%24.51%0.00%
60.00%

Color #574D66 in popluar number systems.

HEX574D66
Decimal8777102
Binary101011110011011100110
Octal127115146

Shades and tints

Shades of #574D66

#574D66
(87,77,102)
#50465D
(80,70,93)
#493F54
(73,63,84)
#42384B
(66,56,75)
#3B3142
(59,49,66)
#342A39
(52,42,57)
#2D2330
(45,35,48)
#261C27
(38,28,39)
#1F151E
(31,21,30)
#180E15
(24,14,21)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #574D66

#574D66
(87,77,102)
#665D73
(102,93,115)
#756D80
(117,109,128)
#847D8D
(132,125,141)
#938D9A
(147,141,154)
#A29DA7
(162,157,167)
#B1ADB4
(177,173,180)
#C0BDC1
(192,189,193)
#CFCDCE
(207,205,206)
#DEDDDB
(222,221,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574D66 color. Also use rgb(87,77,102) instead hex code.

Text Font Color

.myTextColor { color: #574D66; }

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

This text font color is #574D66.


Background Color

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

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

This div background color is #574D66.


Border color

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

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

This div border color is #574D66.


Opacity

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

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

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

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

This text has shadow with #574D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574D66 on black background.


Color preview on white background

This text has color #574D66 on white background.



Black color preview on #574D66 background

This text has black color on #574D66 background.


White color preview on #574D66 background

This text has white color on #574D66 background.