COLOR #574D32

HEX: #574D32
RGB: (87,77,50)

Color info

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

RGB color model

#574D32 color RGB value is (87,77,50).

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

RGB channels and saturation

R 87 of 255 = 34%
G 77 of 255 = 30%
B 50 of 255 = 20%

87
77
50

R + G + B ~ 28%. #574D32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 77 + 50 = 214 (100%)
R 87 of 214 ~ 40.65%
G 77 of 214 ~ 35.98%
B 50 of 214 ~ 23.36%

%40.65
%35.98
%23.36

CMYK color model

#574D32 color CMYK value is (0,11,43,66).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 42.53%
  • key color value is 65.88%
CMYK:
(0,11,43,66)
C0M11Y43K66 
(0%,11%,43%,66%)
(0.00/0.11/0.43/0.66)	

CMYK percentages

%0
%11.49
%42.53
%65.88

Codes

Color #574D32 in popluar color models

574D32
RGB877750
HSL44°27.01%26.86%
HSB/HSV44°42.53%34.12%
CMYK0.00%11.49%42.53%
65.88%

Color #574D32 in popluar number systems.

HEX574D32
Decimal877750
Binary10101111001101110010
Octal12711562

Shades and tints

Shades of #574D32

#574D32
(87,77,50)
#50462E
(80,70,46)
#493F2A
(73,63,42)
#423826
(66,56,38)
#3B3122
(59,49,34)
#342A1E
(52,42,30)
#2D231A
(45,35,26)
#261C16
(38,28,22)
#1F1512
(31,21,18)
#180E0E
(24,14,14)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #574D32

#574D32
(87,77,50)
#665D44
(102,93,68)
#756D56
(117,109,86)
#847D68
(132,125,104)
#938D7A
(147,141,122)
#A29D8C
(162,157,140)
#B1AD9E
(177,173,158)
#C0BDB0
(192,189,176)
#CFCDC2
(207,205,194)
#DEDDD4
(222,221,212)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574D32; }

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

This text font color is #574D32.


Background Color

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

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

This div background color is #574D32.


Border color

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

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

This div border color is #574D32.


Opacity

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

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

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

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

This text has shadow with #574D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574D32 on black background.


Color preview on white background

This text has color #574D32 on white background.



Black color preview on #574D32 background

This text has black color on #574D32 background.


White color preview on #574D32 background

This text has white color on #574D32 background.