COLOR #837881

HEX: #837881
RGB: (131,120,129)

Color info

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

RGB color model

#837881 color RGB value is (131,120,129).

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

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 129 of 255 = 51%

131
120
129

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 129 = 380 (100%)
R 131 of 380 ~ 34.47%
G 120 of 380 ~ 31.58%
B 129 of 380 ~ 33.95%

%34.47
%31.58
%33.95

CMYK color model

#837881 color CMYK value is (0,8,2,49).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 1.53%
  • key color value is 48.63%
CMYK:
(0,8,2,49)
C0M8Y2K49 
(0%,8%,2%,49%)
(0.00/0.08/0.02/0.49)	

CMYK percentages

%0
%8.4
%1.53
%48.63

Codes

Color #837881 in popluar color models

837881
RGB131120129
HSL311°4.38%49.22%
HSB/HSV311°8.40%51.37%
CMYK0.00%8.40%1.53%
48.63%

Color #837881 in popluar number systems.

HEX837881
Decimal131120129
Binary10000011111100010000001
Octal203170201

Shades and tints

Shades of #837881

#837881
(131,120,129)
#786E76
(120,110,118)
#6D646B
(109,100,107)
#625A60
(98,90,96)
#575055
(87,80,85)
#4C464A
(76,70,74)
#413C3F
(65,60,63)
#363234
(54,50,52)
#2B2829
(43,40,41)
#201E1E
(32,30,30)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #837881

#837881
(131,120,129)
#8E848C
(142,132,140)
#999097
(153,144,151)
#A49CA2
(164,156,162)
#AFA8AD
(175,168,173)
#BAB4B8
(186,180,184)
#C5C0C3
(197,192,195)
#D0CCCE
(208,204,206)
#DBD8D9
(219,216,217)
#E6E4E4
(230,228,228)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837881; }

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

This text font color is #837881.


Background Color

.myBgColor { background-color: #837881; }

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

This div background color is #837881.


Border color

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

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

This div border color is #837881.


Opacity

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

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

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

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

This text has shadow with #837881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837881 on black background.


Color preview on white background

This text has color #837881 on white background.



Black color preview on #837881 background

This text has black color on #837881 background.


White color preview on #837881 background

This text has white color on #837881 background.