COLOR #846F61

HEX: #846F61
RGB: (132,111,97)

Color info

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

RGB color model

#846F61 color RGB value is (132,111,97).

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

RGB channels and saturation

R 132 of 255 = 52%
G 111 of 255 = 44%
B 97 of 255 = 38%

132
111
97

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

Portions of RGB colors in percentages

R + G + B =
132 + 111 + 97 = 340 (100%)
R 132 of 340 ~ 38.82%
G 111 of 340 ~ 32.65%
B 97 of 340 ~ 28.53%

%38.82
%32.65
%28.53

CMYK color model

#846F61 color CMYK value is (0,16,27,48).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(0,16,27,48)
C0M16Y27K48 
(0%,16%,27%,48%)
(0.00/0.16/0.27/0.48)	

CMYK percentages

%0
%15.91
%26.52
%48.24

Codes

Color #846F61 in popluar color models

846F61
RGB13211197
HSL24°15.28%44.90%
HSB/HSV24°26.52%51.76%
CMYK0.00%15.91%26.52%
48.24%

Color #846F61 in popluar number systems.

HEX846F61
Decimal13211197
Binary1000010011011111100001
Octal204157141

Shades and tints

Shades of #846F61

#846F61
(132,111,97)
#786559
(120,101,89)
#6C5B51
(108,91,81)
#605149
(96,81,73)
#544741
(84,71,65)
#483D39
(72,61,57)
#3C3331
(60,51,49)
#302929
(48,41,41)
#241F21
(36,31,33)
#181519
(24,21,25)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #846F61

#846F61
(132,111,97)
#8F7C6F
(143,124,111)
#9A897D
(154,137,125)
#A5968B
(165,150,139)
#B0A399
(176,163,153)
#BBB0A7
(187,176,167)
#C6BDB5
(198,189,181)
#D1CAC3
(209,202,195)
#DCD7D1
(220,215,209)
#E7E4DF
(231,228,223)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846F61; }

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

This text font color is #846F61.


Background Color

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

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

This div background color is #846F61.


Border color

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

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

This div border color is #846F61.


Opacity

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

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

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

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

This text has shadow with #846F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846F61 on black background.


Color preview on white background

This text has color #846F61 on white background.



Black color preview on #846F61 background

This text has black color on #846F61 background.


White color preview on #846F61 background

This text has white color on #846F61 background.