COLOR #84736B

HEX: #84736B
RGB: (132,115,107)

Color info

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

RGB color model

#84736B color RGB value is (132,115,107).

  • red value is 132;
  • green value is 115;
  • blue value is 107.
RGB:
(132,115,107)
(52%,45%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 115 of 255 = 45%
B 107 of 255 = 42%

132
115
107

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

Portions of RGB colors in percentages

R + G + B =
132 + 115 + 107 = 354 (100%)
R 132 of 354 ~ 37.29%
G 115 of 354 ~ 32.49%
B 107 of 354 ~ 30.23%

%37.29
%32.49
%30.23

CMYK color model

#84736B color CMYK value is (0,13,19,48).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(0,13,19,48)
C0M13Y19K48 
(0%,13%,19%,48%)
(0.00/0.13/0.19/0.48)	

CMYK percentages

%0
%12.88
%18.94
%48.24

Codes

Color #84736B in popluar color models

84736B
RGB132115107
HSL19°10.46%46.86%
HSB/HSV19°18.94%51.76%
CMYK0.00%12.88%18.94%
48.24%

Color #84736B in popluar number systems.

HEX84736B
Decimal132115107
Binary1000010011100111101011
Octal204163153

Shades and tints

Shades of #84736B

#84736B
(132,115,107)
#786962
(120,105,98)
#6C5F59
(108,95,89)
#605550
(96,85,80)
#544B47
(84,75,71)
#48413E
(72,65,62)
#3C3735
(60,55,53)
#302D2C
(48,45,44)
#242323
(36,35,35)
#18191A
(24,25,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #84736B

#84736B
(132,115,107)
#8F7F78
(143,127,120)
#9A8B85
(154,139,133)
#A59792
(165,151,146)
#B0A39F
(176,163,159)
#BBAFAC
(187,175,172)
#C6BBB9
(198,187,185)
#D1C7C6
(209,199,198)
#DCD3D3
(220,211,211)
#E7DFE0
(231,223,224)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84736B color. Also use rgb(132,115,107) instead hex code.

Text Font Color

.myTextColor { color: #84736B; }

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

This text font color is #84736B.


Background Color

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

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

This div background color is #84736B.


Border color

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

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

This div border color is #84736B.


Opacity

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

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

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

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

This text has shadow with #84736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84736B on black background.


Color preview on white background

This text has color #84736B on white background.



Black color preview on #84736B background

This text has black color on #84736B background.


White color preview on #84736B background

This text has white color on #84736B background.