COLOR #574815

HEX: #574815
RGB: (87,72,21)

Color info

#574815 contains mainly red and green colors. Web safe color of #574815 is #663300 (or #630).

RGB color model

#574815 color RGB value is (87,72,21).

  • red value is 87;
  • green value is 72;
  • blue value is 21.
RGB:
(87,72,21)
(34%,28%,8%)

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 21 of 255 = 8%

87
72
21

R + G + B ~ 23%. #574815 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 21 = 180 (100%)
R 87 of 180 ~ 48.33%
G 72 of 180 ~ 40%
B 21 of 180 ~ 11.67%

%48.33
%40
%11.67

CMYK color model

#574815 color CMYK value is (0,17,76,66).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 75.86%
  • key color value is 65.88%
CMYK:
(0,17,76,66)
C0M17Y76K66 
(0%,17%,76%,66%)
(0.00/0.17/0.76/0.66)	

CMYK percentages

%0
%17.24
%75.86
%65.88

Codes

Color #574815 in popluar color models

574815
RGB877221
HSL46°61.11%21.18%
HSB/HSV46°75.86%34.12%
CMYK0.00%17.24%75.86%
65.88%

Color #574815 in popluar number systems.

HEX574815
Decimal877221
Binary1010111100100010101
Octal12711025

Shades and tints

Shades of #574815

#574815
(87,72,21)
#504214
(80,66,20)
#493C13
(73,60,19)
#423612
(66,54,18)
#3B3011
(59,48,17)
#342A10
(52,42,16)
#2D240F
(45,36,15)
#261E0E
(38,30,14)
#1F180D
(31,24,13)
#18120C
(24,18,12)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #574815

#574815
(87,72,21)
#66582A
(102,88,42)
#75683F
(117,104,63)
#847854
(132,120,84)
#938869
(147,136,105)
#A2987E
(162,152,126)
#B1A893
(177,168,147)
#C0B8A8
(192,184,168)
#CFC8BD
(207,200,189)
#DED8D2
(222,216,210)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574815 color. Also use rgb(87,72,21) instead hex code.

Text Font Color

.myTextColor { color: #574815; }

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

This text font color is #574815.


Background Color

.myBgColor { background-color: #574815; }

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

This div background color is #574815.


Border color

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

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

This div border color is #574815.


Opacity

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

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

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

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

This text has shadow with #574815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574815 on black background.


Color preview on white background

This text has color #574815 on white background.



Black color preview on #574815 background

This text has black color on #574815 background.


White color preview on #574815 background

This text has white color on #574815 background.