COLOR #574912

HEX: #574912
RGB: (87,73,18)

Color info

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

RGB color model

#574912 color RGB value is (87,73,18).

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

RGB channels and saturation

R 87 of 255 = 34%
G 73 of 255 = 29%
B 18 of 255 = 7%

87
73
18

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

Portions of RGB colors in percentages

R + G + B =
87 + 73 + 18 = 178 (100%)
R 87 of 178 ~ 48.88%
G 73 of 178 ~ 41.01%
B 18 of 178 ~ 10.11%

%48.88
%41.01
%10.11

CMYK color model

#574912 color CMYK value is (0,16,79,66).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 79.31%
  • key color value is 65.88%
CMYK:
(0,16,79,66)
C0M16Y79K66 
(0%,16%,79%,66%)
(0.00/0.16/0.79/0.66)	

CMYK percentages

%0
%16.09
%79.31
%65.88

Codes

Color #574912 in popluar color models

574912
RGB877318
HSL48°65.71%20.59%
HSB/HSV48°79.31%34.12%
CMYK0.00%16.09%79.31%
65.88%

Color #574912 in popluar number systems.

HEX574912
Decimal877318
Binary1010111100100110010
Octal12711122

Shades and tints

Shades of #574912

#574912
(87,73,18)
#504311
(80,67,17)
#493D10
(73,61,16)
#42370F
(66,55,15)
#3B310E
(59,49,14)
#342B0D
(52,43,13)
#2D250C
(45,37,12)
#261F0B
(38,31,11)
#1F190A
(31,25,10)
#181309
(24,19,9)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #574912

#574912
(87,73,18)
#665927
(102,89,39)
#75693C
(117,105,60)
#847951
(132,121,81)
#938966
(147,137,102)
#A2997B
(162,153,123)
#B1A990
(177,169,144)
#C0B9A5
(192,185,165)
#CFC9BA
(207,201,186)
#DED9CF
(222,217,207)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574912; }

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

This text font color is #574912.


Background Color

.myBgColor { background-color: #574912; }

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

This div background color is #574912.


Border color

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

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

This div border color is #574912.


Opacity

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

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

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

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

This text has shadow with #574912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574912 on black background.


Color preview on white background

This text has color #574912 on white background.



Black color preview on #574912 background

This text has black color on #574912 background.


White color preview on #574912 background

This text has white color on #574912 background.