COLOR #846079

HEX: #846079
RGB: (132,96,121)

Color info

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

RGB color model

#846079 color RGB value is (132,96,121).

  • red value is 132;
  • green value is 96;
  • blue value is 121.
RGB:
(132,96,121)
(52%,38%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 96 of 255 = 38%
B 121 of 255 = 47%

132
96
121

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

Portions of RGB colors in percentages

R + G + B =
132 + 96 + 121 = 349 (100%)
R 132 of 349 ~ 37.82%
G 96 of 349 ~ 27.51%
B 121 of 349 ~ 34.67%

%37.82
%27.51
%34.67

CMYK color model

#846079 color CMYK value is (0,27,8,48).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(0,27,8,48)
C0M27Y8K48 
(0%,27%,8%,48%)
(0.00/0.27/0.08/0.48)	

CMYK percentages

%0
%27.27
%8.33
%48.24

Codes

Color #846079 in popluar color models

846079
RGB13296121
HSL318°15.79%44.71%
HSB/HSV318°27.27%51.76%
CMYK0.00%27.27%8.33%
48.24%

Color #846079 in popluar number systems.

HEX846079
Decimal13296121
Binary1000010011000001111001
Octal204140171

Shades and tints

Shades of #846079

#846079
(132,96,121)
#78586E
(120,88,110)
#6C5063
(108,80,99)
#604858
(96,72,88)
#54404D
(84,64,77)
#483842
(72,56,66)
#3C3037
(60,48,55)
#30282C
(48,40,44)
#242021
(36,32,33)
#181816
(24,24,22)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #846079

#846079
(132,96,121)
#8F6E85
(143,110,133)
#9A7C91
(154,124,145)
#A58A9D
(165,138,157)
#B098A9
(176,152,169)
#BBA6B5
(187,166,181)
#C6B4C1
(198,180,193)
#D1C2CD
(209,194,205)
#DCD0D9
(220,208,217)
#E7DEE5
(231,222,229)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846079 color. Also use rgb(132,96,121) instead hex code.

Text Font Color

.myTextColor { color: #846079; }

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

This text font color is #846079.


Background Color

.myBgColor { background-color: #846079; }

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

This div background color is #846079.


Border color

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

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

This div border color is #846079.


Opacity

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

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

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

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

This text has shadow with #846079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846079 on black background.


Color preview on white background

This text has color #846079 on white background.



Black color preview on #846079 background

This text has black color on #846079 background.


White color preview on #846079 background

This text has white color on #846079 background.