COLOR #846584

HEX: #846584
RGB: (132,101,132)

Color info

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

RGB color model

#846584 color RGB value is (132,101,132).

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

RGB channels and saturation

R 132 of 255 = 52%
G 101 of 255 = 40%
B 132 of 255 = 52%

132
101
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 101 + 132 = 365 (100%)
R 132 of 365 ~ 36.16%
G 101 of 365 ~ 27.67%
B 132 of 365 ~ 36.16%

%36.16
%27.67
%36.16

CMYK color model

#846584 color CMYK value is (0,23,0,48).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(0,23,0,48)
C0M23Y0K48 
(0%,23%,0%,48%)
(0.00/0.23/0.00/0.48)	

CMYK percentages

%0
%23.48
%0
%48.24

Codes

Color #846584 in popluar color models

846584
RGB132101132
HSL300°13.30%45.69%
HSB/HSV300°23.48%51.76%
CMYK0.00%23.48%0.00%
48.24%

Color #846584 in popluar number systems.

HEX846584
Decimal132101132
Binary10000100110010110000100
Octal204145204

Shades and tints

Shades of #846584

#846584
(132,101,132)
#785C78
(120,92,120)
#6C536C
(108,83,108)
#604A60
(96,74,96)
#544154
(84,65,84)
#483848
(72,56,72)
#3C2F3C
(60,47,60)
#302630
(48,38,48)
#241D24
(36,29,36)
#181418
(24,20,24)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #846584

#846584
(132,101,132)
#8F738F
(143,115,143)
#9A819A
(154,129,154)
#A58FA5
(165,143,165)
#B09DB0
(176,157,176)
#BBABBB
(187,171,187)
#C6B9C6
(198,185,198)
#D1C7D1
(209,199,209)
#DCD5DC
(220,213,220)
#E7E3E7
(231,227,231)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846584; }

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

This text font color is #846584.


Background Color

.myBgColor { background-color: #846584; }

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

This div background color is #846584.


Border color

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

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

This div border color is #846584.


Opacity

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

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

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

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

This text has shadow with #846584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846584 on black background.


Color preview on white background

This text has color #846584 on white background.



Black color preview on #846584 background

This text has black color on #846584 background.


White color preview on #846584 background

This text has white color on #846584 background.