COLOR #574954

HEX: #574954
RGB: (87,73,84)

Color info

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

RGB color model

#574954 color RGB value is (87,73,84).

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

RGB channels and saturation

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

87
73
84

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

Portions of RGB colors in percentages

R + G + B =
87 + 73 + 84 = 244 (100%)
R 87 of 244 ~ 35.66%
G 73 of 244 ~ 29.92%
B 84 of 244 ~ 34.43%

%35.66
%29.92
%34.43

CMYK color model

#574954 color CMYK value is (0,16,3,66).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 3.45%
  • key color value is 65.88%
CMYK:
(0,16,3,66)
C0M16Y3K66 
(0%,16%,3%,66%)
(0.00/0.16/0.03/0.66)	

CMYK percentages

%0
%16.09
%3.45
%65.88

Codes

Color #574954 in popluar color models

574954
RGB877384
HSL313°8.75%31.37%
HSB/HSV313°16.09%34.12%
CMYK0.00%16.09%3.45%
65.88%

Color #574954 in popluar number systems.

HEX574954
Decimal877384
Binary101011110010011010100
Octal127111124

Shades and tints

Shades of #574954

#574954
(87,73,84)
#50434D
(80,67,77)
#493D46
(73,61,70)
#42373F
(66,55,63)
#3B3138
(59,49,56)
#342B31
(52,43,49)
#2D252A
(45,37,42)
#261F23
(38,31,35)
#1F191C
(31,25,28)
#181315
(24,19,21)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #574954

#574954
(87,73,84)
#665963
(102,89,99)
#756972
(117,105,114)
#847981
(132,121,129)
#938990
(147,137,144)
#A2999F
(162,153,159)
#B1A9AE
(177,169,174)
#C0B9BD
(192,185,189)
#CFC9CC
(207,201,204)
#DED9DB
(222,217,219)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574954; }

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

This text font color is #574954.


Background Color

.myBgColor { background-color: #574954; }

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

This div background color is #574954.


Border color

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

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

This div border color is #574954.


Opacity

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

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

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

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

This text has shadow with #574954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574954 on black background.


Color preview on white background

This text has color #574954 on white background.



Black color preview on #574954 background

This text has black color on #574954 background.


White color preview on #574954 background

This text has white color on #574954 background.