COLOR #846B71

HEX: #846B71
RGB: (132,107,113)

Color info

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

RGB color model

#846B71 color RGB value is (132,107,113).

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

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 113 of 255 = 44%

132
107
113

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

Portions of RGB colors in percentages

R + G + B =
132 + 107 + 113 = 352 (100%)
R 132 of 352 ~ 37.5%
G 107 of 352 ~ 30.4%
B 113 of 352 ~ 32.1%

%37.5
%30.4
%32.1

CMYK color model

#846B71 color CMYK value is (0,19,14,48).

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 14.39%
  • key color value is 48.24%
CMYK:
(0,19,14,48)
C0M19Y14K48 
(0%,19%,14%,48%)
(0.00/0.19/0.14/0.48)	

CMYK percentages

%0
%18.94
%14.39
%48.24

Codes

Color #846B71 in popluar color models

846B71
RGB132107113
HSL346°10.46%46.86%
HSB/HSV346°18.94%51.76%
CMYK0.00%18.94%14.39%
48.24%

Color #846B71 in popluar number systems.

HEX846B71
Decimal132107113
Binary1000010011010111110001
Octal204153161

Shades and tints

Shades of #846B71

#846B71
(132,107,113)
#786267
(120,98,103)
#6C595D
(108,89,93)
#605053
(96,80,83)
#544749
(84,71,73)
#483E3F
(72,62,63)
#3C3535
(60,53,53)
#302C2B
(48,44,43)
#242321
(36,35,33)
#181A17
(24,26,23)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #846B71

#846B71
(132,107,113)
#8F787D
(143,120,125)
#9A8589
(154,133,137)
#A59295
(165,146,149)
#B09FA1
(176,159,161)
#BBACAD
(187,172,173)
#C6B9B9
(198,185,185)
#D1C6C5
(209,198,197)
#DCD3D1
(220,211,209)
#E7E0DD
(231,224,221)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846B71; }

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

This text font color is #846B71.


Background Color

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

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

This div background color is #846B71.


Border color

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

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

This div border color is #846B71.


Opacity

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

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

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

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

This text has shadow with #846B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846B71 on black background.


Color preview on white background

This text has color #846B71 on white background.



Black color preview on #846B71 background

This text has black color on #846B71 background.


White color preview on #846B71 background

This text has white color on #846B71 background.