COLOR #846178

HEX: #846178
RGB: (132,97,120)

Color info

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

RGB color model

#846178 color RGB value is (132,97,120).

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

RGB channels and saturation

R 132 of 255 = 52%
G 97 of 255 = 38%
B 120 of 255 = 47%

132
97
120

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

Portions of RGB colors in percentages

R + G + B =
132 + 97 + 120 = 349 (100%)
R 132 of 349 ~ 37.82%
G 97 of 349 ~ 27.79%
B 120 of 349 ~ 34.38%

%37.82
%27.79
%34.38

CMYK color model

#846178 color CMYK value is (0,27,9,48).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 9.09%
  • key color value is 48.24%
CMYK:
(0,27,9,48)
C0M27Y9K48 
(0%,27%,9%,48%)
(0.00/0.27/0.09/0.48)	

CMYK percentages

%0
%26.52
%9.09
%48.24

Codes

Color #846178 in popluar color models

846178
RGB13297120
HSL321°15.28%44.90%
HSB/HSV321°26.52%51.76%
CMYK0.00%26.52%9.09%
48.24%

Color #846178 in popluar number systems.

HEX846178
Decimal13297120
Binary1000010011000011111000
Octal204141170

Shades and tints

Shades of #846178

#846178
(132,97,120)
#78596E
(120,89,110)
#6C5164
(108,81,100)
#60495A
(96,73,90)
#544150
(84,65,80)
#483946
(72,57,70)
#3C313C
(60,49,60)
#302932
(48,41,50)
#242128
(36,33,40)
#18191E
(24,25,30)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #846178

#846178
(132,97,120)
#8F6F84
(143,111,132)
#9A7D90
(154,125,144)
#A58B9C
(165,139,156)
#B099A8
(176,153,168)
#BBA7B4
(187,167,180)
#C6B5C0
(198,181,192)
#D1C3CC
(209,195,204)
#DCD1D8
(220,209,216)
#E7DFE4
(231,223,228)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846178; }

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

This text font color is #846178.


Background Color

.myBgColor { background-color: #846178; }

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

This div background color is #846178.


Border color

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

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

This div border color is #846178.


Opacity

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

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

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

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

This text has shadow with #846178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846178 on black background.


Color preview on white background

This text has color #846178 on white background.



Black color preview on #846178 background

This text has black color on #846178 background.


White color preview on #846178 background

This text has white color on #846178 background.