COLOR #846977

HEX: #846977
RGB: (132,105,119)

Color info

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

RGB color model

#846977 color RGB value is (132,105,119).

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

RGB channels and saturation

R 132 of 255 = 52%
G 105 of 255 = 41%
B 119 of 255 = 47%

132
105
119

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

Portions of RGB colors in percentages

R + G + B =
132 + 105 + 119 = 356 (100%)
R 132 of 356 ~ 37.08%
G 105 of 356 ~ 29.49%
B 119 of 356 ~ 33.43%

%37.08
%29.49
%33.43

CMYK color model

#846977 color CMYK value is (0,20,10,48).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(0,20,10,48)
C0M20Y10K48 
(0%,20%,10%,48%)
(0.00/0.20/0.10/0.48)	

CMYK percentages

%0
%20.45
%9.85
%48.24

Codes

Color #846977 in popluar color models

846977
RGB132105119
HSL329°11.39%46.47%
HSB/HSV329°20.45%51.76%
CMYK0.00%20.45%9.85%
48.24%

Color #846977 in popluar number systems.

HEX846977
Decimal132105119
Binary1000010011010011110111
Octal204151167

Shades and tints

Shades of #846977

#846977
(132,105,119)
#78606D
(120,96,109)
#6C5763
(108,87,99)
#604E59
(96,78,89)
#54454F
(84,69,79)
#483C45
(72,60,69)
#3C333B
(60,51,59)
#302A31
(48,42,49)
#242127
(36,33,39)
#18181D
(24,24,29)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #846977

#846977
(132,105,119)
#8F7683
(143,118,131)
#9A838F
(154,131,143)
#A5909B
(165,144,155)
#B09DA7
(176,157,167)
#BBAAB3
(187,170,179)
#C6B7BF
(198,183,191)
#D1C4CB
(209,196,203)
#DCD1D7
(220,209,215)
#E7DEE3
(231,222,227)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846977; }

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

This text font color is #846977.


Background Color

.myBgColor { background-color: #846977; }

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

This div background color is #846977.


Border color

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

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

This div border color is #846977.


Opacity

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

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

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

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

This text has shadow with #846977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846977 on black background.


Color preview on white background

This text has color #846977 on white background.



Black color preview on #846977 background

This text has black color on #846977 background.


White color preview on #846977 background

This text has white color on #846977 background.