COLOR #574268

HEX: #574268
RGB: (87,66,104)

Color info

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

RGB color model

#574268 color RGB value is (87,66,104).

  • red value is 87;
  • green value is 66;
  • blue value is 104.
RGB:
(87,66,104)
(34%,26%,41%)

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 104 of 255 = 41%

87
66
104

R + G + B ~ 34%. #574268 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 104 = 257 (100%)
R 87 of 257 ~ 33.85%
G 66 of 257 ~ 25.68%
B 104 of 257 ~ 40.47%

%33.85
%25.68
%40.47

CMYK color model

#574268 color CMYK value is (16,37,0,59).

  • cyan value is 16.35%
  • magenta value is 36.54%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(16,37,0,59)
C16M37Y0K59 
(16%,37%,0%,59%)
(0.16/0.37/0.00/0.59)	

CMYK percentages

%16.35
%36.54
%0
%59.22

Codes

Color #574268 in popluar color models

574268
RGB8766104
HSL273°22.35%33.33%
HSB/HSV273°36.54%40.78%
CMYK16.35%36.54%0.00%
59.22%

Color #574268 in popluar number systems.

HEX574268
Decimal8766104
Binary101011110000101101000
Octal127102150

Shades and tints

Shades of #574268

#574268
(87,66,104)
#503C5F
(80,60,95)
#493656
(73,54,86)
#42304D
(66,48,77)
#3B2A44
(59,42,68)
#34243B
(52,36,59)
#2D1E32
(45,30,50)
#261829
(38,24,41)
#1F1220
(31,18,32)
#180C17
(24,12,23)
#11060E
(17,6,14)
#000000
(0,0,0)

Tints of #574268

#574268
(87,66,104)
#665375
(102,83,117)
#756482
(117,100,130)
#84758F
(132,117,143)
#93869C
(147,134,156)
#A297A9
(162,151,169)
#B1A8B6
(177,168,182)
#C0B9C3
(192,185,195)
#CFCAD0
(207,202,208)
#DEDBDD
(222,219,221)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574268 color. Also use rgb(87,66,104) instead hex code.

Text Font Color

.myTextColor { color: #574268; }

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

This text font color is #574268.


Background Color

.myBgColor { background-color: #574268; }

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

This div background color is #574268.


Border color

.myBorderColor { border: 1px solid #574268; }

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

This div border color is #574268.


Opacity

.myOpacity80 { color: #574268; opacity: 0.8; }

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

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

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

This text has shadow with #574268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574268 on black background.


Color preview on white background

This text has color #574268 on white background.



Black color preview on #574268 background

This text has black color on #574268 background.


White color preview on #574268 background

This text has white color on #574268 background.