COLOR #84725B

HEX: #84725B
RGB: (132,114,91)

Color info

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

RGB color model

#84725B color RGB value is (132,114,91).

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

RGB channels and saturation

R 132 of 255 = 52%
G 114 of 255 = 45%
B 91 of 255 = 36%

132
114
91

R + G + B ~ 44%. #84725B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 114 + 91 = 337 (100%)
R 132 of 337 ~ 39.17%
G 114 of 337 ~ 33.83%
B 91 of 337 ~ 27%

%39.17
%33.83
%27

CMYK color model

#84725B color CMYK value is (0,14,31,48).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 31.06%
  • key color value is 48.24%
CMYK:
(0,14,31,48)
C0M14Y31K48 
(0%,14%,31%,48%)
(0.00/0.14/0.31/0.48)	

CMYK percentages

%0
%13.64
%31.06
%48.24

Codes

Color #84725B in popluar color models

84725B
RGB13211491
HSL34°18.39%43.73%
HSB/HSV34°31.06%51.76%
CMYK0.00%13.64%31.06%
48.24%

Color #84725B in popluar number systems.

HEX84725B
Decimal13211491
Binary1000010011100101011011
Octal204162133

Shades and tints

Shades of #84725B

#84725B
(132,114,91)
#786853
(120,104,83)
#6C5E4B
(108,94,75)
#605443
(96,84,67)
#544A3B
(84,74,59)
#484033
(72,64,51)
#3C362B
(60,54,43)
#302C23
(48,44,35)
#24221B
(36,34,27)
#181813
(24,24,19)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #84725B

#84725B
(132,114,91)
#8F7E69
(143,126,105)
#9A8A77
(154,138,119)
#A59685
(165,150,133)
#B0A293
(176,162,147)
#BBAEA1
(187,174,161)
#C6BAAF
(198,186,175)
#D1C6BD
(209,198,189)
#DCD2CB
(220,210,203)
#E7DED9
(231,222,217)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84725B color. Also use rgb(132,114,91) instead hex code.

Text Font Color

.myTextColor { color: #84725B; }

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

This text font color is #84725B.


Background Color

.myBgColor { background-color: #84725B; }

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

This div background color is #84725B.


Border color

.myBorderColor { border: 1px solid #84725B; }

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

This div border color is #84725B.


Opacity

.myOpacity80 { color: #84725B; opacity: 0.8; }

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

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

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

This text has shadow with #84725B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84725B on black background.


Color preview on white background

This text has color #84725B on white background.



Black color preview on #84725B background

This text has black color on #84725B background.


White color preview on #84725B background

This text has white color on #84725B background.