COLOR #847494

HEX: #847494
RGB: (132,116,148)

Color info

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

RGB color model

#847494 color RGB value is (132,116,148).

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

RGB channels and saturation

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

132
116
148

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

Portions of RGB colors in percentages

R + G + B =
132 + 116 + 148 = 396 (100%)
R 132 of 396 ~ 33.33%
G 116 of 396 ~ 29.29%
B 148 of 396 ~ 37.37%

%33.33
%29.29
%37.37

CMYK color model

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

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

CMYK percentages

%10.81
%21.62
%0
%41.96

Codes

Color #847494 in popluar color models

847494
RGB132116148
HSL270°13.01%51.76%
HSB/HSV270°21.62%58.04%
CMYK10.81%21.62%0.00%
41.96%

Color #847494 in popluar number systems.

HEX847494
Decimal132116148
Binary10000100111010010010100
Octal204164224

Shades and tints

Shades of #847494

#847494
(132,116,148)
#786A87
(120,106,135)
#6C607A
(108,96,122)
#60566D
(96,86,109)
#544C60
(84,76,96)
#484253
(72,66,83)
#3C3846
(60,56,70)
#302E39
(48,46,57)
#24242C
(36,36,44)
#181A1F
(24,26,31)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #847494

#847494
(132,116,148)
#8F809D
(143,128,157)
#9A8CA6
(154,140,166)
#A598AF
(165,152,175)
#B0A4B8
(176,164,184)
#BBB0C1
(187,176,193)
#C6BCCA
(198,188,202)
#D1C8D3
(209,200,211)
#DCD4DC
(220,212,220)
#E7E0E5
(231,224,229)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847494; }

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

This text font color is #847494.


Background Color

.myBgColor { background-color: #847494; }

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

This div background color is #847494.


Border color

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

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

This div border color is #847494.


Opacity

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

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

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

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

This text has shadow with #847494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847494 on black background.


Color preview on white background

This text has color #847494 on white background.



Black color preview on #847494 background

This text has black color on #847494 background.


White color preview on #847494 background

This text has white color on #847494 background.