COLOR #574743

HEX: #574743
RGB: (87,71,67)

Color info

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

RGB color model

#574743 color RGB value is (87,71,67).

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

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 67 of 255 = 26%

87
71
67

R + G + B ~ 29%. #574743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 67 = 225 (100%)
R 87 of 225 ~ 38.67%
G 71 of 225 ~ 31.56%
B 67 of 225 ~ 29.78%

%38.67
%31.56
%29.78

CMYK color model

#574743 color CMYK value is (0,18,23,66).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 22.99%
  • key color value is 65.88%
CMYK:
(0,18,23,66)
C0M18Y23K66 
(0%,18%,23%,66%)
(0.00/0.18/0.23/0.66)	

CMYK percentages

%0
%18.39
%22.99
%65.88

Codes

Color #574743 in popluar color models

574743
RGB877167
HSL12°12.99%30.20%
HSB/HSV12°22.99%34.12%
CMYK0.00%18.39%22.99%
65.88%

Color #574743 in popluar number systems.

HEX574743
Decimal877167
Binary101011110001111000011
Octal127107103

Shades and tints

Shades of #574743

#574743
(87,71,67)
#50413D
(80,65,61)
#493B37
(73,59,55)
#423531
(66,53,49)
#3B2F2B
(59,47,43)
#342925
(52,41,37)
#2D231F
(45,35,31)
#261D19
(38,29,25)
#1F1713
(31,23,19)
#18110D
(24,17,13)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #574743

#574743
(87,71,67)
#665754
(102,87,84)
#756765
(117,103,101)
#847776
(132,119,118)
#938787
(147,135,135)
#A29798
(162,151,152)
#B1A7A9
(177,167,169)
#C0B7BA
(192,183,186)
#CFC7CB
(207,199,203)
#DED7DC
(222,215,220)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574743; }

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

This text font color is #574743.


Background Color

.myBgColor { background-color: #574743; }

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

This div background color is #574743.


Border color

.myBorderColor { border: 1px solid #574743; }

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

This div border color is #574743.


Opacity

.myOpacity80 { color: #574743; opacity: 0.8; }

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

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

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

This text has shadow with #574743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574743 on black background.


Color preview on white background

This text has color #574743 on white background.



Black color preview on #574743 background

This text has black color on #574743 background.


White color preview on #574743 background

This text has white color on #574743 background.