COLOR #84817F

HEX: #84817F
RGB: (132,129,127)

Color info

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

RGB color model

#84817F color RGB value is (132,129,127).

  • red value is 132;
  • green value is 129;
  • blue value is 127.
RGB:
(132,129,127)
(52%,51%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 127 of 255 = 50%

132
129
127

R + G + B ~ 51%. #84817F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 127 = 388 (100%)
R 132 of 388 ~ 34.02%
G 129 of 388 ~ 33.25%
B 127 of 388 ~ 32.73%

%34.02
%33.25
%32.73

CMYK color model

#84817F color CMYK value is (0,2,4,48).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(0,2,4,48)
C0M2Y4K48 
(0%,2%,4%,48%)
(0.00/0.02/0.04/0.48)	

CMYK percentages

%0
%2.27
%3.79
%48.24

Codes

Color #84817F in popluar color models

84817F
RGB132129127
HSL24°1.99%50.78%
HSB/HSV24°3.79%51.76%
CMYK0.00%2.27%3.79%
48.24%

Color #84817F in popluar number systems.

HEX84817F
Decimal132129127
Binary10000100100000011111111
Octal204201177

Shades and tints

Shades of #84817F

#84817F
(132,129,127)
#787674
(120,118,116)
#6C6B69
(108,107,105)
#60605E
(96,96,94)
#545553
(84,85,83)
#484A48
(72,74,72)
#3C3F3D
(60,63,61)
#303432
(48,52,50)
#242927
(36,41,39)
#181E1C
(24,30,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #84817F

#84817F
(132,129,127)
#8F8C8A
(143,140,138)
#9A9795
(154,151,149)
#A5A2A0
(165,162,160)
#B0ADAB
(176,173,171)
#BBB8B6
(187,184,182)
#C6C3C1
(198,195,193)
#D1CECC
(209,206,204)
#DCD9D7
(220,217,215)
#E7E4E2
(231,228,226)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84817F color. Also use rgb(132,129,127) instead hex code.

Text Font Color

.myTextColor { color: #84817F; }

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

This text font color is #84817F.


Background Color

.myBgColor { background-color: #84817F; }

<div style="background-color:#84817F">Inner text</div>

This div background color is #84817F.


Border color

.myBorderColor { border: 1px solid #84817F; }

<div style="border:3px solid #84817F">Div</div>

This div border color is #84817F.


Opacity

.myOpacity80 { color: #84817F; opacity: 0.8; }

<p style="color:#84817F;opacity:0.8;">80%</p>

Text with #84817F 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 #84817F;}

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

This text has shadow with #84817F color.

.textShadow {text-shadow: 3px 3px 1px #84817F, 3px 3px 1px red;}

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

This text has shadow with #84817F primary color and red secondary color.


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

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

This text has shadow with #84817F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84817F on black background.


Color preview on white background

This text has color #84817F on white background.



Black color preview on #84817F background

This text has black color on #84817F background.


White color preview on #84817F background

This text has white color on #84817F background.