COLOR #837247

HEX: #837247
RGB: (131,114,71)

Color info

#837247 contains mainly red and green colors. Web safe color of #837247 is #996633 (or #963).

RGB color model

#837247 color RGB value is (131,114,71).

  • red value is 131;
  • green value is 114;
  • blue value is 71.
RGB:
(131,114,71)
(51%,45%,28%)

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 71 of 255 = 28%

131
114
71

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

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 71 = 316 (100%)
R 131 of 316 ~ 41.46%
G 114 of 316 ~ 36.08%
B 71 of 316 ~ 22.47%

%41.46
%36.08
%22.47

CMYK color model

#837247 color CMYK value is (0,13,46,49).

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 45.80%
  • key color value is 48.63%
CMYK:
(0,13,46,49)
C0M13Y46K49 
(0%,13%,46%,49%)
(0.00/0.13/0.46/0.49)	

CMYK percentages

%0
%12.98
%45.8
%48.63

Codes

Color #837247 in popluar color models

837247
RGB13111471
HSL43°29.70%39.61%
HSB/HSV43°45.80%51.37%
CMYK0.00%12.98%45.80%
48.63%

Color #837247 in popluar number systems.

HEX837247
Decimal13111471
Binary1000001111100101000111
Octal203162107

Shades and tints

Shades of #837247

#837247
(131,114,71)
#786841
(120,104,65)
#6D5E3B
(109,94,59)
#625435
(98,84,53)
#574A2F
(87,74,47)
#4C4029
(76,64,41)
#413623
(65,54,35)
#362C1D
(54,44,29)
#2B2217
(43,34,23)
#201811
(32,24,17)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #837247

#837247
(131,114,71)
#8E7E57
(142,126,87)
#998A67
(153,138,103)
#A49677
(164,150,119)
#AFA287
(175,162,135)
#BAAE97
(186,174,151)
#C5BAA7
(197,186,167)
#D0C6B7
(208,198,183)
#DBD2C7
(219,210,199)
#E6DED7
(230,222,215)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837247 color. Also use rgb(131,114,71) instead hex code.

Text Font Color

.myTextColor { color: #837247; }

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

This text font color is #837247.


Background Color

.myBgColor { background-color: #837247; }

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

This div background color is #837247.


Border color

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

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

This div border color is #837247.


Opacity

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

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

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

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

This text has shadow with #837247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837247 on black background.


Color preview on white background

This text has color #837247 on white background.



Black color preview on #837247 background

This text has black color on #837247 background.


White color preview on #837247 background

This text has white color on #837247 background.