COLOR #804702

HEX: #804702
RGB: (128,71,2)

Color info

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

RGB color model

#804702 color RGB value is (128,71,2).

  • red value is 128;
  • green value is 71;
  • blue value is 2.
RGB:
(128,71,2)
(50%,28%,1%)

RGB channels and saturation

R 128 of 255 = 50%
G 71 of 255 = 28%
B 2 of 255 = 1%

128
71
2

R + G + B ~ 26%. #804702 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 71 + 2 = 201 (100%)
R 128 of 201 ~ 63.68%
G 71 of 201 ~ 35.32%
B 2 of 201 ~ 1%

%63.68
%35.32

CMYK color model

#804702 color CMYK value is (0,45,98,50).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 98.44%
  • key color value is 49.80%
CMYK:
(0,45,98,50)
C0M45Y98K50 
(0%,45%,98%,50%)
(0.00/0.45/0.98/0.50)	

CMYK percentages

%0
%44.53
%98.44
%49.8

Codes

Color #804702 in popluar color models

804702
RGB128712
HSL33°96.92%25.49%
HSB/HSV33°98.44%50.20%
CMYK0.00%44.53%98.44%
49.80%

Color #804702 in popluar number systems.

HEX804702
Decimal128712
Binary10000000100011110
Octal2001072

Shades and tints

Shades of #804702

#804702
(128,71,2)
#754102
(117,65,2)
#6A3B02
(106,59,2)
#5F3502
(95,53,2)
#542F02
(84,47,2)
#492902
(73,41,2)
#3E2302
(62,35,2)
#331D02
(51,29,2)
#281702
(40,23,2)
#1D1102
(29,17,2)
#120B02
(18,11,2)
#000000
(0,0,0)

Tints of #804702

#804702
(128,71,2)
#8B5719
(139,87,25)
#966730
(150,103,48)
#A17747
(161,119,71)
#AC875E
(172,135,94)
#B79775
(183,151,117)
#C2A78C
(194,167,140)
#CDB7A3
(205,183,163)
#D8C7BA
(216,199,186)
#E3D7D1
(227,215,209)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804702 color. Also use rgb(128,71,2) instead hex code.

Text Font Color

.myTextColor { color: #804702; }

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

This text font color is #804702.


Background Color

.myBgColor { background-color: #804702; }

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

This div background color is #804702.


Border color

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

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

This div border color is #804702.


Opacity

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

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

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

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

This text has shadow with #804702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804702 on black background.


Color preview on white background

This text has color #804702 on white background.



Black color preview on #804702 background

This text has black color on #804702 background.


White color preview on #804702 background

This text has white color on #804702 background.