COLOR #574F6C

HEX: #574F6C
RGB: (87,79,108)

Color info

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

RGB color model

#574F6C color RGB value is (87,79,108).

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

RGB channels and saturation

R 87 of 255 = 34%
G 79 of 255 = 31%
B 108 of 255 = 42%

87
79
108

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

Portions of RGB colors in percentages

R + G + B =
87 + 79 + 108 = 274 (100%)
R 87 of 274 ~ 31.75%
G 79 of 274 ~ 28.83%
B 108 of 274 ~ 39.42%

%31.75
%28.83
%39.42

CMYK color model

#574F6C color CMYK value is (19,27,0,58).

  • cyan value is 19.44%
  • magenta value is 26.85%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,27,0,58)
C19M27Y0K58 
(19%,27%,0%,58%)
(0.19/0.27/0.00/0.58)	

CMYK percentages

%19.44
%26.85
%0
%57.65

Codes

Color #574F6C in popluar color models

574F6C
RGB8779108
HSL257°15.51%36.67%
HSB/HSV257°26.85%42.35%
CMYK19.44%26.85%0.00%
57.65%

Color #574F6C in popluar number systems.

HEX574F6C
Decimal8779108
Binary101011110011111101100
Octal127117154

Shades and tints

Shades of #574F6C

#574F6C
(87,79,108)
#504863
(80,72,99)
#49415A
(73,65,90)
#423A51
(66,58,81)
#3B3348
(59,51,72)
#342C3F
(52,44,63)
#2D2536
(45,37,54)
#261E2D
(38,30,45)
#1F1724
(31,23,36)
#18101B
(24,16,27)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #574F6C

#574F6C
(87,79,108)
#665F79
(102,95,121)
#756F86
(117,111,134)
#847F93
(132,127,147)
#938FA0
(147,143,160)
#A29FAD
(162,159,173)
#B1AFBA
(177,175,186)
#C0BFC7
(192,191,199)
#CFCFD4
(207,207,212)
#DEDFE1
(222,223,225)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574F6C color. Also use rgb(87,79,108) instead hex code.

Text Font Color

.myTextColor { color: #574F6C; }

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

This text font color is #574F6C.


Background Color

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

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

This div background color is #574F6C.


Border color

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

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

This div border color is #574F6C.


Opacity

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

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

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

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

This text has shadow with #574F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574F6C on black background.


Color preview on white background

This text has color #574F6C on white background.



Black color preview on #574F6C background

This text has black color on #574F6C background.


White color preview on #574F6C background

This text has white color on #574F6C background.