COLOR #574F4D

HEX: #574F4D
RGB: (87,79,77)

Color info

#574F4D contains red, green and blue colors in about the same proportion. Web safe color of #574F4D is #666633 (or #663).

RGB color model

#574F4D color RGB value is (87,79,77).

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

RGB channels and saturation

R 87 of 255 = 34%
G 79 of 255 = 31%
B 77 of 255 = 30%

87
79
77

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

Portions of RGB colors in percentages

R + G + B =
87 + 79 + 77 = 243 (100%)
R 87 of 243 ~ 35.8%
G 79 of 243 ~ 32.51%
B 77 of 243 ~ 31.69%

%35.8
%32.51
%31.69

CMYK color model

#574F4D color CMYK value is (0,9,11,66).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 11.49%
  • key color value is 65.88%
CMYK:
(0,9,11,66)
C0M9Y11K66 
(0%,9%,11%,66%)
(0.00/0.09/0.11/0.66)	

CMYK percentages

%0
%9.2
%11.49
%65.88

Codes

Color #574F4D in popluar color models

574F4D
RGB877977
HSL12°6.10%32.16%
HSB/HSV12°11.49%34.12%
CMYK0.00%9.20%11.49%
65.88%

Color #574F4D in popluar number systems.

HEX574F4D
Decimal877977
Binary101011110011111001101
Octal127117115

Shades and tints

Shades of #574F4D

#574F4D
(87,79,77)
#504846
(80,72,70)
#49413F
(73,65,63)
#423A38
(66,58,56)
#3B3331
(59,51,49)
#342C2A
(52,44,42)
#2D2523
(45,37,35)
#261E1C
(38,30,28)
#1F1715
(31,23,21)
#18100E
(24,16,14)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #574F4D

#574F4D
(87,79,77)
#665F5D
(102,95,93)
#756F6D
(117,111,109)
#847F7D
(132,127,125)
#938F8D
(147,143,141)
#A29F9D
(162,159,157)
#B1AFAD
(177,175,173)
#C0BFBD
(192,191,189)
#CFCFCD
(207,207,205)
#DEDFDD
(222,223,221)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574F4D; }

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

This text font color is #574F4D.


Background Color

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

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

This div background color is #574F4D.


Border color

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

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

This div border color is #574F4D.


Opacity

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

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

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

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

This text has shadow with #574F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574F4D on black background.


Color preview on white background

This text has color #574F4D on white background.



Black color preview on #574F4D background

This text has black color on #574F4D background.


White color preview on #574F4D background

This text has white color on #574F4D background.