COLOR #574D5A

HEX: #574D5A
RGB: (87,77,90)

Color info

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

RGB color model

#574D5A color RGB value is (87,77,90).

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

RGB channels and saturation

R 87 of 255 = 34%
G 77 of 255 = 30%
B 90 of 255 = 35%

87
77
90

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

Portions of RGB colors in percentages

R + G + B =
87 + 77 + 90 = 254 (100%)
R 87 of 254 ~ 34.25%
G 77 of 254 ~ 30.31%
B 90 of 254 ~ 35.43%

%34.25
%30.31
%35.43

CMYK color model

#574D5A color CMYK value is (3,14,0,65).

  • cyan value is 3.33%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(3,14,0,65)
C3M14Y0K65 
(3%,14%,0%,65%)
(0.03/0.14/0.00/0.65)	

CMYK percentages

%3.33
%14.44
%0
%64.71

Codes

Color #574D5A in popluar color models

574D5A
RGB877790
HSL286°7.78%32.75%
HSB/HSV286°14.44%35.29%
CMYK3.33%14.44%0.00%
64.71%

Color #574D5A in popluar number systems.

HEX574D5A
Decimal877790
Binary101011110011011011010
Octal127115132

Shades and tints

Shades of #574D5A

#574D5A
(87,77,90)
#504652
(80,70,82)
#493F4A
(73,63,74)
#423842
(66,56,66)
#3B313A
(59,49,58)
#342A32
(52,42,50)
#2D232A
(45,35,42)
#261C22
(38,28,34)
#1F151A
(31,21,26)
#180E12
(24,14,18)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #574D5A

#574D5A
(87,77,90)
#665D69
(102,93,105)
#756D78
(117,109,120)
#847D87
(132,125,135)
#938D96
(147,141,150)
#A29DA5
(162,157,165)
#B1ADB4
(177,173,180)
#C0BDC3
(192,189,195)
#CFCDD2
(207,205,210)
#DEDDE1
(222,221,225)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574D5A; }

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

This text font color is #574D5A.


Background Color

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

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

This div background color is #574D5A.


Border color

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

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

This div border color is #574D5A.


Opacity

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

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

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

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

This text has shadow with #574D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574D5A on black background.


Color preview on white background

This text has color #574D5A on white background.



Black color preview on #574D5A background

This text has black color on #574D5A background.


White color preview on #574D5A background

This text has white color on #574D5A background.