COLOR #84702D

HEX: #84702D
RGB: (132,112,45)

Color info

#84702D contains mainly red and green colors. Web safe color of #84702D is #996633 (or #963).

RGB color model

#84702D color RGB value is (132,112,45).

  • red value is 132;
  • green value is 112;
  • blue value is 45.
RGB:
(132,112,45)
(52%,44%,18%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 45 of 255 = 18%

132
112
45

R + G + B ~ 38%. #84702D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 112 + 45 = 289 (100%)
R 132 of 289 ~ 45.67%
G 112 of 289 ~ 38.75%
B 45 of 289 ~ 15.57%

%45.67
%38.75
%15.57

CMYK color model

#84702D color CMYK value is (0,15,66,48).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 65.91%
  • key color value is 48.24%
CMYK:
(0,15,66,48)
C0M15Y66K48 
(0%,15%,66%,48%)
(0.00/0.15/0.66/0.48)	

CMYK percentages

%0
%15.15
%65.91
%48.24

Codes

Color #84702D in popluar color models

84702D
RGB13211245
HSL46°49.15%34.71%
HSB/HSV46°65.91%51.76%
CMYK0.00%15.15%65.91%
48.24%

Color #84702D in popluar number systems.

HEX84702D
Decimal13211245
Binary100001001110000101101
Octal20416055

Shades and tints

Shades of #84702D

#84702D
(132,112,45)
#786629
(120,102,41)
#6C5C25
(108,92,37)
#605221
(96,82,33)
#54481D
(84,72,29)
#483E19
(72,62,25)
#3C3415
(60,52,21)
#302A11
(48,42,17)
#24200D
(36,32,13)
#181609
(24,22,9)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #84702D

#84702D
(132,112,45)
#8F7D40
(143,125,64)
#9A8A53
(154,138,83)
#A59766
(165,151,102)
#B0A479
(176,164,121)
#BBB18C
(187,177,140)
#C6BE9F
(198,190,159)
#D1CBB2
(209,203,178)
#DCD8C5
(220,216,197)
#E7E5D8
(231,229,216)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84702D color. Also use rgb(132,112,45) instead hex code.

Text Font Color

.myTextColor { color: #84702D; }

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

This text font color is #84702D.


Background Color

.myBgColor { background-color: #84702D; }

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

This div background color is #84702D.


Border color

.myBorderColor { border: 1px solid #84702D; }

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

This div border color is #84702D.


Opacity

.myOpacity80 { color: #84702D; opacity: 0.8; }

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

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

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

This text has shadow with #84702D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84702D on black background.


Color preview on white background

This text has color #84702D on white background.



Black color preview on #84702D background

This text has black color on #84702D background.


White color preview on #84702D background

This text has white color on #84702D background.