COLOR #837580

HEX: #837580
RGB: (131,117,128)

Color info

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

RGB color model

#837580 color RGB value is (131,117,128).

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

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 128 of 255 = 50%

131
117
128

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

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 128 = 376 (100%)
R 131 of 376 ~ 34.84%
G 117 of 376 ~ 31.12%
B 128 of 376 ~ 34.04%

%34.84
%31.12
%34.04

CMYK color model

#837580 color CMYK value is (0,11,2,49).

  • cyan value is 0.00%
  • magenta value is 10.69%
  • yellow value is 2.29%
  • key color value is 48.63%
CMYK:
(0,11,2,49)
C0M11Y2K49 
(0%,11%,2%,49%)
(0.00/0.11/0.02/0.49)	

CMYK percentages

%0
%10.69
%2.29
%48.63

Codes

Color #837580 in popluar color models

837580
RGB131117128
HSL313°5.65%48.63%
HSB/HSV313°10.69%51.37%
CMYK0.00%10.69%2.29%
48.63%

Color #837580 in popluar number systems.

HEX837580
Decimal131117128
Binary10000011111010110000000
Octal203165200

Shades and tints

Shades of #837580

#837580
(131,117,128)
#786B75
(120,107,117)
#6D616A
(109,97,106)
#62575F
(98,87,95)
#574D54
(87,77,84)
#4C4349
(76,67,73)
#41393E
(65,57,62)
#362F33
(54,47,51)
#2B2528
(43,37,40)
#201B1D
(32,27,29)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #837580

#837580
(131,117,128)
#8E818B
(142,129,139)
#998D96
(153,141,150)
#A499A1
(164,153,161)
#AFA5AC
(175,165,172)
#BAB1B7
(186,177,183)
#C5BDC2
(197,189,194)
#D0C9CD
(208,201,205)
#DBD5D8
(219,213,216)
#E6E1E3
(230,225,227)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837580; }

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

This text font color is #837580.


Background Color

.myBgColor { background-color: #837580; }

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

This div background color is #837580.


Border color

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

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

This div border color is #837580.


Opacity

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

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

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

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

This text has shadow with #837580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837580 on black background.


Color preview on white background

This text has color #837580 on white background.



Black color preview on #837580 background

This text has black color on #837580 background.


White color preview on #837580 background

This text has white color on #837580 background.