COLOR #847480

HEX: #847480
RGB: (132,116,128)

Color info

#847480 contains red, green and blue colors in about the same proportion. Web safe color of #847480 is #996666 (or #966).

RGB color model

#847480 color RGB value is (132,116,128).

  • red value is 132;
  • green value is 116;
  • blue value is 128.
RGB:
(132,116,128)
(52%,45%,50%)

RGB channels and saturation

R 132 of 255 = 52%
G 116 of 255 = 45%
B 128 of 255 = 50%

132
116
128

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

Portions of RGB colors in percentages

R + G + B =
132 + 116 + 128 = 376 (100%)
R 132 of 376 ~ 35.11%
G 116 of 376 ~ 30.85%
B 128 of 376 ~ 34.04%

%35.11
%30.85
%34.04

CMYK color model

#847480 color CMYK value is (0,12,3,48).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 3.03%
  • key color value is 48.24%
CMYK:
(0,12,3,48)
C0M12Y3K48 
(0%,12%,3%,48%)
(0.00/0.12/0.03/0.48)	

CMYK percentages

%0
%12.12
%3.03
%48.24

Codes

Color #847480 in popluar color models

847480
RGB132116128
HSL315°6.45%48.63%
HSB/HSV315°12.12%51.76%
CMYK0.00%12.12%3.03%
48.24%

Color #847480 in popluar number systems.

HEX847480
Decimal132116128
Binary10000100111010010000000
Octal204164200

Shades and tints

Shades of #847480

#847480
(132,116,128)
#786A75
(120,106,117)
#6C606A
(108,96,106)
#60565F
(96,86,95)
#544C54
(84,76,84)
#484249
(72,66,73)
#3C383E
(60,56,62)
#302E33
(48,46,51)
#242428
(36,36,40)
#181A1D
(24,26,29)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #847480

#847480
(132,116,128)
#8F808B
(143,128,139)
#9A8C96
(154,140,150)
#A598A1
(165,152,161)
#B0A4AC
(176,164,172)
#BBB0B7
(187,176,183)
#C6BCC2
(198,188,194)
#D1C8CD
(209,200,205)
#DCD4D8
(220,212,216)
#E7E0E3
(231,224,227)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847480 color. Also use rgb(132,116,128) instead hex code.

Text Font Color

.myTextColor { color: #847480; }

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

This text font color is #847480.


Background Color

.myBgColor { background-color: #847480; }

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

This div background color is #847480.


Border color

.myBorderColor { border: 1px solid #847480; }

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

This div border color is #847480.


Opacity

.myOpacity80 { color: #847480; opacity: 0.8; }

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

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

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

This text has shadow with #847480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847480 on black background.


Color preview on white background

This text has color #847480 on white background.



Black color preview on #847480 background

This text has black color on #847480 background.


White color preview on #847480 background

This text has white color on #847480 background.