COLOR #84836E

HEX: #84836E
RGB: (132,131,110)

Color info

#84836E contains red, green and blue colors in about the same proportion. Web safe color of #84836E is #999966 (or #996).

RGB color model

#84836E color RGB value is (132,131,110).

  • red value is 132;
  • green value is 131;
  • blue value is 110.
RGB:
(132,131,110)
(52%,51%,43%)

RGB channels and saturation

R 132 of 255 = 52%
G 131 of 255 = 51%
B 110 of 255 = 43%

132
131
110

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

Portions of RGB colors in percentages

R + G + B =
132 + 131 + 110 = 373 (100%)
R 132 of 373 ~ 35.39%
G 131 of 373 ~ 35.12%
B 110 of 373 ~ 29.49%

%35.39
%35.12
%29.49

CMYK color model

#84836E color CMYK value is (0,1,17,48).

  • cyan value is 0.00%
  • magenta value is 0.76%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(0,1,17,48)
C0M1Y17K48 
(0%,1%,17%,48%)
(0.00/0.01/0.17/0.48)	

CMYK percentages

%0
%0.76
%16.67
%48.24

Codes

Color #84836E in popluar color models

84836E
RGB132131110
HSL57°9.09%47.45%
HSB/HSV57°16.67%51.76%
CMYK0.00%0.76%16.67%
48.24%

Color #84836E in popluar number systems.

HEX84836E
Decimal132131110
Binary10000100100000111101110
Octal204203156

Shades and tints

Shades of #84836E

#84836E
(132,131,110)
#787864
(120,120,100)
#6C6D5A
(108,109,90)
#606250
(96,98,80)
#545746
(84,87,70)
#484C3C
(72,76,60)
#3C4132
(60,65,50)
#303628
(48,54,40)
#242B1E
(36,43,30)
#182014
(24,32,20)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #84836E

#84836E
(132,131,110)
#8F8E7B
(143,142,123)
#9A9988
(154,153,136)
#A5A495
(165,164,149)
#B0AFA2
(176,175,162)
#BBBAAF
(187,186,175)
#C6C5BC
(198,197,188)
#D1D0C9
(209,208,201)
#DCDBD6
(220,219,214)
#E7E6E3
(231,230,227)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84836E color. Also use rgb(132,131,110) instead hex code.

Text Font Color

.myTextColor { color: #84836E; }

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

This text font color is #84836E.


Background Color

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

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

This div background color is #84836E.


Border color

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

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

This div border color is #84836E.


Opacity

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

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

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

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

This text has shadow with #84836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84836E on black background.


Color preview on white background

This text has color #84836E on white background.



Black color preview on #84836E background

This text has black color on #84836E background.


White color preview on #84836E background

This text has white color on #84836E background.