COLOR #574C49

HEX: #574C49
RGB: (87,76,73)

Color info

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

RGB color model

#574C49 color RGB value is (87,76,73).

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

RGB channels and saturation

R 87 of 255 = 34%
G 76 of 255 = 30%
B 73 of 255 = 29%

87
76
73

R + G + B ~ 31%. #574C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 76 + 73 = 236 (100%)
R 87 of 236 ~ 36.86%
G 76 of 236 ~ 32.2%
B 73 of 236 ~ 30.93%

%36.86
%32.2
%30.93

CMYK color model

#574C49 color CMYK value is (0,13,16,66).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(0,13,16,66)
C0M13Y16K66 
(0%,13%,16%,66%)
(0.00/0.13/0.16/0.66)	

CMYK percentages

%0
%12.64
%16.09
%65.88

Codes

Color #574C49 in popluar color models

574C49
RGB877673
HSL13°8.75%31.37%
HSB/HSV13°16.09%34.12%
CMYK0.00%12.64%16.09%
65.88%

Color #574C49 in popluar number systems.

HEX574C49
Decimal877673
Binary101011110011001001001
Octal127114111

Shades and tints

Shades of #574C49

#574C49
(87,76,73)
#504643
(80,70,67)
#49403D
(73,64,61)
#423A37
(66,58,55)
#3B3431
(59,52,49)
#342E2B
(52,46,43)
#2D2825
(45,40,37)
#26221F
(38,34,31)
#1F1C19
(31,28,25)
#181613
(24,22,19)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #574C49

#574C49
(87,76,73)
#665C59
(102,92,89)
#756C69
(117,108,105)
#847C79
(132,124,121)
#938C89
(147,140,137)
#A29C99
(162,156,153)
#B1ACA9
(177,172,169)
#C0BCB9
(192,188,185)
#CFCCC9
(207,204,201)
#DEDCD9
(222,220,217)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574C49; }

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

This text font color is #574C49.


Background Color

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

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

This div background color is #574C49.


Border color

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

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

This div border color is #574C49.


Opacity

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

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

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

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

This text has shadow with #574C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574C49 on black background.


Color preview on white background

This text has color #574C49 on white background.



Black color preview on #574C49 background

This text has black color on #574C49 background.


White color preview on #574C49 background

This text has white color on #574C49 background.