COLOR #837091

HEX: #837091
RGB: (131,112,145)

Color info

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

RGB color model

#837091 color RGB value is (131,112,145).

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

RGB channels and saturation

R 131 of 255 = 51%
G 112 of 255 = 44%
B 145 of 255 = 57%

131
112
145

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

Portions of RGB colors in percentages

R + G + B =
131 + 112 + 145 = 388 (100%)
R 131 of 388 ~ 33.76%
G 112 of 388 ~ 28.87%
B 145 of 388 ~ 37.37%

%33.76
%28.87
%37.37

CMYK color model

#837091 color CMYK value is (10,23,0,43).

  • cyan value is 9.66%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(10,23,0,43)
C10M23Y0K43 
(10%,23%,0%,43%)
(0.10/0.23/0.00/0.43)	

CMYK percentages

%9.66
%22.76
%0
%43.14

Codes

Color #837091 in popluar color models

837091
RGB131112145
HSL275°13.04%50.39%
HSB/HSV275°22.76%56.86%
CMYK9.66%22.76%0.00%
43.14%

Color #837091 in popluar number systems.

HEX837091
Decimal131112145
Binary10000011111000010010001
Octal203160221

Shades and tints

Shades of #837091

#837091
(131,112,145)
#786684
(120,102,132)
#6D5C77
(109,92,119)
#62526A
(98,82,106)
#57485D
(87,72,93)
#4C3E50
(76,62,80)
#413443
(65,52,67)
#362A36
(54,42,54)
#2B2029
(43,32,41)
#20161C
(32,22,28)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #837091

#837091
(131,112,145)
#8E7D9B
(142,125,155)
#998AA5
(153,138,165)
#A497AF
(164,151,175)
#AFA4B9
(175,164,185)
#BAB1C3
(186,177,195)
#C5BECD
(197,190,205)
#D0CBD7
(208,203,215)
#DBD8E1
(219,216,225)
#E6E5EB
(230,229,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837091; }

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

This text font color is #837091.


Background Color

.myBgColor { background-color: #837091; }

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

This div background color is #837091.


Border color

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

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

This div border color is #837091.


Opacity

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

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

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

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

This text has shadow with #837091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837091 on black background.


Color preview on white background

This text has color #837091 on white background.



Black color preview on #837091 background

This text has black color on #837091 background.


White color preview on #837091 background

This text has white color on #837091 background.