COLOR #837163

HEX: #837163
RGB: (131,113,99)

Color info

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

RGB color model

#837163 color RGB value is (131,113,99).

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

RGB channels and saturation

R 131 of 255 = 51%
G 113 of 255 = 44%
B 99 of 255 = 39%

131
113
99

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

Portions of RGB colors in percentages

R + G + B =
131 + 113 + 99 = 343 (100%)
R 131 of 343 ~ 38.19%
G 113 of 343 ~ 32.94%
B 99 of 343 ~ 28.86%

%38.19
%32.94
%28.86

CMYK color model

#837163 color CMYK value is (0,14,24,49).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 24.43%
  • key color value is 48.63%
CMYK:
(0,14,24,49)
C0M14Y24K49 
(0%,14%,24%,49%)
(0.00/0.14/0.24/0.49)	

CMYK percentages

%0
%13.74
%24.43
%48.63

Codes

Color #837163 in popluar color models

837163
RGB13111399
HSL26°13.91%45.10%
HSB/HSV26°24.43%51.37%
CMYK0.00%13.74%24.43%
48.63%

Color #837163 in popluar number systems.

HEX837163
Decimal13111399
Binary1000001111100011100011
Octal203161143

Shades and tints

Shades of #837163

#837163
(131,113,99)
#78675A
(120,103,90)
#6D5D51
(109,93,81)
#625348
(98,83,72)
#57493F
(87,73,63)
#4C3F36
(76,63,54)
#41352D
(65,53,45)
#362B24
(54,43,36)
#2B211B
(43,33,27)
#201712
(32,23,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #837163

#837163
(131,113,99)
#8E7D71
(142,125,113)
#99897F
(153,137,127)
#A4958D
(164,149,141)
#AFA19B
(175,161,155)
#BAADA9
(186,173,169)
#C5B9B7
(197,185,183)
#D0C5C5
(208,197,197)
#DBD1D3
(219,209,211)
#E6DDE1
(230,221,225)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837163; }

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

This text font color is #837163.


Background Color

.myBgColor { background-color: #837163; }

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

This div background color is #837163.


Border color

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

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

This div border color is #837163.


Opacity

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

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

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

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

This text has shadow with #837163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837163 on black background.


Color preview on white background

This text has color #837163 on white background.



Black color preview on #837163 background

This text has black color on #837163 background.


White color preview on #837163 background

This text has white color on #837163 background.