COLOR #574965

HEX: #574965
RGB: (87,73,101)

Color info

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

RGB color model

#574965 color RGB value is (87,73,101).

  • red value is 87;
  • green value is 73;
  • blue value is 101.
RGB:
(87,73,101)
(34%,29%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 73 of 255 = 29%
B 101 of 255 = 40%

87
73
101

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

Portions of RGB colors in percentages

R + G + B =
87 + 73 + 101 = 261 (100%)
R 87 of 261 ~ 33.33%
G 73 of 261 ~ 27.97%
B 101 of 261 ~ 38.7%

%33.33
%27.97
%38.7

CMYK color model

#574965 color CMYK value is (14,28,0,60).

  • cyan value is 13.86%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(14,28,0,60)
C14M28Y0K60 
(14%,28%,0%,60%)
(0.14/0.28/0.00/0.60)	

CMYK percentages

%13.86
%27.72
%0
%60.39

Codes

Color #574965 in popluar color models

574965
RGB8773101
HSL270°16.09%34.12%
HSB/HSV270°27.72%39.61%
CMYK13.86%27.72%0.00%
60.39%

Color #574965 in popluar number systems.

HEX574965
Decimal8773101
Binary101011110010011100101
Octal127111145

Shades and tints

Shades of #574965

#574965
(87,73,101)
#50435C
(80,67,92)
#493D53
(73,61,83)
#42374A
(66,55,74)
#3B3141
(59,49,65)
#342B38
(52,43,56)
#2D252F
(45,37,47)
#261F26
(38,31,38)
#1F191D
(31,25,29)
#181314
(24,19,20)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #574965

#574965
(87,73,101)
#665973
(102,89,115)
#756981
(117,105,129)
#84798F
(132,121,143)
#93899D
(147,137,157)
#A299AB
(162,153,171)
#B1A9B9
(177,169,185)
#C0B9C7
(192,185,199)
#CFC9D5
(207,201,213)
#DED9E3
(222,217,227)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574965 color. Also use rgb(87,73,101) instead hex code.

Text Font Color

.myTextColor { color: #574965; }

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

This text font color is #574965.


Background Color

.myBgColor { background-color: #574965; }

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

This div background color is #574965.


Border color

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

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

This div border color is #574965.


Opacity

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

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

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

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

This text has shadow with #574965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574965 on black background.


Color preview on white background

This text has color #574965 on white background.



Black color preview on #574965 background

This text has black color on #574965 background.


White color preview on #574965 background

This text has white color on #574965 background.