COLOR #847495

HEX: #847495
RGB: (132,116,149)

Color info

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

RGB color model

#847495 color RGB value is (132,116,149).

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

RGB channels and saturation

R 132 of 255 = 52%
G 116 of 255 = 45%
B 149 of 255 = 58%

132
116
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 116 + 149 = 397 (100%)
R 132 of 397 ~ 33.25%
G 116 of 397 ~ 29.22%
B 149 of 397 ~ 37.53%

%33.25
%29.22
%37.53

CMYK color model

#847495 color CMYK value is (11,22,0,42).

  • cyan value is 11.41%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(11,22,0,42)
C11M22Y0K42 
(11%,22%,0%,42%)
(0.11/0.22/0.00/0.42)	

CMYK percentages

%11.41
%22.15
%0
%41.57

Codes

Color #847495 in popluar color models

847495
RGB132116149
HSL269°13.47%51.96%
HSB/HSV269°22.15%58.43%
CMYK11.41%22.15%0.00%
41.57%

Color #847495 in popluar number systems.

HEX847495
Decimal132116149
Binary10000100111010010010101
Octal204164225

Shades and tints

Shades of #847495

#847495
(132,116,149)
#786A88
(120,106,136)
#6C607B
(108,96,123)
#60566E
(96,86,110)
#544C61
(84,76,97)
#484254
(72,66,84)
#3C3847
(60,56,71)
#302E3A
(48,46,58)
#24242D
(36,36,45)
#181A20
(24,26,32)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #847495

#847495
(132,116,149)
#8F809E
(143,128,158)
#9A8CA7
(154,140,167)
#A598B0
(165,152,176)
#B0A4B9
(176,164,185)
#BBB0C2
(187,176,194)
#C6BCCB
(198,188,203)
#D1C8D4
(209,200,212)
#DCD4DD
(220,212,221)
#E7E0E6
(231,224,230)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847495; }

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

This text font color is #847495.


Background Color

.myBgColor { background-color: #847495; }

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

This div background color is #847495.


Border color

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

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

This div border color is #847495.


Opacity

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

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

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

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

This text has shadow with #847495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847495 on black background.


Color preview on white background

This text has color #847495 on white background.



Black color preview on #847495 background

This text has black color on #847495 background.


White color preview on #847495 background

This text has white color on #847495 background.