COLOR #574955

HEX: #574955
RGB: (87,73,85)

Color info

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

RGB color model

#574955 color RGB value is (87,73,85).

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

RGB channels and saturation

R 87 of 255 = 34%
G 73 of 255 = 29%
B 85 of 255 = 33%

87
73
85

R + G + B ~ 32%. #574955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 73 + 85 = 245 (100%)
R 87 of 245 ~ 35.51%
G 73 of 245 ~ 29.8%
B 85 of 245 ~ 34.69%

%35.51
%29.8
%34.69

CMYK color model

#574955 color CMYK value is (0,16,2,66).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(0,16,2,66)
C0M16Y2K66 
(0%,16%,2%,66%)
(0.00/0.16/0.02/0.66)	

CMYK percentages

%0
%16.09
%2.3
%65.88

Codes

Color #574955 in popluar color models

574955
RGB877385
HSL309°8.75%31.37%
HSB/HSV309°16.09%34.12%
CMYK0.00%16.09%2.30%
65.88%

Color #574955 in popluar number systems.

HEX574955
Decimal877385
Binary101011110010011010101
Octal127111125

Shades and tints

Shades of #574955

#574955
(87,73,85)
#50434E
(80,67,78)
#493D47
(73,61,71)
#423740
(66,55,64)
#3B3139
(59,49,57)
#342B32
(52,43,50)
#2D252B
(45,37,43)
#261F24
(38,31,36)
#1F191D
(31,25,29)
#181316
(24,19,22)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #574955

#574955
(87,73,85)
#665964
(102,89,100)
#756973
(117,105,115)
#847982
(132,121,130)
#938991
(147,137,145)
#A299A0
(162,153,160)
#B1A9AF
(177,169,175)
#C0B9BE
(192,185,190)
#CFC9CD
(207,201,205)
#DED9DC
(222,217,220)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574955; }

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

This text font color is #574955.


Background Color

.myBgColor { background-color: #574955; }

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

This div background color is #574955.


Border color

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

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

This div border color is #574955.


Opacity

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

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

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

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

This text has shadow with #574955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574955 on black background.


Color preview on white background

This text has color #574955 on white background.



Black color preview on #574955 background

This text has black color on #574955 background.


White color preview on #574955 background

This text has white color on #574955 background.