COLOR #84724A

HEX: #84724A
RGB: (132,114,74)

Color info

#84724A contains red, green and blue colors in about the same proportion. Web safe color of #84724A is #996633 (or #963).

RGB color model

#84724A color RGB value is (132,114,74).

  • red value is 132;
  • green value is 114;
  • blue value is 74.
RGB:
(132,114,74)
(52%,45%,29%)

RGB channels and saturation

R 132 of 255 = 52%
G 114 of 255 = 45%
B 74 of 255 = 29%

132
114
74

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

Portions of RGB colors in percentages

R + G + B =
132 + 114 + 74 = 320 (100%)
R 132 of 320 ~ 41.25%
G 114 of 320 ~ 35.63%
B 74 of 320 ~ 23.13%

%41.25
%35.63
%23.13

CMYK color model

#84724A color CMYK value is (0,14,44,48).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 43.94%
  • key color value is 48.24%
CMYK:
(0,14,44,48)
C0M14Y44K48 
(0%,14%,44%,48%)
(0.00/0.14/0.44/0.48)	

CMYK percentages

%0
%13.64
%43.94
%48.24

Codes

Color #84724A in popluar color models

84724A
RGB13211474
HSL41°28.16%40.39%
HSB/HSV41°43.94%51.76%
CMYK0.00%13.64%43.94%
48.24%

Color #84724A in popluar number systems.

HEX84724A
Decimal13211474
Binary1000010011100101001010
Octal204162112

Shades and tints

Shades of #84724A

#84724A
(132,114,74)
#786844
(120,104,68)
#6C5E3E
(108,94,62)
#605438
(96,84,56)
#544A32
(84,74,50)
#48402C
(72,64,44)
#3C3626
(60,54,38)
#302C20
(48,44,32)
#24221A
(36,34,26)
#181814
(24,24,20)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #84724A

#84724A
(132,114,74)
#8F7E5A
(143,126,90)
#9A8A6A
(154,138,106)
#A5967A
(165,150,122)
#B0A28A
(176,162,138)
#BBAE9A
(187,174,154)
#C6BAAA
(198,186,170)
#D1C6BA
(209,198,186)
#DCD2CA
(220,210,202)
#E7DEDA
(231,222,218)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84724A color. Also use rgb(132,114,74) instead hex code.

Text Font Color

.myTextColor { color: #84724A; }

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

This text font color is #84724A.


Background Color

.myBgColor { background-color: #84724A; }

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

This div background color is #84724A.


Border color

.myBorderColor { border: 1px solid #84724A; }

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

This div border color is #84724A.


Opacity

.myOpacity80 { color: #84724A; opacity: 0.8; }

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

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

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

This text has shadow with #84724A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84724A on black background.


Color preview on white background

This text has color #84724A on white background.



Black color preview on #84724A background

This text has black color on #84724A background.


White color preview on #84724A background

This text has white color on #84724A background.