COLOR #837966

HEX: #837966
RGB: (131,121,102)

Color info

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

RGB color model

#837966 color RGB value is (131,121,102).

  • red value is 131;
  • green value is 121;
  • blue value is 102.
RGB:
(131,121,102)
(51%,47%,40%)

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 102 of 255 = 40%

131
121
102

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 102 = 354 (100%)
R 131 of 354 ~ 37.01%
G 121 of 354 ~ 34.18%
B 102 of 354 ~ 28.81%

%37.01
%34.18
%28.81

CMYK color model

#837966 color CMYK value is (0,8,22,49).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 22.14%
  • key color value is 48.63%
CMYK:
(0,8,22,49)
C0M8Y22K49 
(0%,8%,22%,49%)
(0.00/0.08/0.22/0.49)	

CMYK percentages

%0
%7.63
%22.14
%48.63

Codes

Color #837966 in popluar color models

837966
RGB131121102
HSL39°12.45%45.69%
HSB/HSV39°22.14%51.37%
CMYK0.00%7.63%22.14%
48.63%

Color #837966 in popluar number systems.

HEX837966
Decimal131121102
Binary1000001111110011100110
Octal203171146

Shades and tints

Shades of #837966

#837966
(131,121,102)
#786E5D
(120,110,93)
#6D6354
(109,99,84)
#62584B
(98,88,75)
#574D42
(87,77,66)
#4C4239
(76,66,57)
#413730
(65,55,48)
#362C27
(54,44,39)
#2B211E
(43,33,30)
#201615
(32,22,21)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #837966

#837966
(131,121,102)
#8E8573
(142,133,115)
#999180
(153,145,128)
#A49D8D
(164,157,141)
#AFA99A
(175,169,154)
#BAB5A7
(186,181,167)
#C5C1B4
(197,193,180)
#D0CDC1
(208,205,193)
#DBD9CE
(219,217,206)
#E6E5DB
(230,229,219)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837966 color. Also use rgb(131,121,102) instead hex code.

Text Font Color

.myTextColor { color: #837966; }

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

This text font color is #837966.


Background Color

.myBgColor { background-color: #837966; }

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

This div background color is #837966.


Border color

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

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

This div border color is #837966.


Opacity

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

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

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

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

This text has shadow with #837966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837966 on black background.


Color preview on white background

This text has color #837966 on white background.



Black color preview on #837966 background

This text has black color on #837966 background.


White color preview on #837966 background

This text has white color on #837966 background.