COLOR #837679

HEX: #837679
RGB: (131,118,121)

Color info

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

RGB color model

#837679 color RGB value is (131,118,121).

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

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 121 of 255 = 47%

131
118
121

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

Portions of RGB colors in percentages

R + G + B =
131 + 118 + 121 = 370 (100%)
R 131 of 370 ~ 35.41%
G 118 of 370 ~ 31.89%
B 121 of 370 ~ 32.7%

%35.41
%31.89
%32.7

CMYK color model

#837679 color CMYK value is (0,10,8,49).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 7.63%
  • key color value is 48.63%
CMYK:
(0,10,8,49)
C0M10Y8K49 
(0%,10%,8%,49%)
(0.00/0.10/0.08/0.49)	

CMYK percentages

%0
%9.92
%7.63
%48.63

Codes

Color #837679 in popluar color models

837679
RGB131118121
HSL346°5.22%48.82%
HSB/HSV346°9.92%51.37%
CMYK0.00%9.92%7.63%
48.63%

Color #837679 in popluar number systems.

HEX837679
Decimal131118121
Binary1000001111101101111001
Octal203166171

Shades and tints

Shades of #837679

#837679
(131,118,121)
#786C6E
(120,108,110)
#6D6263
(109,98,99)
#625858
(98,88,88)
#574E4D
(87,78,77)
#4C4442
(76,68,66)
#413A37
(65,58,55)
#36302C
(54,48,44)
#2B2621
(43,38,33)
#201C16
(32,28,22)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #837679

#837679
(131,118,121)
#8E8285
(142,130,133)
#998E91
(153,142,145)
#A49A9D
(164,154,157)
#AFA6A9
(175,166,169)
#BAB2B5
(186,178,181)
#C5BEC1
(197,190,193)
#D0CACD
(208,202,205)
#DBD6D9
(219,214,217)
#E6E2E5
(230,226,229)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837679; }

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

This text font color is #837679.


Background Color

.myBgColor { background-color: #837679; }

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

This div background color is #837679.


Border color

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

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

This div border color is #837679.


Opacity

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

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

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

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

This text has shadow with #837679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837679 on black background.


Color preview on white background

This text has color #837679 on white background.



Black color preview on #837679 background

This text has black color on #837679 background.


White color preview on #837679 background

This text has white color on #837679 background.