COLOR #846372

HEX: #846372
RGB: (132,99,114)

Color info

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

RGB color model

#846372 color RGB value is (132,99,114).

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

RGB channels and saturation

R 132 of 255 = 52%
G 99 of 255 = 39%
B 114 of 255 = 45%

132
99
114

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

Portions of RGB colors in percentages

R + G + B =
132 + 99 + 114 = 345 (100%)
R 132 of 345 ~ 38.26%
G 99 of 345 ~ 28.7%
B 114 of 345 ~ 33.04%

%38.26
%28.7
%33.04

CMYK color model

#846372 color CMYK value is (0,25,14,48).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 13.64%
  • key color value is 48.24%
CMYK:
(0,25,14,48)
C0M25Y14K48 
(0%,25%,14%,48%)
(0.00/0.25/0.14/0.48)	

CMYK percentages

%0
%25
%13.64
%48.24

Codes

Color #846372 in popluar color models

846372
RGB13299114
HSL333°14.29%45.29%
HSB/HSV333°25.00%51.76%
CMYK0.00%25.00%13.64%
48.24%

Color #846372 in popluar number systems.

HEX846372
Decimal13299114
Binary1000010011000111110010
Octal204143162

Shades and tints

Shades of #846372

#846372
(132,99,114)
#785A68
(120,90,104)
#6C515E
(108,81,94)
#604854
(96,72,84)
#543F4A
(84,63,74)
#483640
(72,54,64)
#3C2D36
(60,45,54)
#30242C
(48,36,44)
#241B22
(36,27,34)
#181218
(24,18,24)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #846372

#846372
(132,99,114)
#8F717E
(143,113,126)
#9A7F8A
(154,127,138)
#A58D96
(165,141,150)
#B09BA2
(176,155,162)
#BBA9AE
(187,169,174)
#C6B7BA
(198,183,186)
#D1C5C6
(209,197,198)
#DCD3D2
(220,211,210)
#E7E1DE
(231,225,222)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846372; }

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

This text font color is #846372.


Background Color

.myBgColor { background-color: #846372; }

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

This div background color is #846372.


Border color

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

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

This div border color is #846372.


Opacity

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

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

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

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

This text has shadow with #846372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846372 on black background.


Color preview on white background

This text has color #846372 on white background.



Black color preview on #846372 background

This text has black color on #846372 background.


White color preview on #846372 background

This text has white color on #846372 background.