COLOR #846072

HEX: #846072
RGB: (132,96,114)

Color info

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

RGB color model

#846072 color RGB value is (132,96,114).

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

RGB channels and saturation

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

132
96
114

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

Portions of RGB colors in percentages

R + G + B =
132 + 96 + 114 = 342 (100%)
R 132 of 342 ~ 38.6%
G 96 of 342 ~ 28.07%
B 114 of 342 ~ 33.33%

%38.6
%28.07
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.27%
  • 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
%27.27
%13.64
%48.24

Codes

Color #846072 in popluar color models

846072
RGB13296114
HSL330°15.79%44.71%
HSB/HSV330°27.27%51.76%
CMYK0.00%27.27%13.64%
48.24%

Color #846072 in popluar number systems.

HEX846072
Decimal13296114
Binary1000010011000001110010
Octal204140162

Shades and tints

Shades of #846072

#846072
(132,96,114)
#785868
(120,88,104)
#6C505E
(108,80,94)
#604854
(96,72,84)
#54404A
(84,64,74)
#483840
(72,56,64)
#3C3036
(60,48,54)
#30282C
(48,40,44)
#242022
(36,32,34)
#181818
(24,24,24)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #846072

#846072
(132,96,114)
#8F6E7E
(143,110,126)
#9A7C8A
(154,124,138)
#A58A96
(165,138,150)
#B098A2
(176,152,162)
#BBA6AE
(187,166,174)
#C6B4BA
(198,180,186)
#D1C2C6
(209,194,198)
#DCD0D2
(220,208,210)
#E7DEDE
(231,222,222)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846072; }

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

This text font color is #846072.


Background Color

.myBgColor { background-color: #846072; }

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

This div background color is #846072.


Border color

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

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

This div border color is #846072.


Opacity

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

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

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

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

This text has shadow with #846072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846072 on black background.


Color preview on white background

This text has color #846072 on white background.



Black color preview on #846072 background

This text has black color on #846072 background.


White color preview on #846072 background

This text has white color on #846072 background.