COLOR #837C8F

HEX: #837C8F RGB: (131,124,143)

Color info

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

RGB color model

#837C8F color RGB value is (131,124,143).

RGB: (131,124,143) (51%, 49%, 56%)

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 143 of 255 = 56%

131
124
143

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

Portions of RGB colors in percentages

R + G + B = 131 + 124 + 143 = 398 (100%)
R 131 of 398 ~ 32.91%
G 124 of 398 ~ 31.16%
B 143 of 398 ~ 35.93'%

%32.91
%31.16
%35.93

CMYK color model

#837C8F color CMYK value is (8,13,0,44).

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

CMYK: (8,13,0,44)
C8M13Y0K44 (8%, 13%, 0%, 44%)
(0.08 / 0.13 / 0.00 / 0.44)

CMYK percentages

%8.39
%13.29
%0
%43.92

Codes

Color #837C8F in popluar color models

83 7C 8F
RGB 131 124 143
HSL 262° 7.82% 52.35%
HSB/HSV 262° 13.29% 56.08%
CMYK 8.39% 13.29% 0.00%
43.92%

Color #837C8F in popluar number systems.

HEX 83 7C 8F
Decimal 131 124 143
Binary 10000011 1111100 10001111
Octal 203 174 217

Shades and tints

Shades of #837C8F

#837C8F
(131,124,143)
#787182
(120,113,130)
#6D6675
(109,102,117)
#625B68
(98,91,104)
#57505B
(87,80,91)
#4C454E
(76,69,78)
#413A41
(65,58,65)
#362F34
(54,47,52)
#2B2427
(43,36,39)
#20191A
(32,25,26)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #837C8F

#837C8F
(131,124,143)
#8E8799
(142,135,153)
#9992A3
(153,146,163)
#A49DAD
(164,157,173)
#AFA8B7
(175,168,183)
#BAB3C1
(186,179,193)
#C5BECB
(197,190,203)
#D0C9D5
(208,201,213)
#DBD4DF
(219,212,223)
#E6DFE9
(230,223,233)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837C8F; }

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

This text font color is #837C8F.

Background Color

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

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

This div background color is #837C8F.

Border color

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

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

This div border color is #837C8F.

Opacity

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

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

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

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

This text has shadow with #837C8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837C8F.

Preview

Color preview on black background

This text has color #837C8F on black background.


Color preview on white background

This text has color #837C8F on white background.


Black color preview on #837C8F background

This text has black color on #837C8F background.


White color preview on #837C8F background

This text has white color on #837C8F background.


Related colors

Complementary color

Complementary color for #hex is #7C8370.


I love getcolorcode.com

Triadic colors

1 #8F837C and #7C8F83 with #837C8F are triadic colors.

2 #8F7C83 and #7C838F with #837C8F are triadic colors.