COLOR #846288

HEX: #846288
RGB: (132,98,136)

Color info

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

RGB color model

#846288 color RGB value is (132,98,136).

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

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 136 of 255 = 53%

132
98
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 136 = 366 (100%)
R 132 of 366 ~ 36.07%
G 98 of 366 ~ 26.78%
B 136 of 366 ~ 37.16%

%36.07
%26.78
%37.16

CMYK color model

#846288 color CMYK value is (3,28,0,47).

  • cyan value is 2.94%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(3,28,0,47)
C3M28Y0K47 
(3%,28%,0%,47%)
(0.03/0.28/0.00/0.47)	

CMYK percentages

%2.94
%27.94
%0
%46.67

Codes

Color #846288 in popluar color models

846288
RGB13298136
HSL294°16.24%45.88%
HSB/HSV294°27.94%53.33%
CMYK2.94%27.94%0.00%
46.67%

Color #846288 in popluar number systems.

HEX846288
Decimal13298136
Binary10000100110001010001000
Octal204142210

Shades and tints

Shades of #846288

#846288
(132,98,136)
#785A7C
(120,90,124)
#6C5270
(108,82,112)
#604A64
(96,74,100)
#544258
(84,66,88)
#483A4C
(72,58,76)
#3C3240
(60,50,64)
#302A34
(48,42,52)
#242228
(36,34,40)
#181A1C
(24,26,28)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #846288

#846288
(132,98,136)
#8F7092
(143,112,146)
#9A7E9C
(154,126,156)
#A58CA6
(165,140,166)
#B09AB0
(176,154,176)
#BBA8BA
(187,168,186)
#C6B6C4
(198,182,196)
#D1C4CE
(209,196,206)
#DCD2D8
(220,210,216)
#E7E0E2
(231,224,226)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846288; }

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

This text font color is #846288.


Background Color

.myBgColor { background-color: #846288; }

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

This div background color is #846288.


Border color

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

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

This div border color is #846288.


Opacity

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

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

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

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

This text has shadow with #846288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846288 on black background.


Color preview on white background

This text has color #846288 on white background.



Black color preview on #846288 background

This text has black color on #846288 background.


White color preview on #846288 background

This text has white color on #846288 background.