COLOR #846A81

HEX: #846A81
RGB: (132,106,129)

Color info

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

RGB color model

#846A81 color RGB value is (132,106,129).

  • red value is 132;
  • green value is 106;
  • blue value is 129.
RGB:
(132,106,129)
(52%,42%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 106 of 255 = 42%
B 129 of 255 = 51%

132
106
129

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

Portions of RGB colors in percentages

R + G + B =
132 + 106 + 129 = 367 (100%)
R 132 of 367 ~ 35.97%
G 106 of 367 ~ 28.88%
B 129 of 367 ~ 35.15%

%35.97
%28.88
%35.15

CMYK color model

#846A81 color CMYK value is (0,20,2,48).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(0,20,2,48)
C0M20Y2K48 
(0%,20%,2%,48%)
(0.00/0.20/0.02/0.48)	

CMYK percentages

%0
%19.7
%2.27
%48.24

Codes

Color #846A81 in popluar color models

846A81
RGB132106129
HSL307°10.92%46.67%
HSB/HSV307°19.70%51.76%
CMYK0.00%19.70%2.27%
48.24%

Color #846A81 in popluar number systems.

HEX846A81
Decimal132106129
Binary10000100110101010000001
Octal204152201

Shades and tints

Shades of #846A81

#846A81
(132,106,129)
#786176
(120,97,118)
#6C586B
(108,88,107)
#604F60
(96,79,96)
#544655
(84,70,85)
#483D4A
(72,61,74)
#3C343F
(60,52,63)
#302B34
(48,43,52)
#242229
(36,34,41)
#18191E
(24,25,30)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #846A81

#846A81
(132,106,129)
#8F778C
(143,119,140)
#9A8497
(154,132,151)
#A591A2
(165,145,162)
#B09EAD
(176,158,173)
#BBABB8
(187,171,184)
#C6B8C3
(198,184,195)
#D1C5CE
(209,197,206)
#DCD2D9
(220,210,217)
#E7DFE4
(231,223,228)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846A81 color. Also use rgb(132,106,129) instead hex code.

Text Font Color

.myTextColor { color: #846A81; }

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

This text font color is #846A81.


Background Color

.myBgColor { background-color: #846A81; }

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

This div background color is #846A81.


Border color

.myBorderColor { border: 1px solid #846A81; }

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

This div border color is #846A81.


Opacity

.myOpacity80 { color: #846A81; opacity: 0.8; }

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

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

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

This text has shadow with #846A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846A81 on black background.


Color preview on white background

This text has color #846A81 on white background.



Black color preview on #846A81 background

This text has black color on #846A81 background.


White color preview on #846A81 background

This text has white color on #846A81 background.