COLOR #837486

HEX: #837486
RGB: (131,116,134)

Color info

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

RGB color model

#837486 color RGB value is (131,116,134).

  • red value is 131;
  • green value is 116;
  • blue value is 134.
RGB:
(131,116,134)
(51%,45%,53%)

RGB channels and saturation

R 131 of 255 = 51%
G 116 of 255 = 45%
B 134 of 255 = 53%

131
116
134

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

Portions of RGB colors in percentages

R + G + B =
131 + 116 + 134 = 381 (100%)
R 131 of 381 ~ 34.38%
G 116 of 381 ~ 30.45%
B 134 of 381 ~ 35.17%

%34.38
%30.45
%35.17

CMYK color model

#837486 color CMYK value is (2,13,0,47).

  • cyan value is 2.24%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(2,13,0,47)
C2M13Y0K47 
(2%,13%,0%,47%)
(0.02/0.13/0.00/0.47)	

CMYK percentages

%2.24
%13.43
%0
%47.45

Codes

Color #837486 in popluar color models

837486
RGB131116134
HSL290°7.20%49.02%
HSB/HSV290°13.43%52.55%
CMYK2.24%13.43%0.00%
47.45%

Color #837486 in popluar number systems.

HEX837486
Decimal131116134
Binary10000011111010010000110
Octal203164206

Shades and tints

Shades of #837486

#837486
(131,116,134)
#786A7A
(120,106,122)
#6D606E
(109,96,110)
#625662
(98,86,98)
#574C56
(87,76,86)
#4C424A
(76,66,74)
#41383E
(65,56,62)
#362E32
(54,46,50)
#2B2426
(43,36,38)
#201A1A
(32,26,26)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #837486

#837486
(131,116,134)
#8E8091
(142,128,145)
#998C9C
(153,140,156)
#A498A7
(164,152,167)
#AFA4B2
(175,164,178)
#BAB0BD
(186,176,189)
#C5BCC8
(197,188,200)
#D0C8D3
(208,200,211)
#DBD4DE
(219,212,222)
#E6E0E9
(230,224,233)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837486 color. Also use rgb(131,116,134) instead hex code.

Text Font Color

.myTextColor { color: #837486; }

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

This text font color is #837486.


Background Color

.myBgColor { background-color: #837486; }

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

This div background color is #837486.


Border color

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

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

This div border color is #837486.


Opacity

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

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

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

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

This text has shadow with #837486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837486 on black background.


Color preview on white background

This text has color #837486 on white background.



Black color preview on #837486 background

This text has black color on #837486 background.


White color preview on #837486 background

This text has white color on #837486 background.