COLOR #574E7E

HEX: #574E7E RGB: (87,78,126)

Color info

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

RGB color model

#574E7E color RGB value is (87,78,126).

RGB: (87,78,126) (34%, 31%, 49%)

RGB channels and saturation

R 87 of 255 = 34%
G 78 of 255 = 31%
B 126 of 255 = 49%

87
78
126

R + G + B ~ 38%. #574E7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 78 + 126 = 291 (100%)
R 87 of 291 ~ 29.9%
G 78 of 291 ~ 26.8%
B 126 of 291 ~ 43.3'%

%29.9
%26.8
%43.3

CMYK color model

#574E7E color CMYK value is (31,38,0,51).

  • cyan value is 30.95%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (31,38,0,51)
C31M38Y0K51 (31%, 38%, 0%, 51%)
(0.31 / 0.38 / 0.00 / 0.51)

CMYK percentages

%30.95
%38.1
%0
%50.59

Codes

Color #574E7E in popluar color models

57 4E 7E
RGB 87 78 126
HSL 251° 23.53% 40.00%
HSB/HSV 251° 38.10% 49.41%
CMYK 30.95% 38.10% 0.00%
50.59%

Color #574E7E in popluar number systems.

HEX 57 4E 7E
Decimal 87 78 126
Binary 1010111 1001110 1111110
Octal 127 116 176

Shades and tints

Shades of #574E7E

#574E7E
(87,78,126)
#504773
(80,71,115)
#494068
(73,64,104)
#42395D
(66,57,93)
#3B3252
(59,50,82)
#342B47
(52,43,71)
#2D243C
(45,36,60)
#261D31
(38,29,49)
#1F1626
(31,22,38)
#180F1B
(24,15,27)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #574E7E

#574E7E
(87,78,126)
#665E89
(102,94,137)
#756E94
(117,110,148)
#847E9F
(132,126,159)
#938EAA
(147,142,170)
#A29EB5
(162,158,181)
#B1AEC0
(177,174,192)
#C0BECB
(192,190,203)
#CFCED6
(207,206,214)
#DEDEE1
(222,222,225)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574E7E; }

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

This text font color is #574E7E.

Background Color

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

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

This div background color is #574E7E.

Border color

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

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

This div border color is #574E7E.

Opacity

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

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

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

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

This text has shadow with #574E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #574E7E.

Preview

Color preview on black background

This text has color #574E7E on black background.


Color preview on white background

This text has color #574E7E on white background.


Black color preview on #574E7E background

This text has black color on #574E7E background.


White color preview on #574E7E background

This text has white color on #574E7E background.


Related colors

Complementary color

Complementary color for #hex is #A8B181.


I love getcolorcode.com

Triadic colors

1 #7E574E and #4E7E57 with #574E7E are triadic colors.

2 #7E4E57 and #4E577E with #574E7E are triadic colors.