COLOR #574360

HEX: #574360
RGB: (87,67,96)

Color info

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

RGB color model

#574360 color RGB value is (87,67,96).

  • red value is 87;
  • green value is 67;
  • blue value is 96.
RGB:
(87,67,96)
(34%,26%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 96 of 255 = 38%

87
67
96

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

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 96 = 250 (100%)
R 87 of 250 ~ 34.8%
G 67 of 250 ~ 26.8%
B 96 of 250 ~ 38.4%

%34.8
%26.8
%38.4

CMYK color model

#574360 color CMYK value is (9,30,0,62).

  • cyan value is 9.38%
  • magenta value is 30.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(9,30,0,62)
C9M30Y0K62 
(9%,30%,0%,62%)
(0.09/0.30/0.00/0.62)	

CMYK percentages

%9.38
%30.21
%0
%62.35

Codes

Color #574360 in popluar color models

574360
RGB876796
HSL281°17.79%31.96%
HSB/HSV281°30.21%37.65%
CMYK9.38%30.21%0.00%
62.35%

Color #574360 in popluar number systems.

HEX574360
Decimal876796
Binary101011110000111100000
Octal127103140

Shades and tints

Shades of #574360

#574360
(87,67,96)
#503D58
(80,61,88)
#493750
(73,55,80)
#423148
(66,49,72)
#3B2B40
(59,43,64)
#342538
(52,37,56)
#2D1F30
(45,31,48)
#261928
(38,25,40)
#1F1320
(31,19,32)
#180D18
(24,13,24)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #574360

#574360
(87,67,96)
#66546E
(102,84,110)
#75657C
(117,101,124)
#84768A
(132,118,138)
#938798
(147,135,152)
#A298A6
(162,152,166)
#B1A9B4
(177,169,180)
#C0BAC2
(192,186,194)
#CFCBD0
(207,203,208)
#DEDCDE
(222,220,222)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574360 color. Also use rgb(87,67,96) instead hex code.

Text Font Color

.myTextColor { color: #574360; }

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

This text font color is #574360.


Background Color

.myBgColor { background-color: #574360; }

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

This div background color is #574360.


Border color

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

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

This div border color is #574360.


Opacity

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

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

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

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

This text has shadow with #574360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574360 on black background.


Color preview on white background

This text has color #574360 on white background.



Black color preview on #574360 background

This text has black color on #574360 background.


White color preview on #574360 background

This text has white color on #574360 background.