COLOR #574663

HEX: #574663
RGB: (87,70,99)

Color info

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

RGB color model

#574663 color RGB value is (87,70,99).

  • red value is 87;
  • green value is 70;
  • blue value is 99.
RGB:
(87,70,99)
(34%,27%,39%)

RGB channels and saturation

R 87 of 255 = 34%
G 70 of 255 = 27%
B 99 of 255 = 39%

87
70
99

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

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 99 = 256 (100%)
R 87 of 256 ~ 33.98%
G 70 of 256 ~ 27.34%
B 99 of 256 ~ 38.67%

%33.98
%27.34
%38.67

CMYK color model

#574663 color CMYK value is (12,29,0,61).

  • cyan value is 12.12%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(12,29,0,61)
C12M29Y0K61 
(12%,29%,0%,61%)
(0.12/0.29/0.00/0.61)	

CMYK percentages

%12.12
%29.29
%0
%61.18

Codes

Color #574663 in popluar color models

574663
RGB877099
HSL275°17.16%33.14%
HSB/HSV275°29.29%38.82%
CMYK12.12%29.29%0.00%
61.18%

Color #574663 in popluar number systems.

HEX574663
Decimal877099
Binary101011110001101100011
Octal127106143

Shades and tints

Shades of #574663

#574663
(87,70,99)
#50405A
(80,64,90)
#493A51
(73,58,81)
#423448
(66,52,72)
#3B2E3F
(59,46,63)
#342836
(52,40,54)
#2D222D
(45,34,45)
#261C24
(38,28,36)
#1F161B
(31,22,27)
#181012
(24,16,18)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #574663

#574663
(87,70,99)
#665671
(102,86,113)
#75667F
(117,102,127)
#84768D
(132,118,141)
#93869B
(147,134,155)
#A296A9
(162,150,169)
#B1A6B7
(177,166,183)
#C0B6C5
(192,182,197)
#CFC6D3
(207,198,211)
#DED6E1
(222,214,225)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574663 color. Also use rgb(87,70,99) instead hex code.

Text Font Color

.myTextColor { color: #574663; }

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

This text font color is #574663.


Background Color

.myBgColor { background-color: #574663; }

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

This div background color is #574663.


Border color

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

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

This div border color is #574663.


Opacity

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

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

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

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

This text has shadow with #574663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574663 on black background.


Color preview on white background

This text has color #574663 on white background.



Black color preview on #574663 background

This text has black color on #574663 background.


White color preview on #574663 background

This text has white color on #574663 background.