COLOR #845079

HEX: #845079
RGB: (132,80,121)

Color info

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

RGB color model

#845079 color RGB value is (132,80,121).

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

RGB channels and saturation

R 132 of 255 = 52%
G 80 of 255 = 31%
B 121 of 255 = 47%

132
80
121

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

Portions of RGB colors in percentages

R + G + B =
132 + 80 + 121 = 333 (100%)
R 132 of 333 ~ 39.64%
G 80 of 333 ~ 24.02%
B 121 of 333 ~ 36.34%

%39.64
%24.02
%36.34

CMYK color model

#845079 color CMYK value is (0,39,8,48).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(0,39,8,48)
C0M39Y8K48 
(0%,39%,8%,48%)
(0.00/0.39/0.08/0.48)	

CMYK percentages

%0
%39.39
%8.33
%48.24

Codes

Color #845079 in popluar color models

845079
RGB13280121
HSL313°24.53%41.57%
HSB/HSV313°39.39%51.76%
CMYK0.00%39.39%8.33%
48.24%

Color #845079 in popluar number systems.

HEX845079
Decimal13280121
Binary1000010010100001111001
Octal204120171

Shades and tints

Shades of #845079

#845079
(132,80,121)
#78496E
(120,73,110)
#6C4263
(108,66,99)
#603B58
(96,59,88)
#54344D
(84,52,77)
#482D42
(72,45,66)
#3C2637
(60,38,55)
#301F2C
(48,31,44)
#241821
(36,24,33)
#181116
(24,17,22)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #845079

#845079
(132,80,121)
#8F5F85
(143,95,133)
#9A6E91
(154,110,145)
#A57D9D
(165,125,157)
#B08CA9
(176,140,169)
#BB9BB5
(187,155,181)
#C6AAC1
(198,170,193)
#D1B9CD
(209,185,205)
#DCC8D9
(220,200,217)
#E7D7E5
(231,215,229)
#F2E6F1
(242,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845079; }

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

This text font color is #845079.


Background Color

.myBgColor { background-color: #845079; }

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

This div background color is #845079.


Border color

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

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

This div border color is #845079.


Opacity

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

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

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

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

This text has shadow with #845079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845079 on black background.


Color preview on white background

This text has color #845079 on white background.



Black color preview on #845079 background

This text has black color on #845079 background.


White color preview on #845079 background

This text has white color on #845079 background.