COLOR #846473

HEX: #846473
RGB: (132,100,115)

Color info

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

RGB color model

#846473 color RGB value is (132,100,115).

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

RGB channels and saturation

R 132 of 255 = 52%
G 100 of 255 = 39%
B 115 of 255 = 45%

132
100
115

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

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 115 = 347 (100%)
R 132 of 347 ~ 38.04%
G 100 of 347 ~ 28.82%
B 115 of 347 ~ 33.14%

%38.04
%28.82
%33.14

CMYK color model

#846473 color CMYK value is (0,24,13,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 12.88%
  • key color value is 48.24%
CMYK:
(0,24,13,48)
C0M24Y13K48 
(0%,24%,13%,48%)
(0.00/0.24/0.13/0.48)	

CMYK percentages

%0
%24.24
%12.88
%48.24

Codes

Color #846473 in popluar color models

846473
RGB132100115
HSL332°13.79%45.49%
HSB/HSV332°24.24%51.76%
CMYK0.00%24.24%12.88%
48.24%

Color #846473 in popluar number systems.

HEX846473
Decimal132100115
Binary1000010011001001110011
Octal204144163

Shades and tints

Shades of #846473

#846473
(132,100,115)
#785B69
(120,91,105)
#6C525F
(108,82,95)
#604955
(96,73,85)
#54404B
(84,64,75)
#483741
(72,55,65)
#3C2E37
(60,46,55)
#30252D
(48,37,45)
#241C23
(36,28,35)
#181319
(24,19,25)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #846473

#846473
(132,100,115)
#8F727F
(143,114,127)
#9A808B
(154,128,139)
#A58E97
(165,142,151)
#B09CA3
(176,156,163)
#BBAAAF
(187,170,175)
#C6B8BB
(198,184,187)
#D1C6C7
(209,198,199)
#DCD4D3
(220,212,211)
#E7E2DF
(231,226,223)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846473 color. Also use rgb(132,100,115) instead hex code.

Text Font Color

.myTextColor { color: #846473; }

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

This text font color is #846473.


Background Color

.myBgColor { background-color: #846473; }

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

This div background color is #846473.


Border color

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

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

This div border color is #846473.


Opacity

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

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

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

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

This text has shadow with #846473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846473 on black background.


Color preview on white background

This text has color #846473 on white background.



Black color preview on #846473 background

This text has black color on #846473 background.


White color preview on #846473 background

This text has white color on #846473 background.