COLOR #84817B

HEX: #84817B RGB: (132,129,123)

Color info

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

RGB color model

#84817B color RGB value is (132,129,123).

RGB: (132,129,123) (52%, 51%, 48%)

RGB channels and saturation

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

132
129
123

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

Portions of RGB colors in percentages

R + G + B = 132 + 129 + 123 = 384 (100%)
R 132 of 384 ~ 34.38%
G 129 of 384 ~ 33.59%
B 123 of 384 ~ 32.03'%

%34.38
%33.59
%32.03

CMYK color model

#84817B color CMYK value is (0,2,7,48).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 6.82%
  • key color value is 48.24%

CMYK: (0,2,7,48)
C0M2Y7K48 (0%, 2%, 7%, 48%)
(0.00 / 0.02 / 0.07 / 0.48)

CMYK percentages

%0
%2.27
%6.82
%48.24

Codes

Color #84817B in popluar color models

84 81 7B
RGB 132 129 123
HSL 40° 3.53% 50.00%
HSB/HSV 40° 6.82% 51.76%
CMYK 0.00% 2.27% 6.82%
48.24%

Color #84817B in popluar number systems.

HEX 84 81 7B
Decimal 132 129 123
Binary 10000100 10000001 1111011
Octal 204 201 173

Shades and tints

Shades of #84817B

#84817B
(132,129,123)
#787670
(120,118,112)
#6C6B65
(108,107,101)
#60605A
(96,96,90)
#54554F
(84,85,79)
#484A44
(72,74,68)
#3C3F39
(60,63,57)
#30342E
(48,52,46)
#242923
(36,41,35)
#181E18
(24,30,24)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #84817B

#84817B
(132,129,123)
#8F8C87
(143,140,135)
#9A9793
(154,151,147)
#A5A29F
(165,162,159)
#B0ADAB
(176,173,171)
#BBB8B7
(187,184,183)
#C6C3C3
(198,195,195)
#D1CECF
(209,206,207)
#DCD9DB
(220,217,219)
#E7E4E7
(231,228,231)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84817B; }

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

This text font color is #84817B.

Background Color

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

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

This div background color is #84817B.

Border color

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

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

This div border color is #84817B.

Opacity

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

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

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

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

This text has shadow with #84817B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84817B.

Preview

Color preview on black background

This text has color #84817B on black background.


Color preview on white background

This text has color #84817B on white background.


Black color preview on #84817B background

This text has black color on #84817B background.


White color preview on #84817B background

This text has white color on #84817B background.


Related colors

Complementary color

Complementary color for #hex is #7B7E84.


I love getcolorcode.com

Triadic colors

1 #7B8481 and #817B84 with #84817B are triadic colors.

2 #7B8184 and #81847B with #84817B are triadic colors.