COLOR #845977

HEX: #845977
RGB: (132,89,119)

Color info

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

RGB color model

#845977 color RGB value is (132,89,119).

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

RGB channels and saturation

R 132 of 255 = 52%
G 89 of 255 = 35%
B 119 of 255 = 47%

132
89
119

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

Portions of RGB colors in percentages

R + G + B =
132 + 89 + 119 = 340 (100%)
R 132 of 340 ~ 38.82%
G 89 of 340 ~ 26.18%
B 119 of 340 ~ 35%

%38.82
%26.18
%35

CMYK color model

#845977 color CMYK value is (0,33,10,48).

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(0,33,10,48)
C0M33Y10K48 
(0%,33%,10%,48%)
(0.00/0.33/0.10/0.48)	

CMYK percentages

%0
%32.58
%9.85
%48.24

Codes

Color #845977 in popluar color models

845977
RGB13289119
HSL318°19.46%43.33%
HSB/HSV318°32.58%51.76%
CMYK0.00%32.58%9.85%
48.24%

Color #845977 in popluar number systems.

HEX845977
Decimal13289119
Binary1000010010110011110111
Octal204131167

Shades and tints

Shades of #845977

#845977
(132,89,119)
#78516D
(120,81,109)
#6C4963
(108,73,99)
#604159
(96,65,89)
#54394F
(84,57,79)
#483145
(72,49,69)
#3C293B
(60,41,59)
#302131
(48,33,49)
#241927
(36,25,39)
#18111D
(24,17,29)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #845977

#845977
(132,89,119)
#8F6883
(143,104,131)
#9A778F
(154,119,143)
#A5869B
(165,134,155)
#B095A7
(176,149,167)
#BBA4B3
(187,164,179)
#C6B3BF
(198,179,191)
#D1C2CB
(209,194,203)
#DCD1D7
(220,209,215)
#E7E0E3
(231,224,227)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845977 color. Also use rgb(132,89,119) instead hex code.

Text Font Color

.myTextColor { color: #845977; }

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

This text font color is #845977.


Background Color

.myBgColor { background-color: #845977; }

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

This div background color is #845977.


Border color

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

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

This div border color is #845977.


Opacity

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

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

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

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

This text has shadow with #845977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845977 on black background.


Color preview on white background

This text has color #845977 on white background.



Black color preview on #845977 background

This text has black color on #845977 background.


White color preview on #845977 background

This text has white color on #845977 background.