COLOR #574C4F

HEX: #574C4F
RGB: (87,76,79)

Color info

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

RGB color model

#574C4F color RGB value is (87,76,79).

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

RGB channels and saturation

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

87
76
79

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

Portions of RGB colors in percentages

R + G + B =
87 + 76 + 79 = 242 (100%)
R 87 of 242 ~ 35.95%
G 76 of 242 ~ 31.4%
B 79 of 242 ~ 32.64%

%35.95
%31.4
%32.64

CMYK color model

#574C4F color CMYK value is (0,13,9,66).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(0,13,9,66)
C0M13Y9K66 
(0%,13%,9%,66%)
(0.00/0.13/0.09/0.66)	

CMYK percentages

%0
%12.64
%9.2
%65.88

Codes

Color #574C4F in popluar color models

574C4F
RGB877679
HSL344°6.75%31.96%
HSB/HSV344°12.64%34.12%
CMYK0.00%12.64%9.20%
65.88%

Color #574C4F in popluar number systems.

HEX574C4F
Decimal877679
Binary101011110011001001111
Octal127114117

Shades and tints

Shades of #574C4F

#574C4F
(87,76,79)
#504648
(80,70,72)
#494041
(73,64,65)
#423A3A
(66,58,58)
#3B3433
(59,52,51)
#342E2C
(52,46,44)
#2D2825
(45,40,37)
#26221E
(38,34,30)
#1F1C17
(31,28,23)
#181610
(24,22,16)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #574C4F

#574C4F
(87,76,79)
#665C5F
(102,92,95)
#756C6F
(117,108,111)
#847C7F
(132,124,127)
#938C8F
(147,140,143)
#A29C9F
(162,156,159)
#B1ACAF
(177,172,175)
#C0BCBF
(192,188,191)
#CFCCCF
(207,204,207)
#DEDCDF
(222,220,223)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574C4F; }

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

This text font color is #574C4F.


Background Color

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

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

This div background color is #574C4F.


Border color

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

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

This div border color is #574C4F.


Opacity

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

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

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

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

This text has shadow with #574C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574C4F on black background.


Color preview on white background

This text has color #574C4F on white background.



Black color preview on #574C4F background

This text has black color on #574C4F background.


White color preview on #574C4F background

This text has white color on #574C4F background.