COLOR #837157

HEX: #837157
RGB: (131,113,87)

Color info

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

RGB color model

#837157 color RGB value is (131,113,87).

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

RGB channels and saturation

R 131 of 255 = 51%
G 113 of 255 = 44%
B 87 of 255 = 34%

131
113
87

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

Portions of RGB colors in percentages

R + G + B =
131 + 113 + 87 = 331 (100%)
R 131 of 331 ~ 39.58%
G 113 of 331 ~ 34.14%
B 87 of 331 ~ 26.28%

%39.58
%34.14
%26.28

CMYK color model

#837157 color CMYK value is (0,14,34,49).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(0,14,34,49)
C0M14Y34K49 
(0%,14%,34%,49%)
(0.00/0.14/0.34/0.49)	

CMYK percentages

%0
%13.74
%33.59
%48.63

Codes

Color #837157 in popluar color models

837157
RGB13111387
HSL35°20.18%42.75%
HSB/HSV35°33.59%51.37%
CMYK0.00%13.74%33.59%
48.63%

Color #837157 in popluar number systems.

HEX837157
Decimal13111387
Binary1000001111100011010111
Octal203161127

Shades and tints

Shades of #837157

#837157
(131,113,87)
#786750
(120,103,80)
#6D5D49
(109,93,73)
#625342
(98,83,66)
#57493B
(87,73,59)
#4C3F34
(76,63,52)
#41352D
(65,53,45)
#362B26
(54,43,38)
#2B211F
(43,33,31)
#201718
(32,23,24)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #837157

#837157
(131,113,87)
#8E7D66
(142,125,102)
#998975
(153,137,117)
#A49584
(164,149,132)
#AFA193
(175,161,147)
#BAADA2
(186,173,162)
#C5B9B1
(197,185,177)
#D0C5C0
(208,197,192)
#DBD1CF
(219,209,207)
#E6DDDE
(230,221,222)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837157; }

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

This text font color is #837157.


Background Color

.myBgColor { background-color: #837157; }

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

This div background color is #837157.


Border color

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

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

This div border color is #837157.


Opacity

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

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

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

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

This text has shadow with #837157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837157 on black background.


Color preview on white background

This text has color #837157 on white background.



Black color preview on #837157 background

This text has black color on #837157 background.


White color preview on #837157 background

This text has white color on #837157 background.