COLOR #837E7E

HEX: #837E7E
RGB: (131,126,126)

Color info

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

RGB color model

#837E7E color RGB value is (131,126,126).

  • red value is 131;
  • green value is 126;
  • blue value is 126.
RGB:
(131,126,126)
(51%,49%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 126 of 255 = 49%

131
126
126

R + G + B ~ 50%. #837E7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 126 + 126 = 383 (100%)
R 131 of 383 ~ 34.2%
G 126 of 383 ~ 32.9%
B 126 of 383 ~ 32.9%

%34.2
%32.9
%32.9

CMYK color model

#837E7E color CMYK value is (0,4,4,49).

  • cyan value is 0.00%
  • magenta value is 3.82%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(0,4,4,49)
C0M4Y4K49 
(0%,4%,4%,49%)
(0.00/0.04/0.04/0.49)	

CMYK percentages

%0
%3.82
%3.82
%48.63

Codes

Color #837E7E in popluar color models

837E7E
RGB131126126
HSL1.98%50.39%
HSB/HSV3.82%51.37%
CMYK0.00%3.82%3.82%
48.63%

Color #837E7E in popluar number systems.

HEX837E7E
Decimal131126126
Binary1000001111111101111110
Octal203176176

Shades and tints

Shades of #837E7E

#837E7E
(131,126,126)
#787373
(120,115,115)
#6D6868
(109,104,104)
#625D5D
(98,93,93)
#575252
(87,82,82)
#4C4747
(76,71,71)
#413C3C
(65,60,60)
#363131
(54,49,49)
#2B2626
(43,38,38)
#201B1B
(32,27,27)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #837E7E

#837E7E
(131,126,126)
#8E8989
(142,137,137)
#999494
(153,148,148)
#A49F9F
(164,159,159)
#AFAAAA
(175,170,170)
#BAB5B5
(186,181,181)
#C5C0C0
(197,192,192)
#D0CBCB
(208,203,203)
#DBD6D6
(219,214,214)
#E6E1E1
(230,225,225)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837E7E color. Also use rgb(131,126,126) instead hex code.

Text Font Color

.myTextColor { color: #837E7E; }

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

This text font color is #837E7E.


Background Color

.myBgColor { background-color: #837E7E; }

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

This div background color is #837E7E.


Border color

.myBorderColor { border: 1px solid #837E7E; }

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

This div border color is #837E7E.


Opacity

.myOpacity80 { color: #837E7E; opacity: 0.8; }

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

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

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

This text has shadow with #837E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E7E on black background.


Color preview on white background

This text has color #837E7E on white background.



Black color preview on #837E7E background

This text has black color on #837E7E background.


White color preview on #837E7E background

This text has white color on #837E7E background.