COLOR #837C84

HEX: #837C84
RGB: (131,124,132)

Color info

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

RGB color model

#837C84 color RGB value is (131,124,132).

  • red value is 131;
  • green value is 124;
  • blue value is 132.
RGB:
(131,124,132)
(51%,49%,52%)

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 132 of 255 = 52%

131
124
132

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

Portions of RGB colors in percentages

R + G + B =
131 + 124 + 132 = 387 (100%)
R 131 of 387 ~ 33.85%
G 124 of 387 ~ 32.04%
B 132 of 387 ~ 34.11%

%33.85
%32.04
%34.11

CMYK color model

#837C84 color CMYK value is (1,6,0,48).

  • cyan value is 0.76%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(1,6,0,48)
C1M6Y0K48 
(1%,6%,0%,48%)
(0.01/0.06/0.00/0.48)	

CMYK percentages

%0.76
%6.06
%0
%48.24

Codes

Color #837C84 in popluar color models

837C84
RGB131124132
HSL293°3.15%50.20%
HSB/HSV293°6.06%51.76%
CMYK0.76%6.06%0.00%
48.24%

Color #837C84 in popluar number systems.

HEX837C84
Decimal131124132
Binary10000011111110010000100
Octal203174204

Shades and tints

Shades of #837C84

#837C84
(131,124,132)
#787178
(120,113,120)
#6D666C
(109,102,108)
#625B60
(98,91,96)
#575054
(87,80,84)
#4C4548
(76,69,72)
#413A3C
(65,58,60)
#362F30
(54,47,48)
#2B2424
(43,36,36)
#201918
(32,25,24)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #837C84

#837C84
(131,124,132)
#8E878F
(142,135,143)
#99929A
(153,146,154)
#A49DA5
(164,157,165)
#AFA8B0
(175,168,176)
#BAB3BB
(186,179,187)
#C5BEC6
(197,190,198)
#D0C9D1
(208,201,209)
#DBD4DC
(219,212,220)
#E6DFE7
(230,223,231)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837C84; }

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

This text font color is #837C84.


Background Color

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

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

This div background color is #837C84.


Border color

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

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

This div border color is #837C84.


Opacity

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

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

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

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

This text has shadow with #837C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837C84 on black background.


Color preview on white background

This text has color #837C84 on white background.



Black color preview on #837C84 background

This text has black color on #837C84 background.


White color preview on #837C84 background

This text has white color on #837C84 background.