COLOR #837F8B

HEX: #837F8B RGB: (131,127,139)

Color info

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

RGB color model

#837F8B color RGB value is (131,127,139).

RGB: (131,127,139) (51%, 50%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 127 of 255 = 50%
B 139 of 255 = 55%

131
127
139

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

Portions of RGB colors in percentages

R + G + B = 131 + 127 + 139 = 397 (100%)
R 131 of 397 ~ 33%
G 127 of 397 ~ 31.99%
B 139 of 397 ~ 35.01'%

%33
%31.99
%35.01

CMYK color model

#837F8B color CMYK value is (6,9,0,45).

  • cyan value is 5.76%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (6,9,0,45) C6M9Y0K45 (6%,9%,0%,45%) (0.06/0.09/0.00/0.45) 

CMYK percentages

%5.76
%8.63
%0
%45.49

Codes

Color #837F8B in popluar color models

83 7F 8B
RGB 131 127 139
HSL 260° 4.92% 52.16%
HSB/HSV 260° 8.63% 54.51%
CMYK 5.76% 8.63% 0.00%
45.49%

Color #837F8B in popluar number systems.

HEX 83 7F 8B
Decimal 131 127 139
Binary 10000011 1111111 10001011
Octal 203 177 213

Shades and tints

Shades of #837F8B

#837F8B
(131,127,139)
#78747F
(120,116,127)
#6D6973
(109,105,115)
#625E67
(98,94,103)
#57535B
(87,83,91)
#4C484F
(76,72,79)
#413D43
(65,61,67)
#363237
(54,50,55)
#2B272B
(43,39,43)
#201C1F
(32,28,31)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #837F8B

#837F8B
(131,127,139)
#8E8A95
(142,138,149)
#99959F
(153,149,159)
#A4A0A9
(164,160,169)
#AFABB3
(175,171,179)
#BAB6BD
(186,182,189)
#C5C1C7
(197,193,199)
#D0CCD1
(208,204,209)
#DBD7DB
(219,215,219)
#E6E2E5
(230,226,229)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837F8B; }

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

This text font color is #837F8B.

Background Color

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

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

This div background color is #837F8B.

Border color

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

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

This div border color is #837F8B.

Opacity

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

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

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

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

This text has shadow with #837F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837F8B.

Preview

Color preview on black background

This text has color #837F8B on black background.


Color preview on white background

This text has color #837F8B on white background.


Black color preview on #837F8B background

This text has black color on #837F8B background.


White color preview on #837F8B background

This text has white color on #837F8B background.


Related colors

Complementary color

Complementary color for #hex is #7C8074.


I love getcolorcode.com

Triadic colors

1 #8B837F and #7F8B83 with #837F8B are triadic colors.

2 #8B7F83 and #7F838B with #837F8B are triadic colors.