COLOR #84714E

HEX: #84714E
RGB: (132,113,78)

Color info

#84714E contains red, green and blue colors in about the same proportion. Web safe color of #84714E is #996666 (or #966).

RGB color model

#84714E color RGB value is (132,113,78).

  • red value is 132;
  • green value is 113;
  • blue value is 78.
RGB:
(132,113,78)
(52%,44%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 113 of 255 = 44%
B 78 of 255 = 31%

132
113
78

R + G + B ~ 42%. #84714E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 113 + 78 = 323 (100%)
R 132 of 323 ~ 40.87%
G 113 of 323 ~ 34.98%
B 78 of 323 ~ 24.15%

%40.87
%34.98
%24.15

CMYK color model

#84714E color CMYK value is (0,14,41,48).

  • cyan value is 0.00%
  • magenta value is 14.39%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK:
(0,14,41,48)
C0M14Y41K48 
(0%,14%,41%,48%)
(0.00/0.14/0.41/0.48)	

CMYK percentages

%0
%14.39
%40.91
%48.24

Codes

Color #84714E in popluar color models

84714E
RGB13211378
HSL39°25.71%41.18%
HSB/HSV39°40.91%51.76%
CMYK0.00%14.39%40.91%
48.24%

Color #84714E in popluar number systems.

HEX84714E
Decimal13211378
Binary1000010011100011001110
Octal204161116

Shades and tints

Shades of #84714E

#84714E
(132,113,78)
#786747
(120,103,71)
#6C5D40
(108,93,64)
#605339
(96,83,57)
#544932
(84,73,50)
#483F2B
(72,63,43)
#3C3524
(60,53,36)
#302B1D
(48,43,29)
#242116
(36,33,22)
#18170F
(24,23,15)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #84714E

#84714E
(132,113,78)
#8F7D5E
(143,125,94)
#9A896E
(154,137,110)
#A5957E
(165,149,126)
#B0A18E
(176,161,142)
#BBAD9E
(187,173,158)
#C6B9AE
(198,185,174)
#D1C5BE
(209,197,190)
#DCD1CE
(220,209,206)
#E7DDDE
(231,221,222)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84714E color. Also use rgb(132,113,78) instead hex code.

Text Font Color

.myTextColor { color: #84714E; }

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

This text font color is #84714E.


Background Color

.myBgColor { background-color: #84714E; }

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

This div background color is #84714E.


Border color

.myBorderColor { border: 1px solid #84714E; }

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

This div border color is #84714E.


Opacity

.myOpacity80 { color: #84714E; opacity: 0.8; }

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

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

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

This text has shadow with #84714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84714E on black background.


Color preview on white background

This text has color #84714E on white background.



Black color preview on #84714E background

This text has black color on #84714E background.


White color preview on #84714E background

This text has white color on #84714E background.