COLOR #574F43

HEX: #574F43
RGB: (87,79,67)

Color info

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

RGB color model

#574F43 color RGB value is (87,79,67).

  • red value is 87;
  • green value is 79;
  • blue value is 67.
RGB:
(87,79,67)
(34%,31%,26%)

RGB channels and saturation

R 87 of 255 = 34%
G 79 of 255 = 31%
B 67 of 255 = 26%

87
79
67

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

Portions of RGB colors in percentages

R + G + B =
87 + 79 + 67 = 233 (100%)
R 87 of 233 ~ 37.34%
G 79 of 233 ~ 33.91%
B 67 of 233 ~ 28.76%

%37.34
%33.91
%28.76

CMYK color model

#574F43 color CMYK value is (0,9,23,66).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 22.99%
  • key color value is 65.88%
CMYK:
(0,9,23,66)
C0M9Y23K66 
(0%,9%,23%,66%)
(0.00/0.09/0.23/0.66)	

CMYK percentages

%0
%9.2
%22.99
%65.88

Codes

Color #574F43 in popluar color models

574F43
RGB877967
HSL36°12.99%30.20%
HSB/HSV36°22.99%34.12%
CMYK0.00%9.20%22.99%
65.88%

Color #574F43 in popluar number systems.

HEX574F43
Decimal877967
Binary101011110011111000011
Octal127117103

Shades and tints

Shades of #574F43

#574F43
(87,79,67)
#50483D
(80,72,61)
#494137
(73,65,55)
#423A31
(66,58,49)
#3B332B
(59,51,43)
#342C25
(52,44,37)
#2D251F
(45,37,31)
#261E19
(38,30,25)
#1F1713
(31,23,19)
#18100D
(24,16,13)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #574F43

#574F43
(87,79,67)
#665F54
(102,95,84)
#756F65
(117,111,101)
#847F76
(132,127,118)
#938F87
(147,143,135)
#A29F98
(162,159,152)
#B1AFA9
(177,175,169)
#C0BFBA
(192,191,186)
#CFCFCB
(207,207,203)
#DEDFDC
(222,223,220)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574F43 color. Also use rgb(87,79,67) instead hex code.

Text Font Color

.myTextColor { color: #574F43; }

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

This text font color is #574F43.


Background Color

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

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

This div background color is #574F43.


Border color

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

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

This div border color is #574F43.


Opacity

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

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

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

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

This text has shadow with #574F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574F43 on black background.


Color preview on white background

This text has color #574F43 on white background.



Black color preview on #574F43 background

This text has black color on #574F43 background.


White color preview on #574F43 background

This text has white color on #574F43 background.