COLOR #846782

HEX: #846782
RGB: (132,103,130)

Color info

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

RGB color model

#846782 color RGB value is (132,103,130).

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

RGB channels and saturation

R 132 of 255 = 52%
G 103 of 255 = 40%
B 130 of 255 = 51%

132
103
130

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

Portions of RGB colors in percentages

R + G + B =
132 + 103 + 130 = 365 (100%)
R 132 of 365 ~ 36.16%
G 103 of 365 ~ 28.22%
B 130 of 365 ~ 35.62%

%36.16
%28.22
%35.62

CMYK color model

#846782 color CMYK value is (0,22,2,48).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(0,22,2,48)
C0M22Y2K48 
(0%,22%,2%,48%)
(0.00/0.22/0.02/0.48)	

CMYK percentages

%0
%21.97
%1.52
%48.24

Codes

Color #846782 in popluar color models

846782
RGB132103130
HSL304°12.34%46.08%
HSB/HSV304°21.97%51.76%
CMYK0.00%21.97%1.52%
48.24%

Color #846782 in popluar number systems.

HEX846782
Decimal132103130
Binary10000100110011110000010
Octal204147202

Shades and tints

Shades of #846782

#846782
(132,103,130)
#785E77
(120,94,119)
#6C556C
(108,85,108)
#604C61
(96,76,97)
#544356
(84,67,86)
#483A4B
(72,58,75)
#3C3140
(60,49,64)
#302835
(48,40,53)
#241F2A
(36,31,42)
#18161F
(24,22,31)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #846782

#846782
(132,103,130)
#8F748D
(143,116,141)
#9A8198
(154,129,152)
#A58EA3
(165,142,163)
#B09BAE
(176,155,174)
#BBA8B9
(187,168,185)
#C6B5C4
(198,181,196)
#D1C2CF
(209,194,207)
#DCCFDA
(220,207,218)
#E7DCE5
(231,220,229)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846782; }

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

This text font color is #846782.


Background Color

.myBgColor { background-color: #846782; }

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

This div background color is #846782.


Border color

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

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

This div border color is #846782.


Opacity

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

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

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

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

This text has shadow with #846782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846782 on black background.


Color preview on white background

This text has color #846782 on white background.



Black color preview on #846782 background

This text has black color on #846782 background.


White color preview on #846782 background

This text has white color on #846782 background.