COLOR #846289

HEX: #846289
RGB: (132,98,137)

Color info

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

RGB color model

#846289 color RGB value is (132,98,137).

  • red value is 132;
  • green value is 98;
  • blue value is 137.
RGB:
(132,98,137)
(52%,38%,54%)

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 137 of 255 = 54%

132
98
137

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

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 137 = 367 (100%)
R 132 of 367 ~ 35.97%
G 98 of 367 ~ 26.7%
B 137 of 367 ~ 37.33%

%35.97
%26.7
%37.33

CMYK color model

#846289 color CMYK value is (4,28,0,46).

  • cyan value is 3.65%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,28,0,46)
C4M28Y0K46 
(4%,28%,0%,46%)
(0.04/0.28/0.00/0.46)	

CMYK percentages

%3.65
%28.47
%0
%46.27

Codes

Color #846289 in popluar color models

846289
RGB13298137
HSL292°16.60%46.08%
HSB/HSV292°28.47%53.73%
CMYK3.65%28.47%0.00%
46.27%

Color #846289 in popluar number systems.

HEX846289
Decimal13298137
Binary10000100110001010001001
Octal204142211

Shades and tints

Shades of #846289

#846289
(132,98,137)
#785A7D
(120,90,125)
#6C5271
(108,82,113)
#604A65
(96,74,101)
#544259
(84,66,89)
#483A4D
(72,58,77)
#3C3241
(60,50,65)
#302A35
(48,42,53)
#242229
(36,34,41)
#181A1D
(24,26,29)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #846289

#846289
(132,98,137)
#8F7093
(143,112,147)
#9A7E9D
(154,126,157)
#A58CA7
(165,140,167)
#B09AB1
(176,154,177)
#BBA8BB
(187,168,187)
#C6B6C5
(198,182,197)
#D1C4CF
(209,196,207)
#DCD2D9
(220,210,217)
#E7E0E3
(231,224,227)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846289 color. Also use rgb(132,98,137) instead hex code.

Text Font Color

.myTextColor { color: #846289; }

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

This text font color is #846289.


Background Color

.myBgColor { background-color: #846289; }

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

This div background color is #846289.


Border color

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

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

This div border color is #846289.


Opacity

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

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

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

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

This text has shadow with #846289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846289 on black background.


Color preview on white background

This text has color #846289 on white background.



Black color preview on #846289 background

This text has black color on #846289 background.


White color preview on #846289 background

This text has white color on #846289 background.