COLOR #847B82

HEX: #847B82
RGB: (132,123,130)

Color info

#847B82 contains red, green and blue colors in about the same proportion. Web safe color of #847B82 is #996699 (or #969).

RGB color model

#847B82 color RGB value is (132,123,130).

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

RGB channels and saturation

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

132
123
130

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

Portions of RGB colors in percentages

R + G + B =
132 + 123 + 130 = 385 (100%)
R 132 of 385 ~ 34.29%
G 123 of 385 ~ 31.95%
B 130 of 385 ~ 33.77%

%34.29
%31.95
%33.77

CMYK color model

#847B82 color CMYK value is (0,7,2,48).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(0,7,2,48)
C0M7Y2K48 
(0%,7%,2%,48%)
(0.00/0.07/0.02/0.48)	

CMYK percentages

%0
%6.82
%1.52
%48.24

Codes

Color #847B82 in popluar color models

847B82
RGB132123130
HSL313°3.53%50.00%
HSB/HSV313°6.82%51.76%
CMYK0.00%6.82%1.52%
48.24%

Color #847B82 in popluar number systems.

HEX847B82
Decimal132123130
Binary10000100111101110000010
Octal204173202

Shades and tints

Shades of #847B82

#847B82
(132,123,130)
#787077
(120,112,119)
#6C656C
(108,101,108)
#605A61
(96,90,97)
#544F56
(84,79,86)
#48444B
(72,68,75)
#3C3940
(60,57,64)
#302E35
(48,46,53)
#24232A
(36,35,42)
#18181F
(24,24,31)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #847B82

#847B82
(132,123,130)
#8F878D
(143,135,141)
#9A9398
(154,147,152)
#A59FA3
(165,159,163)
#B0ABAE
(176,171,174)
#BBB7B9
(187,183,185)
#C6C3C4
(198,195,196)
#D1CFCF
(209,207,207)
#DCDBDA
(220,219,218)
#E7E7E5
(231,231,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847B82 color. Also use rgb(132,123,130) instead hex code.

Text Font Color

.myTextColor { color: #847B82; }

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

This text font color is #847B82.


Background Color

.myBgColor { background-color: #847B82; }

<div style="background-color:#847B82">Inner text</div>

This div background color is #847B82.


Border color

.myBorderColor { border: 1px solid #847B82; }

<div style="border:3px solid #847B82">Div</div>

This div border color is #847B82.


Opacity

.myOpacity80 { color: #847B82; opacity: 0.8; }

<p style="color:#847B82;opacity:0.8;">80%</p>

Text with #847B82 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 #847B82;}

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

This text has shadow with #847B82 color.

.textShadow {text-shadow: 3px 3px 1px #847B82, 3px 3px 1px red;}

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

This text has shadow with #847B82 primary color and red secondary color.


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

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

This text has shadow with #847B82 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847B82 on black background.


Color preview on white background

This text has color #847B82 on white background.



Black color preview on #847B82 background

This text has black color on #847B82 background.


White color preview on #847B82 background

This text has white color on #847B82 background.