COLOR #574819

HEX: #574819
RGB: (87,72,25)

Color info

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

RGB color model

#574819 color RGB value is (87,72,25).

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

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 25 of 255 = 10%

87
72
25

R + G + B ~ 24%. #574819 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 25 = 184 (100%)
R 87 of 184 ~ 47.28%
G 72 of 184 ~ 39.13%
B 25 of 184 ~ 13.59%

%47.28
%39.13
%13.59

CMYK color model

#574819 color CMYK value is (0,17,71,66).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 71.26%
  • key color value is 65.88%
CMYK:
(0,17,71,66)
C0M17Y71K66 
(0%,17%,71%,66%)
(0.00/0.17/0.71/0.66)	

CMYK percentages

%0
%17.24
%71.26
%65.88

Codes

Color #574819 in popluar color models

574819
RGB877225
HSL45°55.36%21.96%
HSB/HSV45°71.26%34.12%
CMYK0.00%17.24%71.26%
65.88%

Color #574819 in popluar number systems.

HEX574819
Decimal877225
Binary1010111100100011001
Octal12711031

Shades and tints

Shades of #574819

#574819
(87,72,25)
#504217
(80,66,23)
#493C15
(73,60,21)
#423613
(66,54,19)
#3B3011
(59,48,17)
#342A0F
(52,42,15)
#2D240D
(45,36,13)
#261E0B
(38,30,11)
#1F1809
(31,24,9)
#181207
(24,18,7)
#110C05
(17,12,5)
#000000
(0,0,0)

Tints of #574819

#574819
(87,72,25)
#66582D
(102,88,45)
#756841
(117,104,65)
#847855
(132,120,85)
#938869
(147,136,105)
#A2987D
(162,152,125)
#B1A891
(177,168,145)
#C0B8A5
(192,184,165)
#CFC8B9
(207,200,185)
#DED8CD
(222,216,205)
#EDE8E1
(237,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574819; }

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

This text font color is #574819.


Background Color

.myBgColor { background-color: #574819; }

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

This div background color is #574819.


Border color

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

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

This div border color is #574819.


Opacity

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

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

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

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

This text has shadow with #574819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574819 on black background.


Color preview on white background

This text has color #574819 on white background.



Black color preview on #574819 background

This text has black color on #574819 background.


White color preview on #574819 background

This text has white color on #574819 background.