COLOR #574D42

HEX: #574D42
RGB: (87,77,66)

Color info

#574D42 contains red, green and blue colors in about the same proportion. Web safe color of #574D42 is #663333 (or #633).

RGB color model

#574D42 color RGB value is (87,77,66).

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

RGB channels and saturation

R 87 of 255 = 34%
G 77 of 255 = 30%
B 66 of 255 = 26%

87
77
66

R + G + B ~ 30%. #574D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 77 + 66 = 230 (100%)
R 87 of 230 ~ 37.83%
G 77 of 230 ~ 33.48%
B 66 of 230 ~ 28.7%

%37.83
%33.48
%28.7

CMYK color model

#574D42 color CMYK value is (0,11,24,66).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 24.14%
  • key color value is 65.88%
CMYK:
(0,11,24,66)
C0M11Y24K66 
(0%,11%,24%,66%)
(0.00/0.11/0.24/0.66)	

CMYK percentages

%0
%11.49
%24.14
%65.88

Codes

Color #574D42 in popluar color models

574D42
RGB877766
HSL31°13.73%30.00%
HSB/HSV31°24.14%34.12%
CMYK0.00%11.49%24.14%
65.88%

Color #574D42 in popluar number systems.

HEX574D42
Decimal877766
Binary101011110011011000010
Octal127115102

Shades and tints

Shades of #574D42

#574D42
(87,77,66)
#50463C
(80,70,60)
#493F36
(73,63,54)
#423830
(66,56,48)
#3B312A
(59,49,42)
#342A24
(52,42,36)
#2D231E
(45,35,30)
#261C18
(38,28,24)
#1F1512
(31,21,18)
#180E0C
(24,14,12)
#110706
(17,7,6)
#000000
(0,0,0)

Tints of #574D42

#574D42
(87,77,66)
#665D53
(102,93,83)
#756D64
(117,109,100)
#847D75
(132,125,117)
#938D86
(147,141,134)
#A29D97
(162,157,151)
#B1ADA8
(177,173,168)
#C0BDB9
(192,189,185)
#CFCDCA
(207,205,202)
#DEDDDB
(222,221,219)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574D42; }

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

This text font color is #574D42.


Background Color

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

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

This div background color is #574D42.


Border color

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

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

This div border color is #574D42.


Opacity

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

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

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

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

This text has shadow with #574D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574D42 on black background.


Color preview on white background

This text has color #574D42 on white background.



Black color preview on #574D42 background

This text has black color on #574D42 background.


White color preview on #574D42 background

This text has white color on #574D42 background.