COLOR #574E4C

HEX: #574E4C
RGB: (87,78,76)

Color info

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

RGB color model

#574E4C color RGB value is (87,78,76).

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

RGB channels and saturation

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

87
78
76

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

Portions of RGB colors in percentages

R + G + B =
87 + 78 + 76 = 241 (100%)
R 87 of 241 ~ 36.1%
G 78 of 241 ~ 32.37%
B 76 of 241 ~ 31.54%

%36.1
%32.37
%31.54

CMYK color model

#574E4C color CMYK value is (0,10,13,66).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 12.64%
  • key color value is 65.88%
CMYK:
(0,10,13,66)
C0M10Y13K66 
(0%,10%,13%,66%)
(0.00/0.10/0.13/0.66)	

CMYK percentages

%0
%10.34
%12.64
%65.88

Codes

Color #574E4C in popluar color models

574E4C
RGB877876
HSL11°6.75%31.96%
HSB/HSV11°12.64%34.12%
CMYK0.00%10.34%12.64%
65.88%

Color #574E4C in popluar number systems.

HEX574E4C
Decimal877876
Binary101011110011101001100
Octal127116114

Shades and tints

Shades of #574E4C

#574E4C
(87,78,76)
#504746
(80,71,70)
#494040
(73,64,64)
#42393A
(66,57,58)
#3B3234
(59,50,52)
#342B2E
(52,43,46)
#2D2428
(45,36,40)
#261D22
(38,29,34)
#1F161C
(31,22,28)
#180F16
(24,15,22)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #574E4C

#574E4C
(87,78,76)
#665E5C
(102,94,92)
#756E6C
(117,110,108)
#847E7C
(132,126,124)
#938E8C
(147,142,140)
#A29E9C
(162,158,156)
#B1AEAC
(177,174,172)
#C0BEBC
(192,190,188)
#CFCECC
(207,206,204)
#DEDEDC
(222,222,220)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574E4C; }

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

This text font color is #574E4C.


Background Color

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

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

This div background color is #574E4C.


Border color

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

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

This div border color is #574E4C.


Opacity

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

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

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

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

This text has shadow with #574E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574E4C on black background.


Color preview on white background

This text has color #574E4C on white background.



Black color preview on #574E4C background

This text has black color on #574E4C background.


White color preview on #574E4C background

This text has white color on #574E4C background.