COLOR #84817A

HEX: #84817A
RGB: (132,129,122)

Color info

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

RGB color model

#84817A color RGB value is (132,129,122).

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

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 122 of 255 = 48%

132
129
122

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 122 = 383 (100%)
R 132 of 383 ~ 34.46%
G 129 of 383 ~ 33.68%
B 122 of 383 ~ 31.85%

%34.46
%33.68
%31.85

CMYK color model

#84817A color CMYK value is (0,2,8,48).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK:
(0,2,8,48)
C0M2Y8K48 
(0%,2%,8%,48%)
(0.00/0.02/0.08/0.48)	

CMYK percentages

%0
%2.27
%7.58
%48.24

Codes

Color #84817A in popluar color models

84817A
RGB132129122
HSL42°3.94%49.80%
HSB/HSV42°7.58%51.76%
CMYK0.00%2.27%7.58%
48.24%

Color #84817A in popluar number systems.

HEX84817A
Decimal132129122
Binary10000100100000011111010
Octal204201172

Shades and tints

Shades of #84817A

#84817A
(132,129,122)
#78766F
(120,118,111)
#6C6B64
(108,107,100)
#606059
(96,96,89)
#54554E
(84,85,78)
#484A43
(72,74,67)
#3C3F38
(60,63,56)
#30342D
(48,52,45)
#242922
(36,41,34)
#181E17
(24,30,23)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #84817A

#84817A
(132,129,122)
#8F8C86
(143,140,134)
#9A9792
(154,151,146)
#A5A29E
(165,162,158)
#B0ADAA
(176,173,170)
#BBB8B6
(187,184,182)
#C6C3C2
(198,195,194)
#D1CECE
(209,206,206)
#DCD9DA
(220,217,218)
#E7E4E6
(231,228,230)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84817A; }

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

This text font color is #84817A.


Background Color

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

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

This div background color is #84817A.


Border color

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

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

This div border color is #84817A.


Opacity

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

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

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

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

This text has shadow with #84817A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84817A on black background.


Color preview on white background

This text has color #84817A on white background.



Black color preview on #84817A background

This text has black color on #84817A background.


White color preview on #84817A background

This text has white color on #84817A background.