COLOR #805713

HEX: #805713
RGB: (128,87,19)

Color info

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

RGB color model

#805713 color RGB value is (128,87,19).

  • red value is 128;
  • green value is 87;
  • blue value is 19.
RGB:
(128,87,19)
(50%,34%,7%)

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 19 of 255 = 7%

128
87
19

R + G + B ~ 30%. #805713 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 87 + 19 = 234 (100%)
R 128 of 234 ~ 54.7%
G 87 of 234 ~ 37.18%
B 19 of 234 ~ 8.12%

%54.7
%37.18

CMYK color model

#805713 color CMYK value is (0,32,85,50).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 85.16%
  • key color value is 49.80%
CMYK:
(0,32,85,50)
C0M32Y85K50 
(0%,32%,85%,50%)
(0.00/0.32/0.85/0.50)	

CMYK percentages

%0
%32.03
%85.16
%49.8

Codes

Color #805713 in popluar color models

805713
RGB1288719
HSL37°74.15%28.82%
HSB/HSV37°85.16%50.20%
CMYK0.00%32.03%85.16%
49.80%

Color #805713 in popluar number systems.

HEX805713
Decimal1288719
Binary10000000101011110011
Octal20012723

Shades and tints

Shades of #805713

#805713
(128,87,19)
#755012
(117,80,18)
#6A4911
(106,73,17)
#5F4210
(95,66,16)
#543B0F
(84,59,15)
#49340E
(73,52,14)
#3E2D0D
(62,45,13)
#33260C
(51,38,12)
#281F0B
(40,31,11)
#1D180A
(29,24,10)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #805713

#805713
(128,87,19)
#8B6628
(139,102,40)
#96753D
(150,117,61)
#A18452
(161,132,82)
#AC9367
(172,147,103)
#B7A27C
(183,162,124)
#C2B191
(194,177,145)
#CDC0A6
(205,192,166)
#D8CFBB
(216,207,187)
#E3DED0
(227,222,208)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805713 color. Also use rgb(128,87,19) instead hex code.

Text Font Color

.myTextColor { color: #805713; }

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

This text font color is #805713.


Background Color

.myBgColor { background-color: #805713; }

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

This div background color is #805713.


Border color

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

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

This div border color is #805713.


Opacity

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

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

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

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

This text has shadow with #805713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805713 on black background.


Color preview on white background

This text has color #805713 on white background.



Black color preview on #805713 background

This text has black color on #805713 background.


White color preview on #805713 background

This text has white color on #805713 background.