COLOR #574F53

HEX: #574F53
RGB: (87,79,83)

Color info

#574F53 contains red, green and blue colors in about the same proportion. Web safe color of #574F53 is #666666 (or #666).

RGB color model

#574F53 color RGB value is (87,79,83).

  • red value is 87;
  • green value is 79;
  • blue value is 83.
RGB:
(87,79,83)
(34%,31%,33%)

RGB channels and saturation

R 87 of 255 = 34%
G 79 of 255 = 31%
B 83 of 255 = 33%

87
79
83

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

Portions of RGB colors in percentages

R + G + B =
87 + 79 + 83 = 249 (100%)
R 87 of 249 ~ 34.94%
G 79 of 249 ~ 31.73%
B 83 of 249 ~ 33.33%

%34.94
%31.73
%33.33

CMYK color model

#574F53 color CMYK value is (0,9,5,66).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 4.60%
  • key color value is 65.88%
CMYK:
(0,9,5,66)
C0M9Y5K66 
(0%,9%,5%,66%)
(0.00/0.09/0.05/0.66)	

CMYK percentages

%0
%9.2
%4.6
%65.88

Codes

Color #574F53 in popluar color models

574F53
RGB877983
HSL330°4.82%32.55%
HSB/HSV330°9.20%34.12%
CMYK0.00%9.20%4.60%
65.88%

Color #574F53 in popluar number systems.

HEX574F53
Decimal877983
Binary101011110011111010011
Octal127117123

Shades and tints

Shades of #574F53

#574F53
(87,79,83)
#50484C
(80,72,76)
#494145
(73,65,69)
#423A3E
(66,58,62)
#3B3337
(59,51,55)
#342C30
(52,44,48)
#2D2529
(45,37,41)
#261E22
(38,30,34)
#1F171B
(31,23,27)
#181014
(24,16,20)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #574F53

#574F53
(87,79,83)
#665F62
(102,95,98)
#756F71
(117,111,113)
#847F80
(132,127,128)
#938F8F
(147,143,143)
#A29F9E
(162,159,158)
#B1AFAD
(177,175,173)
#C0BFBC
(192,191,188)
#CFCFCB
(207,207,203)
#DEDFDA
(222,223,218)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574F53 color. Also use rgb(87,79,83) instead hex code.

Text Font Color

.myTextColor { color: #574F53; }

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

This text font color is #574F53.


Background Color

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

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

This div background color is #574F53.


Border color

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

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

This div border color is #574F53.


Opacity

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

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

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

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

This text has shadow with #574F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574F53 on black background.


Color preview on white background

This text has color #574F53 on white background.



Black color preview on #574F53 background

This text has black color on #574F53 background.


White color preview on #574F53 background

This text has white color on #574F53 background.