COLOR #837D8E

HEX: #837D8E
RGB: (131,125,142)

Color info

#837D8E contains red, green and blue colors in about the same proportion. Web safe color of #837D8E is #996699 (or #969).

RGB color model

#837D8E color RGB value is (131,125,142).

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

RGB channels and saturation

R 131 of 255 = 51%
G 125 of 255 = 49%
B 142 of 255 = 56%

131
125
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 125 + 142 = 398 (100%)
R 131 of 398 ~ 32.91%
G 125 of 398 ~ 31.41%
B 142 of 398 ~ 35.68%

%32.91
%31.41
%35.68

CMYK color model

#837D8E color CMYK value is (8,12,0,44).

  • cyan value is 7.75%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(8,12,0,44)
C8M12Y0K44 
(8%,12%,0%,44%)
(0.08/0.12/0.00/0.44)	

CMYK percentages

%7.75
%11.97
%0
%44.31

Codes

Color #837D8E in popluar color models

837D8E
RGB131125142
HSL261°7.00%52.35%
HSB/HSV261°11.97%55.69%
CMYK7.75%11.97%0.00%
44.31%

Color #837D8E in popluar number systems.

HEX837D8E
Decimal131125142
Binary10000011111110110001110
Octal203175216

Shades and tints

Shades of #837D8E

#837D8E
(131,125,142)
#787282
(120,114,130)
#6D6776
(109,103,118)
#625C6A
(98,92,106)
#57515E
(87,81,94)
#4C4652
(76,70,82)
#413B46
(65,59,70)
#36303A
(54,48,58)
#2B252E
(43,37,46)
#201A22
(32,26,34)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #837D8E

#837D8E
(131,125,142)
#8E8898
(142,136,152)
#9993A2
(153,147,162)
#A49EAC
(164,158,172)
#AFA9B6
(175,169,182)
#BAB4C0
(186,180,192)
#C5BFCA
(197,191,202)
#D0CAD4
(208,202,212)
#DBD5DE
(219,213,222)
#E6E0E8
(230,224,232)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837D8E; }

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

This text font color is #837D8E.


Background Color

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

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

This div background color is #837D8E.


Border color

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

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

This div border color is #837D8E.


Opacity

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

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

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

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

This text has shadow with #837D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D8E on black background.


Color preview on white background

This text has color #837D8E on white background.



Black color preview on #837D8E background

This text has black color on #837D8E background.


White color preview on #837D8E background

This text has white color on #837D8E background.