COLOR #846172

HEX: #846172
RGB: (132,97,114)

Color info

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

RGB color model

#846172 color RGB value is (132,97,114).

  • red value is 132;
  • green value is 97;
  • blue value is 114.
RGB:
(132,97,114)
(52%,38%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 97 of 255 = 38%
B 114 of 255 = 45%

132
97
114

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

Portions of RGB colors in percentages

R + G + B =
132 + 97 + 114 = 343 (100%)
R 132 of 343 ~ 38.48%
G 97 of 343 ~ 28.28%
B 114 of 343 ~ 33.24%

%38.48
%28.28
%33.24

CMYK color model

#846172 color CMYK value is (0,27,14,48).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 13.64%
  • key color value is 48.24%
CMYK:
(0,27,14,48)
C0M27Y14K48 
(0%,27%,14%,48%)
(0.00/0.27/0.14/0.48)	

CMYK percentages

%0
%26.52
%13.64
%48.24

Codes

Color #846172 in popluar color models

846172
RGB13297114
HSL331°15.28%44.90%
HSB/HSV331°26.52%51.76%
CMYK0.00%26.52%13.64%
48.24%

Color #846172 in popluar number systems.

HEX846172
Decimal13297114
Binary1000010011000011110010
Octal204141162

Shades and tints

Shades of #846172

#846172
(132,97,114)
#785968
(120,89,104)
#6C515E
(108,81,94)
#604954
(96,73,84)
#54414A
(84,65,74)
#483940
(72,57,64)
#3C3136
(60,49,54)
#30292C
(48,41,44)
#242122
(36,33,34)
#181918
(24,25,24)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #846172

#846172
(132,97,114)
#8F6F7E
(143,111,126)
#9A7D8A
(154,125,138)
#A58B96
(165,139,150)
#B099A2
(176,153,162)
#BBA7AE
(187,167,174)
#C6B5BA
(198,181,186)
#D1C3C6
(209,195,198)
#DCD1D2
(220,209,210)
#E7DFDE
(231,223,222)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846172 color. Also use rgb(132,97,114) instead hex code.

Text Font Color

.myTextColor { color: #846172; }

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

This text font color is #846172.


Background Color

.myBgColor { background-color: #846172; }

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

This div background color is #846172.


Border color

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

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

This div border color is #846172.


Opacity

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

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

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

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

This text has shadow with #846172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846172 on black background.


Color preview on white background

This text has color #846172 on white background.



Black color preview on #846172 background

This text has black color on #846172 background.


White color preview on #846172 background

This text has white color on #846172 background.