COLOR #846D68

HEX: #846D68
RGB: (132,109,104)

Color info

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

RGB color model

#846D68 color RGB value is (132,109,104).

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

RGB channels and saturation

R 132 of 255 = 52%
G 109 of 255 = 43%
B 104 of 255 = 41%

132
109
104

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

Portions of RGB colors in percentages

R + G + B =
132 + 109 + 104 = 345 (100%)
R 132 of 345 ~ 38.26%
G 109 of 345 ~ 31.59%
B 104 of 345 ~ 30.14%

%38.26
%31.59
%30.14

CMYK color model

#846D68 color CMYK value is (0,17,21,48).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 21.21%
  • key color value is 48.24%
CMYK:
(0,17,21,48)
C0M17Y21K48 
(0%,17%,21%,48%)
(0.00/0.17/0.21/0.48)	

CMYK percentages

%0
%17.42
%21.21
%48.24

Codes

Color #846D68 in popluar color models

846D68
RGB132109104
HSL11°11.86%46.27%
HSB/HSV11°21.21%51.76%
CMYK0.00%17.42%21.21%
48.24%

Color #846D68 in popluar number systems.

HEX846D68
Decimal132109104
Binary1000010011011011101000
Octal204155150

Shades and tints

Shades of #846D68

#846D68
(132,109,104)
#78645F
(120,100,95)
#6C5B56
(108,91,86)
#60524D
(96,82,77)
#544944
(84,73,68)
#48403B
(72,64,59)
#3C3732
(60,55,50)
#302E29
(48,46,41)
#242520
(36,37,32)
#181C17
(24,28,23)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #846D68

#846D68
(132,109,104)
#8F7A75
(143,122,117)
#9A8782
(154,135,130)
#A5948F
(165,148,143)
#B0A19C
(176,161,156)
#BBAEA9
(187,174,169)
#C6BBB6
(198,187,182)
#D1C8C3
(209,200,195)
#DCD5D0
(220,213,208)
#E7E2DD
(231,226,221)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846D68; }

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

This text font color is #846D68.


Background Color

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

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

This div background color is #846D68.


Border color

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

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

This div border color is #846D68.


Opacity

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

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

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

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

This text has shadow with #846D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846D68 on black background.


Color preview on white background

This text has color #846D68 on white background.



Black color preview on #846D68 background

This text has black color on #846D68 background.


White color preview on #846D68 background

This text has white color on #846D68 background.