COLOR #837D8C

HEX: #837D8C
RGB: (131,125,140)

Color info

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

RGB color model

#837D8C color RGB value is (131,125,140).

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

RGB channels and saturation

R 131 of 255 = 51%
G 125 of 255 = 49%
B 140 of 255 = 55%

131
125
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 125 + 140 = 396 (100%)
R 131 of 396 ~ 33.08%
G 125 of 396 ~ 31.57%
B 140 of 396 ~ 35.35%

%33.08
%31.57
%35.35

CMYK color model

#837D8C color CMYK value is (6,11,0,45).

  • cyan value is 6.43%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,11,0,45)
C6M11Y0K45 
(6%,11%,0%,45%)
(0.06/0.11/0.00/0.45)	

CMYK percentages

%6.43
%10.71
%0
%45.1

Codes

Color #837D8C in popluar color models

837D8C
RGB131125140
HSL264°6.12%51.96%
HSB/HSV264°10.71%54.90%
CMYK6.43%10.71%0.00%
45.10%

Color #837D8C in popluar number systems.

HEX837D8C
Decimal131125140
Binary10000011111110110001100
Octal203175214

Shades and tints

Shades of #837D8C

#837D8C
(131,125,140)
#787280
(120,114,128)
#6D6774
(109,103,116)
#625C68
(98,92,104)
#57515C
(87,81,92)
#4C4650
(76,70,80)
#413B44
(65,59,68)
#363038
(54,48,56)
#2B252C
(43,37,44)
#201A20
(32,26,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #837D8C

#837D8C
(131,125,140)
#8E8896
(142,136,150)
#9993A0
(153,147,160)
#A49EAA
(164,158,170)
#AFA9B4
(175,169,180)
#BAB4BE
(186,180,190)
#C5BFC8
(197,191,200)
#D0CAD2
(208,202,210)
#DBD5DC
(219,213,220)
#E6E0E6
(230,224,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837D8C; }

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

This text font color is #837D8C.


Background Color

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

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

This div background color is #837D8C.


Border color

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

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

This div border color is #837D8C.


Opacity

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

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

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

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

This text has shadow with #837D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D8C on black background.


Color preview on white background

This text has color #837D8C on white background.



Black color preview on #837D8C background

This text has black color on #837D8C background.


White color preview on #837D8C background

This text has white color on #837D8C background.