COLOR #846D8A

HEX: #846D8A RGB: (132,109,138)

Color info

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

RGB color model

#846D8A color RGB value is (132,109,138).

RGB: (132,109,138) (52%, 43%, 54%)

RGB channels and saturation

R 132 of 255 = 52%
G 109 of 255 = 43%
B 138 of 255 = 54%

132
109
138

R + G + B ~ 50%. #846D8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 109 + 138 = 379 (100%)
R 132 of 379 ~ 34.83%
G 109 of 379 ~ 28.76%
B 138 of 379 ~ 36.41'%

%34.83
%28.76
%36.41

CMYK color model

#846D8A color CMYK value is (4,21,0,46).

  • cyan value is 4.35%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (4,21,0,46)
C4M21Y0K46 (4%, 21%, 0%, 46%)
(0.04 / 0.21 / 0.00 / 0.46)

CMYK percentages

%4.35
%21.01
%0
%45.88

Codes

Color #846D8A in popluar color models

84 6D 8A
RGB 132 109 138
HSL 288° 11.74% 48.43%
HSB/HSV 288° 21.01% 54.12%
CMYK 4.35% 21.01% 0.00%
45.88%

Color #846D8A in popluar number systems.

HEX 84 6D 8A
Decimal 132 109 138
Binary 10000100 1101101 10001010
Octal 204 155 212

Shades and tints

Shades of #846D8A

#846D8A
(132,109,138)
#78647E
(120,100,126)
#6C5B72
(108,91,114)
#605266
(96,82,102)
#54495A
(84,73,90)
#48404E
(72,64,78)
#3C3742
(60,55,66)
#302E36
(48,46,54)
#24252A
(36,37,42)
#181C1E
(24,28,30)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #846D8A

#846D8A
(132,109,138)
#8F7A94
(143,122,148)
#9A879E
(154,135,158)
#A594A8
(165,148,168)
#B0A1B2
(176,161,178)
#BBAEBC
(187,174,188)
#C6BBC6
(198,187,198)
#D1C8D0
(209,200,208)
#DCD5DA
(220,213,218)
#E7E2E4
(231,226,228)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846D8A color. Also use rgb(132,109,138) instead hex code.

Text Font Color

.myTextColor { color: #846D8A; }

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

This text font color is #846D8A.

Background Color

.myBgColor { background-color: #846D8A; }

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

This div background color is #846D8A.

Border color

.myBorderColor { border: 1px solid #846D8A; }

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

This div border color is #846D8A.

Opacity

.myOpacity80 { color: #846D8A; opacity: 0.8; }

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

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

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

This text has shadow with #846D8A color.


.textShadow {text-shadow: 3px 3px 1px #846D8A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #846D8A; -webkit-box-shadow: 1px 1px 3px 2px #846D8A; box-shadow:1px 1px 3px 2px #846D8A;">
Div content here
</div>

This div box has shadow with color #846D8A.

Preview

Color preview on black background

This text has color #846D8A on black background.


Color preview on white background

This text has color #846D8A on white background.


Black color preview on #846D8A background

This text has black color on #846D8A background.


White color preview on #846D8A background

This text has white color on #846D8A background.


Related colors

Complementary color

Complementary color for #hex is #7B9275.


I love getcolorcode.com

Triadic colors

1 #8A846D and #6D8A84 with #846D8A are triadic colors.

2 #8A6D84 and #6D848A with #846D8A are triadic colors.