COLOR #846482

HEX: #846482
RGB: (132,100,130)

Color info

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

RGB color model

#846482 color RGB value is (132,100,130).

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

RGB channels and saturation

R 132 of 255 = 52%
G 100 of 255 = 39%
B 130 of 255 = 51%

132
100
130

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

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 130 = 362 (100%)
R 132 of 362 ~ 36.46%
G 100 of 362 ~ 27.62%
B 130 of 362 ~ 35.91%

%36.46
%27.62
%35.91

CMYK color model

#846482 color CMYK value is (0,24,2,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(0,24,2,48)
C0M24Y2K48 
(0%,24%,2%,48%)
(0.00/0.24/0.02/0.48)	

CMYK percentages

%0
%24.24
%1.52
%48.24

Codes

Color #846482 in popluar color models

846482
RGB132100130
HSL304°13.79%45.49%
HSB/HSV304°24.24%51.76%
CMYK0.00%24.24%1.52%
48.24%

Color #846482 in popluar number systems.

HEX846482
Decimal132100130
Binary10000100110010010000010
Octal204144202

Shades and tints

Shades of #846482

#846482
(132,100,130)
#785B77
(120,91,119)
#6C526C
(108,82,108)
#604961
(96,73,97)
#544056
(84,64,86)
#48374B
(72,55,75)
#3C2E40
(60,46,64)
#302535
(48,37,53)
#241C2A
(36,28,42)
#18131F
(24,19,31)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #846482

#846482
(132,100,130)
#8F728D
(143,114,141)
#9A8098
(154,128,152)
#A58EA3
(165,142,163)
#B09CAE
(176,156,174)
#BBAAB9
(187,170,185)
#C6B8C4
(198,184,196)
#D1C6CF
(209,198,207)
#DCD4DA
(220,212,218)
#E7E2E5
(231,226,229)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846482; }

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

This text font color is #846482.


Background Color

.myBgColor { background-color: #846482; }

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

This div background color is #846482.


Border color

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

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

This div border color is #846482.


Opacity

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

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

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

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

This text has shadow with #846482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846482 on black background.


Color preview on white background

This text has color #846482 on white background.



Black color preview on #846482 background

This text has black color on #846482 background.


White color preview on #846482 background

This text has white color on #846482 background.