COLOR #84736C

HEX: #84736C
RGB: (132,115,108)

Color info

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

RGB color model

#84736C color RGB value is (132,115,108).

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

RGB channels and saturation

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

132
115
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 115 + 108 = 355 (100%)
R 132 of 355 ~ 37.18%
G 115 of 355 ~ 32.39%
B 108 of 355 ~ 30.42%

%37.18
%32.39
%30.42

CMYK color model

#84736C color CMYK value is (0,13,18,48).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK:
(0,13,18,48)
C0M13Y18K48 
(0%,13%,18%,48%)
(0.00/0.13/0.18/0.48)	

CMYK percentages

%0
%12.88
%18.18
%48.24

Codes

Color #84736C in popluar color models

84736C
RGB132115108
HSL18°10.00%47.06%
HSB/HSV18°18.18%51.76%
CMYK0.00%12.88%18.18%
48.24%

Color #84736C in popluar number systems.

HEX84736C
Decimal132115108
Binary1000010011100111101100
Octal204163154

Shades and tints

Shades of #84736C

#84736C
(132,115,108)
#786963
(120,105,99)
#6C5F5A
(108,95,90)
#605551
(96,85,81)
#544B48
(84,75,72)
#48413F
(72,65,63)
#3C3736
(60,55,54)
#302D2D
(48,45,45)
#242324
(36,35,36)
#18191B
(24,25,27)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #84736C

#84736C
(132,115,108)
#8F7F79
(143,127,121)
#9A8B86
(154,139,134)
#A59793
(165,151,147)
#B0A3A0
(176,163,160)
#BBAFAD
(187,175,173)
#C6BBBA
(198,187,186)
#D1C7C7
(209,199,199)
#DCD3D4
(220,211,212)
#E7DFE1
(231,223,225)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84736C; }

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

This text font color is #84736C.


Background Color

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

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

This div background color is #84736C.


Border color

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

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

This div border color is #84736C.


Opacity

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

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

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

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

This text has shadow with #84736C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84736C on black background.


Color preview on white background

This text has color #84736C on white background.



Black color preview on #84736C background

This text has black color on #84736C background.


White color preview on #84736C background

This text has white color on #84736C background.