COLOR #837884

HEX: #837884
RGB: (131,120,132)

Color info

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

RGB color model

#837884 color RGB value is (131,120,132).

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

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 132 of 255 = 52%

131
120
132

R + G + B ~ 50%. #837884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 132 = 383 (100%)
R 131 of 383 ~ 34.2%
G 120 of 383 ~ 31.33%
B 132 of 383 ~ 34.46%

%34.2
%31.33
%34.46

CMYK color model

#837884 color CMYK value is (1,9,0,48).

  • cyan value is 0.76%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(1,9,0,48)
C1M9Y0K48 
(1%,9%,0%,48%)
(0.01/0.09/0.00/0.48)	

CMYK percentages

%0.76
%9.09
%0
%48.24

Codes

Color #837884 in popluar color models

837884
RGB131120132
HSL295°4.76%49.41%
HSB/HSV295°9.09%51.76%
CMYK0.76%9.09%0.00%
48.24%

Color #837884 in popluar number systems.

HEX837884
Decimal131120132
Binary10000011111100010000100
Octal203170204

Shades and tints

Shades of #837884

#837884
(131,120,132)
#786E78
(120,110,120)
#6D646C
(109,100,108)
#625A60
(98,90,96)
#575054
(87,80,84)
#4C4648
(76,70,72)
#413C3C
(65,60,60)
#363230
(54,50,48)
#2B2824
(43,40,36)
#201E18
(32,30,24)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #837884

#837884
(131,120,132)
#8E848F
(142,132,143)
#99909A
(153,144,154)
#A49CA5
(164,156,165)
#AFA8B0
(175,168,176)
#BAB4BB
(186,180,187)
#C5C0C6
(197,192,198)
#D0CCD1
(208,204,209)
#DBD8DC
(219,216,220)
#E6E4E7
(230,228,231)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837884; }

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

This text font color is #837884.


Background Color

.myBgColor { background-color: #837884; }

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

This div background color is #837884.


Border color

.myBorderColor { border: 1px solid #837884; }

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

This div border color is #837884.


Opacity

.myOpacity80 { color: #837884; opacity: 0.8; }

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

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

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

This text has shadow with #837884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837884 on black background.


Color preview on white background

This text has color #837884 on white background.



Black color preview on #837884 background

This text has black color on #837884 background.


White color preview on #837884 background

This text has white color on #837884 background.