COLOR #845D79

HEX: #845D79
RGB: (132,93,121)

Color info

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

RGB color model

#845D79 color RGB value is (132,93,121).

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

RGB channels and saturation

R 132 of 255 = 52%
G 93 of 255 = 36%
B 121 of 255 = 47%

132
93
121

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

Portions of RGB colors in percentages

R + G + B =
132 + 93 + 121 = 346 (100%)
R 132 of 346 ~ 38.15%
G 93 of 346 ~ 26.88%
B 121 of 346 ~ 34.97%

%38.15
%26.88
%34.97

CMYK color model

#845D79 color CMYK value is (0,30,8,48).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(0,30,8,48)
C0M30Y8K48 
(0%,30%,8%,48%)
(0.00/0.30/0.08/0.48)	

CMYK percentages

%0
%29.55
%8.33
%48.24

Codes

Color #845D79 in popluar color models

845D79
RGB13293121
HSL317°17.33%44.12%
HSB/HSV317°29.55%51.76%
CMYK0.00%29.55%8.33%
48.24%

Color #845D79 in popluar number systems.

HEX845D79
Decimal13293121
Binary1000010010111011111001
Octal204135171

Shades and tints

Shades of #845D79

#845D79
(132,93,121)
#78556E
(120,85,110)
#6C4D63
(108,77,99)
#604558
(96,69,88)
#543D4D
(84,61,77)
#483542
(72,53,66)
#3C2D37
(60,45,55)
#30252C
(48,37,44)
#241D21
(36,29,33)
#181516
(24,21,22)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #845D79

#845D79
(132,93,121)
#8F6B85
(143,107,133)
#9A7991
(154,121,145)
#A5879D
(165,135,157)
#B095A9
(176,149,169)
#BBA3B5
(187,163,181)
#C6B1C1
(198,177,193)
#D1BFCD
(209,191,205)
#DCCDD9
(220,205,217)
#E7DBE5
(231,219,229)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845D79; }

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

This text font color is #845D79.


Background Color

.myBgColor { background-color: #845D79; }

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

This div background color is #845D79.


Border color

.myBorderColor { border: 1px solid #845D79; }

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

This div border color is #845D79.


Opacity

.myOpacity80 { color: #845D79; opacity: 0.8; }

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

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

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

This text has shadow with #845D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845D79 on black background.


Color preview on white background

This text has color #845D79 on white background.



Black color preview on #845D79 background

This text has black color on #845D79 background.


White color preview on #845D79 background

This text has white color on #845D79 background.