COLOR #846B73

HEX: #846B73
RGB: (132,107,115)

Color info

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

RGB color model

#846B73 color RGB value is (132,107,115).

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

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 115 of 255 = 45%

132
107
115

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

Portions of RGB colors in percentages

R + G + B =
132 + 107 + 115 = 354 (100%)
R 132 of 354 ~ 37.29%
G 107 of 354 ~ 30.23%
B 115 of 354 ~ 32.49%

%37.29
%30.23
%32.49

CMYK color model

#846B73 color CMYK value is (0,19,13,48).

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 12.88%
  • key color value is 48.24%
CMYK:
(0,19,13,48)
C0M19Y13K48 
(0%,19%,13%,48%)
(0.00/0.19/0.13/0.48)	

CMYK percentages

%0
%18.94
%12.88
%48.24

Codes

Color #846B73 in popluar color models

846B73
RGB132107115
HSL341°10.46%46.86%
HSB/HSV341°18.94%51.76%
CMYK0.00%18.94%12.88%
48.24%

Color #846B73 in popluar number systems.

HEX846B73
Decimal132107115
Binary1000010011010111110011
Octal204153163

Shades and tints

Shades of #846B73

#846B73
(132,107,115)
#786269
(120,98,105)
#6C595F
(108,89,95)
#605055
(96,80,85)
#54474B
(84,71,75)
#483E41
(72,62,65)
#3C3537
(60,53,55)
#302C2D
(48,44,45)
#242323
(36,35,35)
#181A19
(24,26,25)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #846B73

#846B73
(132,107,115)
#8F787F
(143,120,127)
#9A858B
(154,133,139)
#A59297
(165,146,151)
#B09FA3
(176,159,163)
#BBACAF
(187,172,175)
#C6B9BB
(198,185,187)
#D1C6C7
(209,198,199)
#DCD3D3
(220,211,211)
#E7E0DF
(231,224,223)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846B73; }

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

This text font color is #846B73.


Background Color

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

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

This div background color is #846B73.


Border color

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

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

This div border color is #846B73.


Opacity

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

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

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

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

This text has shadow with #846B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846B73 on black background.


Color preview on white background

This text has color #846B73 on white background.



Black color preview on #846B73 background

This text has black color on #846B73 background.


White color preview on #846B73 background

This text has white color on #846B73 background.