COLOR #846184

HEX: #846184
RGB: (132,97,132)

Color info

#846184 contains red, green and blue colors in about the same proportion. Web safe color of #846184 is #996699 (or #969).

RGB color model

#846184 color RGB value is (132,97,132).

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

RGB channels and saturation

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

132
97
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 97 + 132 = 361 (100%)
R 132 of 361 ~ 36.57%
G 97 of 361 ~ 26.87%
B 132 of 361 ~ 36.57%

%36.57
%26.87
%36.57

CMYK color model

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

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

CMYK percentages

%0
%26.52
%0
%48.24

Codes

Color #846184 in popluar color models

846184
RGB13297132
HSL300°15.28%44.90%
HSB/HSV300°26.52%51.76%
CMYK0.00%26.52%0.00%
48.24%

Color #846184 in popluar number systems.

HEX846184
Decimal13297132
Binary10000100110000110000100
Octal204141204

Shades and tints

Shades of #846184

#846184
(132,97,132)
#785978
(120,89,120)
#6C516C
(108,81,108)
#604960
(96,73,96)
#544154
(84,65,84)
#483948
(72,57,72)
#3C313C
(60,49,60)
#302930
(48,41,48)
#242124
(36,33,36)
#181918
(24,25,24)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #846184

#846184
(132,97,132)
#8F6F8F
(143,111,143)
#9A7D9A
(154,125,154)
#A58BA5
(165,139,165)
#B099B0
(176,153,176)
#BBA7BB
(187,167,187)
#C6B5C6
(198,181,198)
#D1C3D1
(209,195,209)
#DCD1DC
(220,209,220)
#E7DFE7
(231,223,231)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846184; }

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

This text font color is #846184.


Background Color

.myBgColor { background-color: #846184; }

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

This div background color is #846184.


Border color

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

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

This div border color is #846184.


Opacity

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

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

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

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

This text has shadow with #846184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846184 on black background.


Color preview on white background

This text has color #846184 on white background.



Black color preview on #846184 background

This text has black color on #846184 background.


White color preview on #846184 background

This text has white color on #846184 background.