COLOR #846167

HEX: #846167
RGB: (132,97,103)

Color info

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

RGB color model

#846167 color RGB value is (132,97,103).

  • red value is 132;
  • green value is 97;
  • blue value is 103.
RGB:
(132,97,103)
(52%,38%,40%)

RGB channels and saturation

R 132 of 255 = 52%
G 97 of 255 = 38%
B 103 of 255 = 40%

132
97
103

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

Portions of RGB colors in percentages

R + G + B =
132 + 97 + 103 = 332 (100%)
R 132 of 332 ~ 39.76%
G 97 of 332 ~ 29.22%
B 103 of 332 ~ 31.02%

%39.76
%29.22
%31.02

CMYK color model

#846167 color CMYK value is (0,27,22,48).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(0,27,22,48)
C0M27Y22K48 
(0%,27%,22%,48%)
(0.00/0.27/0.22/0.48)	

CMYK percentages

%0
%26.52
%21.97
%48.24

Codes

Color #846167 in popluar color models

846167
RGB13297103
HSL350°15.28%44.90%
HSB/HSV350°26.52%51.76%
CMYK0.00%26.52%21.97%
48.24%

Color #846167 in popluar number systems.

HEX846167
Decimal13297103
Binary1000010011000011100111
Octal204141147

Shades and tints

Shades of #846167

#846167
(132,97,103)
#78595E
(120,89,94)
#6C5155
(108,81,85)
#60494C
(96,73,76)
#544143
(84,65,67)
#48393A
(72,57,58)
#3C3131
(60,49,49)
#302928
(48,41,40)
#24211F
(36,33,31)
#181916
(24,25,22)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #846167

#846167
(132,97,103)
#8F6F74
(143,111,116)
#9A7D81
(154,125,129)
#A58B8E
(165,139,142)
#B0999B
(176,153,155)
#BBA7A8
(187,167,168)
#C6B5B5
(198,181,181)
#D1C3C2
(209,195,194)
#DCD1CF
(220,209,207)
#E7DFDC
(231,223,220)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846167 color. Also use rgb(132,97,103) instead hex code.

Text Font Color

.myTextColor { color: #846167; }

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

This text font color is #846167.


Background Color

.myBgColor { background-color: #846167; }

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

This div background color is #846167.


Border color

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

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

This div border color is #846167.


Opacity

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

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

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

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

This text has shadow with #846167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846167 on black background.


Color preview on white background

This text has color #846167 on white background.



Black color preview on #846167 background

This text has black color on #846167 background.


White color preview on #846167 background

This text has white color on #846167 background.