COLOR #837080

HEX: #837080
RGB: (131,112,128)

Color info

#837080 contains red, green and blue colors in about the same proportion. Web safe color of #837080 is #996666 (or #966).

RGB color model

#837080 color RGB value is (131,112,128).

  • red value is 131;
  • green value is 112;
  • blue value is 128.
RGB:
(131,112,128)
(51%,44%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 112 of 255 = 44%
B 128 of 255 = 50%

131
112
128

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

Portions of RGB colors in percentages

R + G + B =
131 + 112 + 128 = 371 (100%)
R 131 of 371 ~ 35.31%
G 112 of 371 ~ 30.19%
B 128 of 371 ~ 34.5%

%35.31
%30.19
%34.5

CMYK color model

#837080 color CMYK value is (0,15,2,49).

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 2.29%
  • key color value is 48.63%
CMYK:
(0,15,2,49)
C0M15Y2K49 
(0%,15%,2%,49%)
(0.00/0.15/0.02/0.49)	

CMYK percentages

%0
%14.5
%2.29
%48.63

Codes

Color #837080 in popluar color models

837080
RGB131112128
HSL309°7.82%47.65%
HSB/HSV309°14.50%51.37%
CMYK0.00%14.50%2.29%
48.63%

Color #837080 in popluar number systems.

HEX837080
Decimal131112128
Binary10000011111000010000000
Octal203160200

Shades and tints

Shades of #837080

#837080
(131,112,128)
#786675
(120,102,117)
#6D5C6A
(109,92,106)
#62525F
(98,82,95)
#574854
(87,72,84)
#4C3E49
(76,62,73)
#41343E
(65,52,62)
#362A33
(54,42,51)
#2B2028
(43,32,40)
#20161D
(32,22,29)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #837080

#837080
(131,112,128)
#8E7D8B
(142,125,139)
#998A96
(153,138,150)
#A497A1
(164,151,161)
#AFA4AC
(175,164,172)
#BAB1B7
(186,177,183)
#C5BEC2
(197,190,194)
#D0CBCD
(208,203,205)
#DBD8D8
(219,216,216)
#E6E5E3
(230,229,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837080 color. Also use rgb(131,112,128) instead hex code.

Text Font Color

.myTextColor { color: #837080; }

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

This text font color is #837080.


Background Color

.myBgColor { background-color: #837080; }

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

This div background color is #837080.


Border color

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

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

This div border color is #837080.


Opacity

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

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

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

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

This text has shadow with #837080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837080 on black background.


Color preview on white background

This text has color #837080 on white background.



Black color preview on #837080 background

This text has black color on #837080 background.


White color preview on #837080 background

This text has white color on #837080 background.