COLOR #846978

HEX: #846978
RGB: (132,105,120)

Color info

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

RGB color model

#846978 color RGB value is (132,105,120).

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

RGB channels and saturation

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

132
105
120

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

Portions of RGB colors in percentages

R + G + B =
132 + 105 + 120 = 357 (100%)
R 132 of 357 ~ 36.97%
G 105 of 357 ~ 29.41%
B 120 of 357 ~ 33.61%

%36.97
%29.41
%33.61

CMYK color model

#846978 color CMYK value is (0,20,9,48).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 9.09%
  • key color value is 48.24%
CMYK:
(0,20,9,48)
C0M20Y9K48 
(0%,20%,9%,48%)
(0.00/0.20/0.09/0.48)	

CMYK percentages

%0
%20.45
%9.09
%48.24

Codes

Color #846978 in popluar color models

846978
RGB132105120
HSL327°11.39%46.47%
HSB/HSV327°20.45%51.76%
CMYK0.00%20.45%9.09%
48.24%

Color #846978 in popluar number systems.

HEX846978
Decimal132105120
Binary1000010011010011111000
Octal204151170

Shades and tints

Shades of #846978

#846978
(132,105,120)
#78606E
(120,96,110)
#6C5764
(108,87,100)
#604E5A
(96,78,90)
#544550
(84,69,80)
#483C46
(72,60,70)
#3C333C
(60,51,60)
#302A32
(48,42,50)
#242128
(36,33,40)
#18181E
(24,24,30)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #846978

#846978
(132,105,120)
#8F7684
(143,118,132)
#9A8390
(154,131,144)
#A5909C
(165,144,156)
#B09DA8
(176,157,168)
#BBAAB4
(187,170,180)
#C6B7C0
(198,183,192)
#D1C4CC
(209,196,204)
#DCD1D8
(220,209,216)
#E7DEE4
(231,222,228)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846978; }

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

This text font color is #846978.


Background Color

.myBgColor { background-color: #846978; }

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

This div background color is #846978.


Border color

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

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

This div border color is #846978.


Opacity

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

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

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

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

This text has shadow with #846978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846978 on black background.


Color preview on white background

This text has color #846978 on white background.



Black color preview on #846978 background

This text has black color on #846978 background.


White color preview on #846978 background

This text has white color on #846978 background.