COLOR #837B8B

HEX: #837B8B RGB: (131,123,139)

Color info

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

RGB color model

#837B8B color RGB value is (131,123,139).

RGB: (131,123,139) (51%, 48%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 123 of 255 = 48%
B 139 of 255 = 55%

131
123
139

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

Portions of RGB colors in percentages

R + G + B = 131 + 123 + 139 = 393 (100%)
R 131 of 393 ~ 33.33%
G 123 of 393 ~ 31.3%
B 139 of 393 ~ 35.37'%

%33.33
%31.3
%35.37

CMYK color model

#837B8B color CMYK value is (6,12,0,45).

  • cyan value is 5.76%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (6,12,0,45)
C6M12Y0K45 (6%, 12%, 0%, 45%)
(0.06 / 0.12 / 0.00 / 0.45)

CMYK percentages

%5.76
%11.51
%0
%45.49

Codes

Color #837B8B in popluar color models

83 7B 8B
RGB 131 123 139
HSL 270° 6.45% 51.37%
HSB/HSV 270° 11.51% 54.51%
CMYK 5.76% 11.51% 0.00%
45.49%

Color #837B8B in popluar number systems.

HEX 83 7B 8B
Decimal 131 123 139
Binary 10000011 1111011 10001011
Octal 203 173 213

Shades and tints

Shades of #837B8B

#837B8B
(131,123,139)
#78707F
(120,112,127)
#6D6573
(109,101,115)
#625A67
(98,90,103)
#574F5B
(87,79,91)
#4C444F
(76,68,79)
#413943
(65,57,67)
#362E37
(54,46,55)
#2B232B
(43,35,43)
#20181F
(32,24,31)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #837B8B

#837B8B
(131,123,139)
#8E8795
(142,135,149)
#99939F
(153,147,159)
#A49FA9
(164,159,169)
#AFABB3
(175,171,179)
#BAB7BD
(186,183,189)
#C5C3C7
(197,195,199)
#D0CFD1
(208,207,209)
#DBDBDB
(219,219,219)
#E6E7E5
(230,231,229)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837B8B; }

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

This text font color is #837B8B.

Background Color

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

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

This div background color is #837B8B.

Border color

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

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

This div border color is #837B8B.

Opacity

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

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

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

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

This text has shadow with #837B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837B8B.

Preview

Color preview on black background

This text has color #837B8B on black background.


Color preview on white background

This text has color #837B8B on white background.


Black color preview on #837B8B background

This text has black color on #837B8B background.


White color preview on #837B8B background

This text has white color on #837B8B background.


Related colors

Complementary color

Complementary color for #hex is #7C8474.


I love getcolorcode.com

Triadic colors

1 #8B837B and #7B8B83 with #837B8B are triadic colors.

2 #8B7B83 and #7B838B with #837B8B are triadic colors.