COLOR #837158

HEX: #837158
RGB: (131,113,88)

Color info

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

RGB color model

#837158 color RGB value is (131,113,88).

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

RGB channels and saturation

R 131 of 255 = 51%
G 113 of 255 = 44%
B 88 of 255 = 35%

131
113
88

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

Portions of RGB colors in percentages

R + G + B =
131 + 113 + 88 = 332 (100%)
R 131 of 332 ~ 39.46%
G 113 of 332 ~ 34.04%
B 88 of 332 ~ 26.51%

%39.46
%34.04
%26.51

CMYK color model

#837158 color CMYK value is (0,14,33,49).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 32.82%
  • key color value is 48.63%
CMYK:
(0,14,33,49)
C0M14Y33K49 
(0%,14%,33%,49%)
(0.00/0.14/0.33/0.49)	

CMYK percentages

%0
%13.74
%32.82
%48.63

Codes

Color #837158 in popluar color models

837158
RGB13111388
HSL35°19.63%42.94%
HSB/HSV35°32.82%51.37%
CMYK0.00%13.74%32.82%
48.63%

Color #837158 in popluar number systems.

HEX837158
Decimal13111388
Binary1000001111100011011000
Octal203161130

Shades and tints

Shades of #837158

#837158
(131,113,88)
#786750
(120,103,80)
#6D5D48
(109,93,72)
#625340
(98,83,64)
#574938
(87,73,56)
#4C3F30
(76,63,48)
#413528
(65,53,40)
#362B20
(54,43,32)
#2B2118
(43,33,24)
#201710
(32,23,16)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #837158

#837158
(131,113,88)
#8E7D67
(142,125,103)
#998976
(153,137,118)
#A49585
(164,149,133)
#AFA194
(175,161,148)
#BAADA3
(186,173,163)
#C5B9B2
(197,185,178)
#D0C5C1
(208,197,193)
#DBD1D0
(219,209,208)
#E6DDDF
(230,221,223)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837158; }

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

This text font color is #837158.


Background Color

.myBgColor { background-color: #837158; }

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

This div background color is #837158.


Border color

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

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

This div border color is #837158.


Opacity

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

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

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

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

This text has shadow with #837158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837158 on black background.


Color preview on white background

This text has color #837158 on white background.



Black color preview on #837158 background

This text has black color on #837158 background.


White color preview on #837158 background

This text has white color on #837158 background.