COLOR #574714

HEX: #574714
RGB: (87,71,20)

Color info

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

RGB color model

#574714 color RGB value is (87,71,20).

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

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 20 of 255 = 8%

87
71
20

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

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 20 = 178 (100%)
R 87 of 178 ~ 48.88%
G 71 of 178 ~ 39.89%
B 20 of 178 ~ 11.24%

%48.88
%39.89
%11.24

CMYK color model

#574714 color CMYK value is (0,18,77,66).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 77.01%
  • key color value is 65.88%
CMYK:
(0,18,77,66)
C0M18Y77K66 
(0%,18%,77%,66%)
(0.00/0.18/0.77/0.66)	

CMYK percentages

%0
%18.39
%77.01
%65.88

Codes

Color #574714 in popluar color models

574714
RGB877120
HSL46°62.62%20.98%
HSB/HSV46°77.01%34.12%
CMYK0.00%18.39%77.01%
65.88%

Color #574714 in popluar number systems.

HEX574714
Decimal877120
Binary1010111100011110100
Octal12710724

Shades and tints

Shades of #574714

#574714
(87,71,20)
#504113
(80,65,19)
#493B12
(73,59,18)
#423511
(66,53,17)
#3B2F10
(59,47,16)
#34290F
(52,41,15)
#2D230E
(45,35,14)
#261D0D
(38,29,13)
#1F170C
(31,23,12)
#18110B
(24,17,11)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #574714

#574714
(87,71,20)
#665729
(102,87,41)
#75673E
(117,103,62)
#847753
(132,119,83)
#938768
(147,135,104)
#A2977D
(162,151,125)
#B1A792
(177,167,146)
#C0B7A7
(192,183,167)
#CFC7BC
(207,199,188)
#DED7D1
(222,215,209)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574714; }

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

This text font color is #574714.


Background Color

.myBgColor { background-color: #574714; }

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

This div background color is #574714.


Border color

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

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

This div border color is #574714.


Opacity

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

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

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

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

This text has shadow with #574714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574714 on black background.


Color preview on white background

This text has color #574714 on white background.



Black color preview on #574714 background

This text has black color on #574714 background.


White color preview on #574714 background

This text has white color on #574714 background.