COLOR #574E6A

HEX: #574E6A
RGB: (87,78,106)

Color info

#574E6A contains red, green and blue colors in about the same proportion. Web safe color of #574E6A is #666666 (or #666).

RGB color model

#574E6A color RGB value is (87,78,106).

  • red value is 87;
  • green value is 78;
  • blue value is 106.
RGB:
(87,78,106)
(34%,31%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 78 of 255 = 31%
B 106 of 255 = 42%

87
78
106

R + G + B ~ 36%. #574E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 78 + 106 = 271 (100%)
R 87 of 271 ~ 32.1%
G 78 of 271 ~ 28.78%
B 106 of 271 ~ 39.11%

%32.1
%28.78
%39.11

CMYK color model

#574E6A color CMYK value is (18,26,0,58).

  • cyan value is 17.92%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(18,26,0,58)
C18M26Y0K58 
(18%,26%,0%,58%)
(0.18/0.26/0.00/0.58)	

CMYK percentages

%17.92
%26.42
%0
%58.43

Codes

Color #574E6A in popluar color models

574E6A
RGB8778106
HSL259°15.22%36.08%
HSB/HSV259°26.42%41.57%
CMYK17.92%26.42%0.00%
58.43%

Color #574E6A in popluar number systems.

HEX574E6A
Decimal8778106
Binary101011110011101101010
Octal127116152

Shades and tints

Shades of #574E6A

#574E6A
(87,78,106)
#504761
(80,71,97)
#494058
(73,64,88)
#42394F
(66,57,79)
#3B3246
(59,50,70)
#342B3D
(52,43,61)
#2D2434
(45,36,52)
#261D2B
(38,29,43)
#1F1622
(31,22,34)
#180F19
(24,15,25)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #574E6A

#574E6A
(87,78,106)
#665E77
(102,94,119)
#756E84
(117,110,132)
#847E91
(132,126,145)
#938E9E
(147,142,158)
#A29EAB
(162,158,171)
#B1AEB8
(177,174,184)
#C0BEC5
(192,190,197)
#CFCED2
(207,206,210)
#DEDEDF
(222,222,223)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574E6A color. Also use rgb(87,78,106) instead hex code.

Text Font Color

.myTextColor { color: #574E6A; }

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

This text font color is #574E6A.


Background Color

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

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

This div background color is #574E6A.


Border color

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

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

This div border color is #574E6A.


Opacity

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

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

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

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

This text has shadow with #574E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574E6A on black background.


Color preview on white background

This text has color #574E6A on white background.



Black color preview on #574E6A background

This text has black color on #574E6A background.


White color preview on #574E6A background

This text has white color on #574E6A background.