COLOR #846276

HEX: #846276
RGB: (132,98,118)

Color info

#846276 contains red, green and blue colors in about the same proportion. Web safe color of #846276 is #996666 (or #966).

RGB color model

#846276 color RGB value is (132,98,118).

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

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 118 of 255 = 46%

132
98
118

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

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 118 = 348 (100%)
R 132 of 348 ~ 37.93%
G 98 of 348 ~ 28.16%
B 118 of 348 ~ 33.91%

%37.93
%28.16
%33.91

CMYK color model

#846276 color CMYK value is (0,26,11,48).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(0,26,11,48)
C0M26Y11K48 
(0%,26%,11%,48%)
(0.00/0.26/0.11/0.48)	

CMYK percentages

%0
%25.76
%10.61
%48.24

Codes

Color #846276 in popluar color models

846276
RGB13298118
HSL325°14.78%45.10%
HSB/HSV325°25.76%51.76%
CMYK0.00%25.76%10.61%
48.24%

Color #846276 in popluar number systems.

HEX846276
Decimal13298118
Binary1000010011000101110110
Octal204142166

Shades and tints

Shades of #846276

#846276
(132,98,118)
#785A6C
(120,90,108)
#6C5262
(108,82,98)
#604A58
(96,74,88)
#54424E
(84,66,78)
#483A44
(72,58,68)
#3C323A
(60,50,58)
#302A30
(48,42,48)
#242226
(36,34,38)
#181A1C
(24,26,28)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #846276

#846276
(132,98,118)
#8F7082
(143,112,130)
#9A7E8E
(154,126,142)
#A58C9A
(165,140,154)
#B09AA6
(176,154,166)
#BBA8B2
(187,168,178)
#C6B6BE
(198,182,190)
#D1C4CA
(209,196,202)
#DCD2D6
(220,210,214)
#E7E0E2
(231,224,226)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846276; }

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

This text font color is #846276.


Background Color

.myBgColor { background-color: #846276; }

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

This div background color is #846276.


Border color

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

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

This div border color is #846276.


Opacity

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

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

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

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

This text has shadow with #846276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846276 on black background.


Color preview on white background

This text has color #846276 on white background.



Black color preview on #846276 background

This text has black color on #846276 background.


White color preview on #846276 background

This text has white color on #846276 background.