COLOR #846D67

HEX: #846D67
RGB: (132,109,103)

Color info

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

RGB color model

#846D67 color RGB value is (132,109,103).

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

RGB channels and saturation

R 132 of 255 = 52%
G 109 of 255 = 43%
B 103 of 255 = 40%

132
109
103

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

Portions of RGB colors in percentages

R + G + B =
132 + 109 + 103 = 344 (100%)
R 132 of 344 ~ 38.37%
G 109 of 344 ~ 31.69%
B 103 of 344 ~ 29.94%

%38.37
%31.69
%29.94

CMYK color model

#846D67 color CMYK value is (0,17,22,48).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(0,17,22,48)
C0M17Y22K48 
(0%,17%,22%,48%)
(0.00/0.17/0.22/0.48)	

CMYK percentages

%0
%17.42
%21.97
%48.24

Codes

Color #846D67 in popluar color models

846D67
RGB132109103
HSL12°12.34%46.08%
HSB/HSV12°21.97%51.76%
CMYK0.00%17.42%21.97%
48.24%

Color #846D67 in popluar number systems.

HEX846D67
Decimal132109103
Binary1000010011011011100111
Octal204155147

Shades and tints

Shades of #846D67

#846D67
(132,109,103)
#78645E
(120,100,94)
#6C5B55
(108,91,85)
#60524C
(96,82,76)
#544943
(84,73,67)
#48403A
(72,64,58)
#3C3731
(60,55,49)
#302E28
(48,46,40)
#24251F
(36,37,31)
#181C16
(24,28,22)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #846D67

#846D67
(132,109,103)
#8F7A74
(143,122,116)
#9A8781
(154,135,129)
#A5948E
(165,148,142)
#B0A19B
(176,161,155)
#BBAEA8
(187,174,168)
#C6BBB5
(198,187,181)
#D1C8C2
(209,200,194)
#DCD5CF
(220,213,207)
#E7E2DC
(231,226,220)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846D67; }

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

This text font color is #846D67.


Background Color

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

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

This div background color is #846D67.


Border color

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

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

This div border color is #846D67.


Opacity

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

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

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

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

This text has shadow with #846D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846D67 on black background.


Color preview on white background

This text has color #846D67 on white background.



Black color preview on #846D67 background

This text has black color on #846D67 background.


White color preview on #846D67 background

This text has white color on #846D67 background.