COLOR #847595

HEX: #847595
RGB: (132,117,149)

Color info

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

RGB color model

#847595 color RGB value is (132,117,149).

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

RGB channels and saturation

R 132 of 255 = 52%
G 117 of 255 = 46%
B 149 of 255 = 58%

132
117
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 117 + 149 = 398 (100%)
R 132 of 398 ~ 33.17%
G 117 of 398 ~ 29.4%
B 149 of 398 ~ 37.44%

%33.17
%29.4
%37.44

CMYK color model

#847595 color CMYK value is (11,21,0,42).

  • cyan value is 11.41%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(11,21,0,42)
C11M21Y0K42 
(11%,21%,0%,42%)
(0.11/0.21/0.00/0.42)	

CMYK percentages

%11.41
%21.48
%0
%41.57

Codes

Color #847595 in popluar color models

847595
RGB132117149
HSL268°13.11%52.16%
HSB/HSV268°21.48%58.43%
CMYK11.41%21.48%0.00%
41.57%

Color #847595 in popluar number systems.

HEX847595
Decimal132117149
Binary10000100111010110010101
Octal204165225

Shades and tints

Shades of #847595

#847595
(132,117,149)
#786B88
(120,107,136)
#6C617B
(108,97,123)
#60576E
(96,87,110)
#544D61
(84,77,97)
#484354
(72,67,84)
#3C3947
(60,57,71)
#302F3A
(48,47,58)
#24252D
(36,37,45)
#181B20
(24,27,32)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #847595

#847595
(132,117,149)
#8F819E
(143,129,158)
#9A8DA7
(154,141,167)
#A599B0
(165,153,176)
#B0A5B9
(176,165,185)
#BBB1C2
(187,177,194)
#C6BDCB
(198,189,203)
#D1C9D4
(209,201,212)
#DCD5DD
(220,213,221)
#E7E1E6
(231,225,230)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847595; }

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

This text font color is #847595.


Background Color

.myBgColor { background-color: #847595; }

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

This div background color is #847595.


Border color

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

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

This div border color is #847595.


Opacity

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

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

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

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

This text has shadow with #847595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847595 on black background.


Color preview on white background

This text has color #847595 on white background.



Black color preview on #847595 background

This text has black color on #847595 background.


White color preview on #847595 background

This text has white color on #847595 background.