COLOR #837947

HEX: #837947
RGB: (131,121,71)

Color info

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

RGB color model

#837947 color RGB value is (131,121,71).

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

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 71 of 255 = 28%

131
121
71

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 71 = 323 (100%)
R 131 of 323 ~ 40.56%
G 121 of 323 ~ 37.46%
B 71 of 323 ~ 21.98%

%40.56
%37.46
%21.98

CMYK color model

#837947 color CMYK value is (0,8,46,49).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 45.80%
  • key color value is 48.63%
CMYK:
(0,8,46,49)
C0M8Y46K49 
(0%,8%,46%,49%)
(0.00/0.08/0.46/0.49)	

CMYK percentages

%0
%7.63
%45.8
%48.63

Codes

Color #837947 in popluar color models

837947
RGB13112171
HSL50°29.70%39.61%
HSB/HSV50°45.80%51.37%
CMYK0.00%7.63%45.80%
48.63%

Color #837947 in popluar number systems.

HEX837947
Decimal13112171
Binary1000001111110011000111
Octal203171107

Shades and tints

Shades of #837947

#837947
(131,121,71)
#786E41
(120,110,65)
#6D633B
(109,99,59)
#625835
(98,88,53)
#574D2F
(87,77,47)
#4C4229
(76,66,41)
#413723
(65,55,35)
#362C1D
(54,44,29)
#2B2117
(43,33,23)
#201611
(32,22,17)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #837947

#837947
(131,121,71)
#8E8557
(142,133,87)
#999167
(153,145,103)
#A49D77
(164,157,119)
#AFA987
(175,169,135)
#BAB597
(186,181,151)
#C5C1A7
(197,193,167)
#D0CDB7
(208,205,183)
#DBD9C7
(219,217,199)
#E6E5D7
(230,229,215)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837947; }

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

This text font color is #837947.


Background Color

.myBgColor { background-color: #837947; }

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

This div background color is #837947.


Border color

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

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

This div border color is #837947.


Opacity

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

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

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

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

This text has shadow with #837947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837947 on black background.


Color preview on white background

This text has color #837947 on white background.



Black color preview on #837947 background

This text has black color on #837947 background.


White color preview on #837947 background

This text has white color on #837947 background.