COLOR #837595

HEX: #837595
RGB: (131,117,149)

Color info

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

RGB color model

#837595 color RGB value is (131,117,149).

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

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 149 of 255 = 58%

131
117
149

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

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 149 = 397 (100%)
R 131 of 397 ~ 33%
G 117 of 397 ~ 29.47%
B 149 of 397 ~ 37.53%

%33
%29.47
%37.53

CMYK color model

#837595 color CMYK value is (12,21,0,42).

  • cyan value is 12.08%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(12,21,0,42)
C12M21Y0K42 
(12%,21%,0%,42%)
(0.12/0.21/0.00/0.42)	

CMYK percentages

%12.08
%21.48
%0
%41.57

Codes

Color #837595 in popluar color models

837595
RGB131117149
HSL266°13.11%52.16%
HSB/HSV266°21.48%58.43%
CMYK12.08%21.48%0.00%
41.57%

Color #837595 in popluar number systems.

HEX837595
Decimal131117149
Binary10000011111010110010101
Octal203165225

Shades and tints

Shades of #837595

#837595
(131,117,149)
#786B88
(120,107,136)
#6D617B
(109,97,123)
#62576E
(98,87,110)
#574D61
(87,77,97)
#4C4354
(76,67,84)
#413947
(65,57,71)
#362F3A
(54,47,58)
#2B252D
(43,37,45)
#201B20
(32,27,32)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #837595

#837595
(131,117,149)
#8E819E
(142,129,158)
#998DA7
(153,141,167)
#A499B0
(164,153,176)
#AFA5B9
(175,165,185)
#BAB1C2
(186,177,194)
#C5BDCB
(197,189,203)
#D0C9D4
(208,201,212)
#DBD5DD
(219,213,221)
#E6E1E6
(230,225,230)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837595; }

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

This text font color is #837595.


Background Color

.myBgColor { background-color: #837595; }

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

This div background color is #837595.


Border color

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

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

This div border color is #837595.


Opacity

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

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

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

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

This text has shadow with #837595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837595 on black background.


Color preview on white background

This text has color #837595 on white background.



Black color preview on #837595 background

This text has black color on #837595 background.


White color preview on #837595 background

This text has white color on #837595 background.