COLOR #574867

HEX: #574867
RGB: (87,72,103)

Color info

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

RGB color model

#574867 color RGB value is (87,72,103).

  • red value is 87;
  • green value is 72;
  • blue value is 103.
RGB:
(87,72,103)
(34%,28%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 103 of 255 = 40%

87
72
103

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 103 = 262 (100%)
R 87 of 262 ~ 33.21%
G 72 of 262 ~ 27.48%
B 103 of 262 ~ 39.31%

%33.21
%27.48
%39.31

CMYK color model

#574867 color CMYK value is (16,30,0,60).

  • cyan value is 15.53%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(16,30,0,60)
C16M30Y0K60 
(16%,30%,0%,60%)
(0.16/0.30/0.00/0.60)	

CMYK percentages

%15.53
%30.1
%0
%59.61

Codes

Color #574867 in popluar color models

574867
RGB8772103
HSL269°17.71%34.31%
HSB/HSV269°30.10%40.39%
CMYK15.53%30.10%0.00%
59.61%

Color #574867 in popluar number systems.

HEX574867
Decimal8772103
Binary101011110010001100111
Octal127110147

Shades and tints

Shades of #574867

#574867
(87,72,103)
#50425E
(80,66,94)
#493C55
(73,60,85)
#42364C
(66,54,76)
#3B3043
(59,48,67)
#342A3A
(52,42,58)
#2D2431
(45,36,49)
#261E28
(38,30,40)
#1F181F
(31,24,31)
#181216
(24,18,22)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #574867

#574867
(87,72,103)
#665874
(102,88,116)
#756881
(117,104,129)
#84788E
(132,120,142)
#93889B
(147,136,155)
#A298A8
(162,152,168)
#B1A8B5
(177,168,181)
#C0B8C2
(192,184,194)
#CFC8CF
(207,200,207)
#DED8DC
(222,216,220)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574867 color. Also use rgb(87,72,103) instead hex code.

Text Font Color

.myTextColor { color: #574867; }

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

This text font color is #574867.


Background Color

.myBgColor { background-color: #574867; }

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

This div background color is #574867.


Border color

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

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

This div border color is #574867.


Opacity

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

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

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

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

This text has shadow with #574867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574867 on black background.


Color preview on white background

This text has color #574867 on white background.



Black color preview on #574867 background

This text has black color on #574867 background.


White color preview on #574867 background

This text has white color on #574867 background.