COLOR #574A63

HEX: #574A63
RGB: (87,74,99)

Color info

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

RGB color model

#574A63 color RGB value is (87,74,99).

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

RGB channels and saturation

R 87 of 255 = 34%
G 74 of 255 = 29%
B 99 of 255 = 39%

87
74
99

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

Portions of RGB colors in percentages

R + G + B =
87 + 74 + 99 = 260 (100%)
R 87 of 260 ~ 33.46%
G 74 of 260 ~ 28.46%
B 99 of 260 ~ 38.08%

%33.46
%28.46
%38.08

CMYK color model

#574A63 color CMYK value is (12,25,0,61).

  • cyan value is 12.12%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(12,25,0,61)
C12M25Y0K61 
(12%,25%,0%,61%)
(0.12/0.25/0.00/0.61)	

CMYK percentages

%12.12
%25.25
%0
%61.18

Codes

Color #574A63 in popluar color models

574A63
RGB877499
HSL271°14.45%33.92%
HSB/HSV271°25.25%38.82%
CMYK12.12%25.25%0.00%
61.18%

Color #574A63 in popluar number systems.

HEX574A63
Decimal877499
Binary101011110010101100011
Octal127112143

Shades and tints

Shades of #574A63

#574A63
(87,74,99)
#50445A
(80,68,90)
#493E51
(73,62,81)
#423848
(66,56,72)
#3B323F
(59,50,63)
#342C36
(52,44,54)
#2D262D
(45,38,45)
#262024
(38,32,36)
#1F1A1B
(31,26,27)
#181412
(24,20,18)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #574A63

#574A63
(87,74,99)
#665A71
(102,90,113)
#756A7F
(117,106,127)
#847A8D
(132,122,141)
#938A9B
(147,138,155)
#A29AA9
(162,154,169)
#B1AAB7
(177,170,183)
#C0BAC5
(192,186,197)
#CFCAD3
(207,202,211)
#DEDAE1
(222,218,225)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574A63; }

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

This text font color is #574A63.


Background Color

.myBgColor { background-color: #574A63; }

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

This div background color is #574A63.


Border color

.myBorderColor { border: 1px solid #574A63; }

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

This div border color is #574A63.


Opacity

.myOpacity80 { color: #574A63; opacity: 0.8; }

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

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

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

This text has shadow with #574A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574A63 on black background.


Color preview on white background

This text has color #574A63 on white background.



Black color preview on #574A63 background

This text has black color on #574A63 background.


White color preview on #574A63 background

This text has white color on #574A63 background.