COLOR #845878

HEX: #845878
RGB: (132,88,120)

Color info

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

RGB color model

#845878 color RGB value is (132,88,120).

  • red value is 132;
  • green value is 88;
  • blue value is 120.
RGB:
(132,88,120)
(52%,35%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 88 of 255 = 35%
B 120 of 255 = 47%

132
88
120

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

Portions of RGB colors in percentages

R + G + B =
132 + 88 + 120 = 340 (100%)
R 132 of 340 ~ 38.82%
G 88 of 340 ~ 25.88%
B 120 of 340 ~ 35.29%

%38.82
%25.88
%35.29

CMYK color model

#845878 color CMYK value is (0,33,9,48).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 9.09%
  • key color value is 48.24%
CMYK:
(0,33,9,48)
C0M33Y9K48 
(0%,33%,9%,48%)
(0.00/0.33/0.09/0.48)	

CMYK percentages

%0
%33.33
%9.09
%48.24

Codes

Color #845878 in popluar color models

845878
RGB13288120
HSL316°20.00%43.14%
HSB/HSV316°33.33%51.76%
CMYK0.00%33.33%9.09%
48.24%

Color #845878 in popluar number systems.

HEX845878
Decimal13288120
Binary1000010010110001111000
Octal204130170

Shades and tints

Shades of #845878

#845878
(132,88,120)
#78506E
(120,80,110)
#6C4864
(108,72,100)
#60405A
(96,64,90)
#543850
(84,56,80)
#483046
(72,48,70)
#3C283C
(60,40,60)
#302032
(48,32,50)
#241828
(36,24,40)
#18101E
(24,16,30)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #845878

#845878
(132,88,120)
#8F6784
(143,103,132)
#9A7690
(154,118,144)
#A5859C
(165,133,156)
#B094A8
(176,148,168)
#BBA3B4
(187,163,180)
#C6B2C0
(198,178,192)
#D1C1CC
(209,193,204)
#DCD0D8
(220,208,216)
#E7DFE4
(231,223,228)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845878 color. Also use rgb(132,88,120) instead hex code.

Text Font Color

.myTextColor { color: #845878; }

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

This text font color is #845878.


Background Color

.myBgColor { background-color: #845878; }

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

This div background color is #845878.


Border color

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

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

This div border color is #845878.


Opacity

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

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

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

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

This text has shadow with #845878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845878 on black background.


Color preview on white background

This text has color #845878 on white background.



Black color preview on #845878 background

This text has black color on #845878 background.


White color preview on #845878 background

This text has white color on #845878 background.