COLOR #846384

HEX: #846384
RGB: (132,99,132)

Color info

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

RGB color model

#846384 color RGB value is (132,99,132).

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

RGB channels and saturation

R 132 of 255 = 52%
G 99 of 255 = 39%
B 132 of 255 = 52%

132
99
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 99 + 132 = 363 (100%)
R 132 of 363 ~ 36.36%
G 99 of 363 ~ 27.27%
B 132 of 363 ~ 36.36%

%36.36
%27.27
%36.36

CMYK color model

#846384 color CMYK value is (0,25,0,48).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(0,25,0,48)
C0M25Y0K48 
(0%,25%,0%,48%)
(0.00/0.25/0.00/0.48)	

CMYK percentages

%0
%25
%0
%48.24

Codes

Color #846384 in popluar color models

846384
RGB13299132
HSL300°14.29%45.29%
HSB/HSV300°25.00%51.76%
CMYK0.00%25.00%0.00%
48.24%

Color #846384 in popluar number systems.

HEX846384
Decimal13299132
Binary10000100110001110000100
Octal204143204

Shades and tints

Shades of #846384

#846384
(132,99,132)
#785A78
(120,90,120)
#6C516C
(108,81,108)
#604860
(96,72,96)
#543F54
(84,63,84)
#483648
(72,54,72)
#3C2D3C
(60,45,60)
#302430
(48,36,48)
#241B24
(36,27,36)
#181218
(24,18,24)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #846384

#846384
(132,99,132)
#8F718F
(143,113,143)
#9A7F9A
(154,127,154)
#A58DA5
(165,141,165)
#B09BB0
(176,155,176)
#BBA9BB
(187,169,187)
#C6B7C6
(198,183,198)
#D1C5D1
(209,197,209)
#DCD3DC
(220,211,220)
#E7E1E7
(231,225,231)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846384; }

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

This text font color is #846384.


Background Color

.myBgColor { background-color: #846384; }

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

This div background color is #846384.


Border color

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

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

This div border color is #846384.


Opacity

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

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

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

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

This text has shadow with #846384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846384 on black background.


Color preview on white background

This text has color #846384 on white background.



Black color preview on #846384 background

This text has black color on #846384 background.


White color preview on #846384 background

This text has white color on #846384 background.