COLOR #845679

HEX: #845679
RGB: (132,86,121)

Color info

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

RGB color model

#845679 color RGB value is (132,86,121).

  • red value is 132;
  • green value is 86;
  • blue value is 121.
RGB:
(132,86,121)
(52%,34%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 86 of 255 = 34%
B 121 of 255 = 47%

132
86
121

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

Portions of RGB colors in percentages

R + G + B =
132 + 86 + 121 = 339 (100%)
R 132 of 339 ~ 38.94%
G 86 of 339 ~ 25.37%
B 121 of 339 ~ 35.69%

%38.94
%25.37
%35.69

CMYK color model

#845679 color CMYK value is (0,35,8,48).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(0,35,8,48)
C0M35Y8K48 
(0%,35%,8%,48%)
(0.00/0.35/0.08/0.48)	

CMYK percentages

%0
%34.85
%8.33
%48.24

Codes

Color #845679 in popluar color models

845679
RGB13286121
HSL314°21.10%42.75%
HSB/HSV314°34.85%51.76%
CMYK0.00%34.85%8.33%
48.24%

Color #845679 in popluar number systems.

HEX845679
Decimal13286121
Binary1000010010101101111001
Octal204126171

Shades and tints

Shades of #845679

#845679
(132,86,121)
#784F6E
(120,79,110)
#6C4863
(108,72,99)
#604158
(96,65,88)
#543A4D
(84,58,77)
#483342
(72,51,66)
#3C2C37
(60,44,55)
#30252C
(48,37,44)
#241E21
(36,30,33)
#181716
(24,23,22)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #845679

#845679
(132,86,121)
#8F6585
(143,101,133)
#9A7491
(154,116,145)
#A5839D
(165,131,157)
#B092A9
(176,146,169)
#BBA1B5
(187,161,181)
#C6B0C1
(198,176,193)
#D1BFCD
(209,191,205)
#DCCED9
(220,206,217)
#E7DDE5
(231,221,229)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845679 color. Also use rgb(132,86,121) instead hex code.

Text Font Color

.myTextColor { color: #845679; }

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

This text font color is #845679.


Background Color

.myBgColor { background-color: #845679; }

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

This div background color is #845679.


Border color

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

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

This div border color is #845679.


Opacity

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

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

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

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

This text has shadow with #845679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845679 on black background.


Color preview on white background

This text has color #845679 on white background.



Black color preview on #845679 background

This text has black color on #845679 background.


White color preview on #845679 background

This text has white color on #845679 background.