COLOR #847D87

HEX: #847D87
RGB: (132,125,135)

Color info

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

RGB color model

#847D87 color RGB value is (132,125,135).

  • red value is 132;
  • green value is 125;
  • blue value is 135.
RGB:
(132,125,135)
(52%,49%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 125 of 255 = 49%
B 135 of 255 = 53%

132
125
135

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

Portions of RGB colors in percentages

R + G + B =
132 + 125 + 135 = 392 (100%)
R 132 of 392 ~ 33.67%
G 125 of 392 ~ 31.89%
B 135 of 392 ~ 34.44%

%33.67
%31.89
%34.44

CMYK color model

#847D87 color CMYK value is (2,7,0,47).

  • cyan value is 2.22%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(2,7,0,47)
C2M7Y0K47 
(2%,7%,0%,47%)
(0.02/0.07/0.00/0.47)	

CMYK percentages

%2.22
%7.41
%0
%47.06

Codes

Color #847D87 in popluar color models

847D87
RGB132125135
HSL282°4.00%50.98%
HSB/HSV282°7.41%52.94%
CMYK2.22%7.41%0.00%
47.06%

Color #847D87 in popluar number systems.

HEX847D87
Decimal132125135
Binary10000100111110110000111
Octal204175207

Shades and tints

Shades of #847D87

#847D87
(132,125,135)
#78727B
(120,114,123)
#6C676F
(108,103,111)
#605C63
(96,92,99)
#545157
(84,81,87)
#48464B
(72,70,75)
#3C3B3F
(60,59,63)
#303033
(48,48,51)
#242527
(36,37,39)
#181A1B
(24,26,27)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #847D87

#847D87
(132,125,135)
#8F8891
(143,136,145)
#9A939B
(154,147,155)
#A59EA5
(165,158,165)
#B0A9AF
(176,169,175)
#BBB4B9
(187,180,185)
#C6BFC3
(198,191,195)
#D1CACD
(209,202,205)
#DCD5D7
(220,213,215)
#E7E0E1
(231,224,225)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847D87 color. Also use rgb(132,125,135) instead hex code.

Text Font Color

.myTextColor { color: #847D87; }

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

This text font color is #847D87.


Background Color

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

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

This div background color is #847D87.


Border color

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

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

This div border color is #847D87.


Opacity

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

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

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

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

This text has shadow with #847D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847D87 on black background.


Color preview on white background

This text has color #847D87 on white background.



Black color preview on #847D87 background

This text has black color on #847D87 background.


White color preview on #847D87 background

This text has white color on #847D87 background.