COLOR #837B8F

HEX: #837B8F RGB: (131,123,143)

Color info

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

RGB color model

#837B8F color RGB value is (131,123,143).

RGB: (131,123,143) (51%, 48%, 56%)

RGB channels and saturation

R 131 of 255 = 51%
G 123 of 255 = 48%
B 143 of 255 = 56%

131
123
143

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

Portions of RGB colors in percentages

R + G + B = 131 + 123 + 143 = 397 (100%)
R 131 of 397 ~ 33%
G 123 of 397 ~ 30.98%
B 143 of 397 ~ 36.02'%

%33
%30.98
%36.02

CMYK color model

#837B8F color CMYK value is (8,14,0,44).

  • cyan value is 8.39%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (8,14,0,44)
C8M14Y0K44 (8%, 14%, 0%, 44%)
(0.08 / 0.14 / 0.00 / 0.44)

CMYK percentages

%8.39
%13.99
%0
%43.92

Codes

Color #837B8F in popluar color models

83 7B 8F
RGB 131 123 143
HSL 264° 8.20% 52.16%
HSB/HSV 264° 13.99% 56.08%
CMYK 8.39% 13.99% 0.00%
43.92%

Color #837B8F in popluar number systems.

HEX 83 7B 8F
Decimal 131 123 143
Binary 10000011 1111011 10001111
Octal 203 173 217

Shades and tints

Shades of #837B8F

#837B8F
(131,123,143)
#787082
(120,112,130)
#6D6575
(109,101,117)
#625A68
(98,90,104)
#574F5B
(87,79,91)
#4C444E
(76,68,78)
#413941
(65,57,65)
#362E34
(54,46,52)
#2B2327
(43,35,39)
#20181A
(32,24,26)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #837B8F

#837B8F
(131,123,143)
#8E8799
(142,135,153)
#9993A3
(153,147,163)
#A49FAD
(164,159,173)
#AFABB7
(175,171,183)
#BAB7C1
(186,183,193)
#C5C3CB
(197,195,203)
#D0CFD5
(208,207,213)
#DBDBDF
(219,219,223)
#E6E7E9
(230,231,233)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837B8F; }

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

This text font color is #837B8F.

Background Color

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

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

This div background color is #837B8F.

Border color

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

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

This div border color is #837B8F.

Opacity

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

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

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

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

This text has shadow with #837B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837B8F.

Preview

Color preview on black background

This text has color #837B8F on black background.


Color preview on white background

This text has color #837B8F on white background.


Black color preview on #837B8F background

This text has black color on #837B8F background.


White color preview on #837B8F background

This text has white color on #837B8F background.


Related colors

Complementary color

Complementary color for #hex is #7C8470.


I love getcolorcode.com

Triadic colors

1 #8F837B and #7B8F83 with #837B8F are triadic colors.

2 #8F7B83 and #7B838F with #837B8F are triadic colors.