COLOR #846E83

HEX: #846E83
RGB: (132,110,131)

Color info

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

RGB color model

#846E83 color RGB value is (132,110,131).

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

RGB channels and saturation

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

132
110
131

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

Portions of RGB colors in percentages

R + G + B =
132 + 110 + 131 = 373 (100%)
R 132 of 373 ~ 35.39%
G 110 of 373 ~ 29.49%
B 131 of 373 ~ 35.12%

%35.39
%29.49
%35.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • 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
%16.67
%0.76
%48.24

Codes

Color #846E83 in popluar color models

846E83
RGB132110131
HSL303°9.09%47.45%
HSB/HSV303°16.67%51.76%
CMYK0.00%16.67%0.76%
48.24%

Color #846E83 in popluar number systems.

HEX846E83
Decimal132110131
Binary10000100110111010000011
Octal204156203

Shades and tints

Shades of #846E83

#846E83
(132,110,131)
#786478
(120,100,120)
#6C5A6D
(108,90,109)
#605062
(96,80,98)
#544657
(84,70,87)
#483C4C
(72,60,76)
#3C3241
(60,50,65)
#302836
(48,40,54)
#241E2B
(36,30,43)
#181420
(24,20,32)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #846E83

#846E83
(132,110,131)
#8F7B8E
(143,123,142)
#9A8899
(154,136,153)
#A595A4
(165,149,164)
#B0A2AF
(176,162,175)
#BBAFBA
(187,175,186)
#C6BCC5
(198,188,197)
#D1C9D0
(209,201,208)
#DCD6DB
(220,214,219)
#E7E3E6
(231,227,230)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846E83; }

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

This text font color is #846E83.


Background Color

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

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

This div background color is #846E83.


Border color

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

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

This div border color is #846E83.


Opacity

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

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

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

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

This text has shadow with #846E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846E83 on black background.


Color preview on white background

This text has color #846E83 on white background.



Black color preview on #846E83 background

This text has black color on #846E83 background.


White color preview on #846E83 background

This text has white color on #846E83 background.