COLOR #846D83

HEX: #846D83
RGB: (132,109,131)

Color info

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

RGB color model

#846D83 color RGB value is (132,109,131).

  • red value is 132;
  • green value is 109;
  • blue value is 131.
RGB:
(132,109,131)
(52%,43%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 109 of 255 = 43%
B 131 of 255 = 51%

132
109
131

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

Portions of RGB colors in percentages

R + G + B =
132 + 109 + 131 = 372 (100%)
R 132 of 372 ~ 35.48%
G 109 of 372 ~ 29.3%
B 131 of 372 ~ 35.22%

%35.48
%29.3
%35.22

CMYK color model

#846D83 color CMYK value is (0,17,1,48).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(0,17,1,48)
C0M17Y1K48 
(0%,17%,1%,48%)
(0.00/0.17/0.01/0.48)	

CMYK percentages

%0
%17.42
%0.76
%48.24

Codes

Color #846D83 in popluar color models

846D83
RGB132109131
HSL303°9.54%47.25%
HSB/HSV303°17.42%51.76%
CMYK0.00%17.42%0.76%
48.24%

Color #846D83 in popluar number systems.

HEX846D83
Decimal132109131
Binary10000100110110110000011
Octal204155203

Shades and tints

Shades of #846D83

#846D83
(132,109,131)
#786478
(120,100,120)
#6C5B6D
(108,91,109)
#605262
(96,82,98)
#544957
(84,73,87)
#48404C
(72,64,76)
#3C3741
(60,55,65)
#302E36
(48,46,54)
#24252B
(36,37,43)
#181C20
(24,28,32)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #846D83

#846D83
(132,109,131)
#8F7A8E
(143,122,142)
#9A8799
(154,135,153)
#A594A4
(165,148,164)
#B0A1AF
(176,161,175)
#BBAEBA
(187,174,186)
#C6BBC5
(198,187,197)
#D1C8D0
(209,200,208)
#DCD5DB
(220,213,219)
#E7E2E6
(231,226,230)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846D83; }

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

This text font color is #846D83.


Background Color

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

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

This div background color is #846D83.


Border color

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

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

This div border color is #846D83.


Opacity

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

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

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

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

This text has shadow with #846D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846D83 on black background.


Color preview on white background

This text has color #846D83 on white background.



Black color preview on #846D83 background

This text has black color on #846D83 background.


White color preview on #846D83 background

This text has white color on #846D83 background.