COLOR #846786

HEX: #846786
RGB: (132,103,134)

Color info

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

RGB color model

#846786 color RGB value is (132,103,134).

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

RGB channels and saturation

R 132 of 255 = 52%
G 103 of 255 = 40%
B 134 of 255 = 53%

132
103
134

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

Portions of RGB colors in percentages

R + G + B =
132 + 103 + 134 = 369 (100%)
R 132 of 369 ~ 35.77%
G 103 of 369 ~ 27.91%
B 134 of 369 ~ 36.31%

%35.77
%27.91
%36.31

CMYK color model

#846786 color CMYK value is (1,23,0,47).

  • cyan value is 1.49%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(1,23,0,47)
C1M23Y0K47 
(1%,23%,0%,47%)
(0.01/0.23/0.00/0.47)	

CMYK percentages

%1.49
%23.13
%0
%47.45

Codes

Color #846786 in popluar color models

846786
RGB132103134
HSL296°13.08%46.47%
HSB/HSV296°23.13%52.55%
CMYK1.49%23.13%0.00%
47.45%

Color #846786 in popluar number systems.

HEX846786
Decimal132103134
Binary10000100110011110000110
Octal204147206

Shades and tints

Shades of #846786

#846786
(132,103,134)
#785E7A
(120,94,122)
#6C556E
(108,85,110)
#604C62
(96,76,98)
#544356
(84,67,86)
#483A4A
(72,58,74)
#3C313E
(60,49,62)
#302832
(48,40,50)
#241F26
(36,31,38)
#18161A
(24,22,26)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #846786

#846786
(132,103,134)
#8F7491
(143,116,145)
#9A819C
(154,129,156)
#A58EA7
(165,142,167)
#B09BB2
(176,155,178)
#BBA8BD
(187,168,189)
#C6B5C8
(198,181,200)
#D1C2D3
(209,194,211)
#DCCFDE
(220,207,222)
#E7DCE9
(231,220,233)
#F2E9F4
(242,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846786; }

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

This text font color is #846786.


Background Color

.myBgColor { background-color: #846786; }

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

This div background color is #846786.


Border color

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

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

This div border color is #846786.


Opacity

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

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

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

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

This text has shadow with #846786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846786 on black background.


Color preview on white background

This text has color #846786 on white background.



Black color preview on #846786 background

This text has black color on #846786 background.


White color preview on #846786 background

This text has white color on #846786 background.