COLOR #576414

HEX: #576414
RGB: (87,100,20)

Color info

#576414 contains mainly red and green colors. Web safe color of #576414 is #666600 (or #660).

RGB color model

#576414 color RGB value is (87,100,20).

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

RGB channels and saturation

R 87 of 255 = 34%
G 100 of 255 = 39%
B 20 of 255 = 8%

87
100
20

R + G + B ~ 27%. #576414 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 100 + 20 = 207 (100%)
R 87 of 207 ~ 42.03%
G 100 of 207 ~ 48.31%
B 20 of 207 ~ 9.66%

%42.03
%48.31
%9.66

CMYK color model

#576414 color CMYK value is (13,0,80,61).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 60.78%
CMYK:
(13,0,80,61)
C13M0Y80K61 
(13%,0%,80%,61%)
(0.13/0.00/0.80/0.61)	

CMYK percentages

%13
%0
%80
%60.78

Codes

Color #576414 in popluar color models

576414
RGB8710020
HSL70°66.67%23.53%
HSB/HSV70°80.00%39.22%
CMYK13.00%0.00%80.00%
60.78%

Color #576414 in popluar number systems.

HEX576414
Decimal8710020
Binary1010111110010010100
Octal12714424

Shades and tints

Shades of #576414

#576414
(87,100,20)
#505B13
(80,91,19)
#495212
(73,82,18)
#424911
(66,73,17)
#3B4010
(59,64,16)
#34370F
(52,55,15)
#2D2E0E
(45,46,14)
#26250D
(38,37,13)
#1F1C0C
(31,28,12)
#18130B
(24,19,11)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #576414

#576414
(87,100,20)
#667229
(102,114,41)
#75803E
(117,128,62)
#848E53
(132,142,83)
#939C68
(147,156,104)
#A2AA7D
(162,170,125)
#B1B892
(177,184,146)
#C0C6A7
(192,198,167)
#CFD4BC
(207,212,188)
#DEE2D1
(222,226,209)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576414; }

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

This text font color is #576414.


Background Color

.myBgColor { background-color: #576414; }

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

This div background color is #576414.


Border color

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

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

This div border color is #576414.


Opacity

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

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

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

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

This text has shadow with #576414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576414 on black background.


Color preview on white background

This text has color #576414 on white background.



Black color preview on #576414 background

This text has black color on #576414 background.


White color preview on #576414 background

This text has white color on #576414 background.