COLOR #574376

HEX: #574376
RGB: (87,67,118)

Color info

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

RGB color model

#574376 color RGB value is (87,67,118).

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

RGB channels and saturation

R 87 of 255 = 34%
G 67 of 255 = 26%
B 118 of 255 = 46%

87
67
118

R + G + B ~ 35%. #574376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 67 + 118 = 272 (100%)
R 87 of 272 ~ 31.99%
G 67 of 272 ~ 24.63%
B 118 of 272 ~ 43.38%

%31.99
%24.63
%43.38

CMYK color model

#574376 color CMYK value is (26,43,0,54).

  • cyan value is 26.27%
  • magenta value is 43.22%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(26,43,0,54)
C26M43Y0K54 
(26%,43%,0%,54%)
(0.26/0.43/0.00/0.54)	

CMYK percentages

%26.27
%43.22
%0
%53.73

Codes

Color #574376 in popluar color models

574376
RGB8767118
HSL264°27.57%36.27%
HSB/HSV264°43.22%46.27%
CMYK26.27%43.22%0.00%
53.73%

Color #574376 in popluar number systems.

HEX574376
Decimal8767118
Binary101011110000111110110
Octal127103166

Shades and tints

Shades of #574376

#574376
(87,67,118)
#503D6C
(80,61,108)
#493762
(73,55,98)
#423158
(66,49,88)
#3B2B4E
(59,43,78)
#342544
(52,37,68)
#2D1F3A
(45,31,58)
#261930
(38,25,48)
#1F1326
(31,19,38)
#180D1C
(24,13,28)
#110712
(17,7,18)
#000000
(0,0,0)

Tints of #574376

#574376
(87,67,118)
#665482
(102,84,130)
#75658E
(117,101,142)
#84769A
(132,118,154)
#9387A6
(147,135,166)
#A298B2
(162,152,178)
#B1A9BE
(177,169,190)
#C0BACA
(192,186,202)
#CFCBD6
(207,203,214)
#DEDCE2
(222,220,226)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574376; }

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

This text font color is #574376.


Background Color

.myBgColor { background-color: #574376; }

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

This div background color is #574376.


Border color

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

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

This div border color is #574376.


Opacity

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

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

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

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

This text has shadow with #574376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574376 on black background.


Color preview on white background

This text has color #574376 on white background.



Black color preview on #574376 background

This text has black color on #574376 background.


White color preview on #574376 background

This text has white color on #574376 background.