COLOR #574168

HEX: #574168
RGB: (87,65,104)

Color info

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

RGB color model

#574168 color RGB value is (87,65,104).

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

RGB channels and saturation

R 87 of 255 = 34%
G 65 of 255 = 25%
B 104 of 255 = 41%

87
65
104

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

Portions of RGB colors in percentages

R + G + B =
87 + 65 + 104 = 256 (100%)
R 87 of 256 ~ 33.98%
G 65 of 256 ~ 25.39%
B 104 of 256 ~ 40.63%

%33.98
%25.39
%40.63

CMYK color model

#574168 color CMYK value is (16,38,0,59).

  • cyan value is 16.35%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(16,38,0,59)
C16M38Y0K59 
(16%,38%,0%,59%)
(0.16/0.38/0.00/0.59)	

CMYK percentages

%16.35
%37.5
%0
%59.22

Codes

Color #574168 in popluar color models

574168
RGB8765104
HSL274°23.08%33.14%
HSB/HSV274°37.50%40.78%
CMYK16.35%37.50%0.00%
59.22%

Color #574168 in popluar number systems.

HEX574168
Decimal8765104
Binary101011110000011101000
Octal127101150

Shades and tints

Shades of #574168

#574168
(87,65,104)
#503C5F
(80,60,95)
#493756
(73,55,86)
#42324D
(66,50,77)
#3B2D44
(59,45,68)
#34283B
(52,40,59)
#2D2332
(45,35,50)
#261E29
(38,30,41)
#1F1920
(31,25,32)
#181417
(24,20,23)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #574168

#574168
(87,65,104)
#665275
(102,82,117)
#756382
(117,99,130)
#84748F
(132,116,143)
#93859C
(147,133,156)
#A296A9
(162,150,169)
#B1A7B6
(177,167,182)
#C0B8C3
(192,184,195)
#CFC9D0
(207,201,208)
#DEDADD
(222,218,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574168; }

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

This text font color is #574168.


Background Color

.myBgColor { background-color: #574168; }

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

This div background color is #574168.


Border color

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

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

This div border color is #574168.


Opacity

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

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

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

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

This text has shadow with #574168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574168 on black background.


Color preview on white background

This text has color #574168 on white background.



Black color preview on #574168 background

This text has black color on #574168 background.


White color preview on #574168 background

This text has white color on #574168 background.