COLOR #574D34

HEX: #574D34
RGB: (87,77,52)

Color info

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

RGB color model

#574D34 color RGB value is (87,77,52).

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

RGB channels and saturation

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

87
77
52

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

Portions of RGB colors in percentages

R + G + B =
87 + 77 + 52 = 216 (100%)
R 87 of 216 ~ 40.28%
G 77 of 216 ~ 35.65%
B 52 of 216 ~ 24.07%

%40.28
%35.65
%24.07

CMYK color model

#574D34 color CMYK value is (0,11,40,66).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 40.23%
  • key color value is 65.88%
CMYK:
(0,11,40,66)
C0M11Y40K66 
(0%,11%,40%,66%)
(0.00/0.11/0.40/0.66)	

CMYK percentages

%0
%11.49
%40.23
%65.88

Codes

Color #574D34 in popluar color models

574D34
RGB877752
HSL43°25.18%27.25%
HSB/HSV43°40.23%34.12%
CMYK0.00%11.49%40.23%
65.88%

Color #574D34 in popluar number systems.

HEX574D34
Decimal877752
Binary10101111001101110100
Octal12711564

Shades and tints

Shades of #574D34

#574D34
(87,77,52)
#504630
(80,70,48)
#493F2C
(73,63,44)
#423828
(66,56,40)
#3B3124
(59,49,36)
#342A20
(52,42,32)
#2D231C
(45,35,28)
#261C18
(38,28,24)
#1F1514
(31,21,20)
#180E10
(24,14,16)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #574D34

#574D34
(87,77,52)
#665D46
(102,93,70)
#756D58
(117,109,88)
#847D6A
(132,125,106)
#938D7C
(147,141,124)
#A29D8E
(162,157,142)
#B1ADA0
(177,173,160)
#C0BDB2
(192,189,178)
#CFCDC4
(207,205,196)
#DEDDD6
(222,221,214)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574D34; }

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

This text font color is #574D34.


Background Color

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

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

This div background color is #574D34.


Border color

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

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

This div border color is #574D34.


Opacity

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

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

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

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

This text has shadow with #574D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574D34 on black background.


Color preview on white background

This text has color #574D34 on white background.



Black color preview on #574D34 background

This text has black color on #574D34 background.


White color preview on #574D34 background

This text has white color on #574D34 background.