COLOR #837668

HEX: #837668
RGB: (131,118,104)

Color info

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

RGB color model

#837668 color RGB value is (131,118,104).

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

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 104 of 255 = 41%

131
118
104

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

Portions of RGB colors in percentages

R + G + B =
131 + 118 + 104 = 353 (100%)
R 131 of 353 ~ 37.11%
G 118 of 353 ~ 33.43%
B 104 of 353 ~ 29.46%

%37.11
%33.43
%29.46

CMYK color model

#837668 color CMYK value is (0,10,21,49).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 20.61%
  • key color value is 48.63%
CMYK:
(0,10,21,49)
C0M10Y21K49 
(0%,10%,21%,49%)
(0.00/0.10/0.21/0.49)	

CMYK percentages

%0
%9.92
%20.61
%48.63

Codes

Color #837668 in popluar color models

837668
RGB131118104
HSL31°11.49%46.08%
HSB/HSV31°20.61%51.37%
CMYK0.00%9.92%20.61%
48.63%

Color #837668 in popluar number systems.

HEX837668
Decimal131118104
Binary1000001111101101101000
Octal203166150

Shades and tints

Shades of #837668

#837668
(131,118,104)
#786C5F
(120,108,95)
#6D6256
(109,98,86)
#62584D
(98,88,77)
#574E44
(87,78,68)
#4C443B
(76,68,59)
#413A32
(65,58,50)
#363029
(54,48,41)
#2B2620
(43,38,32)
#201C17
(32,28,23)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #837668

#837668
(131,118,104)
#8E8275
(142,130,117)
#998E82
(153,142,130)
#A49A8F
(164,154,143)
#AFA69C
(175,166,156)
#BAB2A9
(186,178,169)
#C5BEB6
(197,190,182)
#D0CAC3
(208,202,195)
#DBD6D0
(219,214,208)
#E6E2DD
(230,226,221)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837668; }

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

This text font color is #837668.


Background Color

.myBgColor { background-color: #837668; }

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

This div background color is #837668.


Border color

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

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

This div border color is #837668.


Opacity

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

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

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

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

This text has shadow with #837668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837668 on black background.


Color preview on white background

This text has color #837668 on white background.



Black color preview on #837668 background

This text has black color on #837668 background.


White color preview on #837668 background

This text has white color on #837668 background.