COLOR #847B85

HEX: #847B85
RGB: (132,123,133)

Color info

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

RGB color model

#847B85 color RGB value is (132,123,133).

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

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 133 of 255 = 52%

132
123
133

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

Portions of RGB colors in percentages

R + G + B =
132 + 123 + 133 = 388 (100%)
R 132 of 388 ~ 34.02%
G 123 of 388 ~ 31.7%
B 133 of 388 ~ 34.28%

%34.02
%31.7
%34.28

CMYK color model

#847B85 color CMYK value is (1,8,0,48).

  • cyan value is 0.75%
  • magenta value is 7.52%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(1,8,0,48)
C1M8Y0K48 
(1%,8%,0%,48%)
(0.01/0.08/0.00/0.48)	

CMYK percentages

%0.75
%7.52
%0
%47.84

Codes

Color #847B85 in popluar color models

847B85
RGB132123133
HSL294°3.94%50.20%
HSB/HSV294°7.52%52.16%
CMYK0.75%7.52%0.00%
47.84%

Color #847B85 in popluar number systems.

HEX847B85
Decimal132123133
Binary10000100111101110000101
Octal204173205

Shades and tints

Shades of #847B85

#847B85
(132,123,133)
#787079
(120,112,121)
#6C656D
(108,101,109)
#605A61
(96,90,97)
#544F55
(84,79,85)
#484449
(72,68,73)
#3C393D
(60,57,61)
#302E31
(48,46,49)
#242325
(36,35,37)
#181819
(24,24,25)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #847B85

#847B85
(132,123,133)
#8F8790
(143,135,144)
#9A939B
(154,147,155)
#A59FA6
(165,159,166)
#B0ABB1
(176,171,177)
#BBB7BC
(187,183,188)
#C6C3C7
(198,195,199)
#D1CFD2
(209,207,210)
#DCDBDD
(220,219,221)
#E7E7E8
(231,231,232)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847B85; }

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

This text font color is #847B85.


Background Color

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

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

This div background color is #847B85.


Border color

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

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

This div border color is #847B85.


Opacity

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

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

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

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

This text has shadow with #847B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847B85 on black background.


Color preview on white background

This text has color #847B85 on white background.



Black color preview on #847B85 background

This text has black color on #847B85 background.


White color preview on #847B85 background

This text has white color on #847B85 background.