COLOR #837185

HEX: #837185
RGB: (131,113,133)

Color info

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

RGB color model

#837185 color RGB value is (131,113,133).

  • red value is 131;
  • green value is 113;
  • blue value is 133.
RGB:
(131,113,133)
(51%,44%,52%)

RGB channels and saturation

R 131 of 255 = 51%
G 113 of 255 = 44%
B 133 of 255 = 52%

131
113
133

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

Portions of RGB colors in percentages

R + G + B =
131 + 113 + 133 = 377 (100%)
R 131 of 377 ~ 34.75%
G 113 of 377 ~ 29.97%
B 133 of 377 ~ 35.28%

%34.75
%29.97
%35.28

CMYK color model

#837185 color CMYK value is (2,15,0,48).

  • cyan value is 1.50%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(2,15,0,48)
C2M15Y0K48 
(2%,15%,0%,48%)
(0.02/0.15/0.00/0.48)	

CMYK percentages

%1.5
%15.04
%0
%47.84

Codes

Color #837185 in popluar color models

837185
RGB131113133
HSL294°8.13%48.24%
HSB/HSV294°15.04%52.16%
CMYK1.50%15.04%0.00%
47.84%

Color #837185 in popluar number systems.

HEX837185
Decimal131113133
Binary10000011111000110000101
Octal203161205

Shades and tints

Shades of #837185

#837185
(131,113,133)
#786779
(120,103,121)
#6D5D6D
(109,93,109)
#625361
(98,83,97)
#574955
(87,73,85)
#4C3F49
(76,63,73)
#41353D
(65,53,61)
#362B31
(54,43,49)
#2B2125
(43,33,37)
#201719
(32,23,25)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #837185

#837185
(131,113,133)
#8E7D90
(142,125,144)
#99899B
(153,137,155)
#A495A6
(164,149,166)
#AFA1B1
(175,161,177)
#BAADBC
(186,173,188)
#C5B9C7
(197,185,199)
#D0C5D2
(208,197,210)
#DBD1DD
(219,209,221)
#E6DDE8
(230,221,232)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837185 color. Also use rgb(131,113,133) instead hex code.

Text Font Color

.myTextColor { color: #837185; }

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

This text font color is #837185.


Background Color

.myBgColor { background-color: #837185; }

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

This div background color is #837185.


Border color

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

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

This div border color is #837185.


Opacity

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

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

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

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

This text has shadow with #837185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837185 on black background.


Color preview on white background

This text has color #837185 on white background.



Black color preview on #837185 background

This text has black color on #837185 background.


White color preview on #837185 background

This text has white color on #837185 background.