COLOR #837666

HEX: #837666
RGB: (131,118,102)

Color info

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

RGB color model

#837666 color RGB value is (131,118,102).

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

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 102 of 255 = 40%

131
118
102

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

Portions of RGB colors in percentages

R + G + B =
131 + 118 + 102 = 351 (100%)
R 131 of 351 ~ 37.32%
G 118 of 351 ~ 33.62%
B 102 of 351 ~ 29.06%

%37.32
%33.62
%29.06

CMYK color model

#837666 color CMYK value is (0,10,22,49).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 22.14%
  • key color value is 48.63%
CMYK:
(0,10,22,49)
C0M10Y22K49 
(0%,10%,22%,49%)
(0.00/0.10/0.22/0.49)	

CMYK percentages

%0
%9.92
%22.14
%48.63

Codes

Color #837666 in popluar color models

837666
RGB131118102
HSL33°12.45%45.69%
HSB/HSV33°22.14%51.37%
CMYK0.00%9.92%22.14%
48.63%

Color #837666 in popluar number systems.

HEX837666
Decimal131118102
Binary1000001111101101100110
Octal203166146

Shades and tints

Shades of #837666

#837666
(131,118,102)
#786C5D
(120,108,93)
#6D6254
(109,98,84)
#62584B
(98,88,75)
#574E42
(87,78,66)
#4C4439
(76,68,57)
#413A30
(65,58,48)
#363027
(54,48,39)
#2B261E
(43,38,30)
#201C15
(32,28,21)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #837666

#837666
(131,118,102)
#8E8273
(142,130,115)
#998E80
(153,142,128)
#A49A8D
(164,154,141)
#AFA69A
(175,166,154)
#BAB2A7
(186,178,167)
#C5BEB4
(197,190,180)
#D0CAC1
(208,202,193)
#DBD6CE
(219,214,206)
#E6E2DB
(230,226,219)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837666; }

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

This text font color is #837666.


Background Color

.myBgColor { background-color: #837666; }

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

This div background color is #837666.


Border color

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

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

This div border color is #837666.


Opacity

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

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

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

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

This text has shadow with #837666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837666 on black background.


Color preview on white background

This text has color #837666 on white background.



Black color preview on #837666 background

This text has black color on #837666 background.


White color preview on #837666 background

This text has white color on #837666 background.