COLOR #837866

HEX: #837866
RGB: (131,120,102)

Color info

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

RGB color model

#837866 color RGB value is (131,120,102).

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

RGB channels and saturation

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

131
120
102

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 102 = 353 (100%)
R 131 of 353 ~ 37.11%
G 120 of 353 ~ 33.99%
B 102 of 353 ~ 28.9%

%37.11
%33.99
%28.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.40%
  • 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
%8.4
%22.14
%48.63

Codes

Color #837866 in popluar color models

837866
RGB131120102
HSL37°12.45%45.69%
HSB/HSV37°22.14%51.37%
CMYK0.00%8.40%22.14%
48.63%

Color #837866 in popluar number systems.

HEX837866
Decimal131120102
Binary1000001111110001100110
Octal203170146

Shades and tints

Shades of #837866

#837866
(131,120,102)
#786E5D
(120,110,93)
#6D6454
(109,100,84)
#625A4B
(98,90,75)
#575042
(87,80,66)
#4C4639
(76,70,57)
#413C30
(65,60,48)
#363227
(54,50,39)
#2B281E
(43,40,30)
#201E15
(32,30,21)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #837866

#837866
(131,120,102)
#8E8473
(142,132,115)
#999080
(153,144,128)
#A49C8D
(164,156,141)
#AFA89A
(175,168,154)
#BAB4A7
(186,180,167)
#C5C0B4
(197,192,180)
#D0CCC1
(208,204,193)
#DBD8CE
(219,216,206)
#E6E4DB
(230,228,219)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837866; }

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

This text font color is #837866.


Background Color

.myBgColor { background-color: #837866; }

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

This div background color is #837866.


Border color

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

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

This div border color is #837866.


Opacity

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

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

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

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

This text has shadow with #837866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837866 on black background.


Color preview on white background

This text has color #837866 on white background.



Black color preview on #837866 background

This text has black color on #837866 background.


White color preview on #837866 background

This text has white color on #837866 background.