COLOR #837949

HEX: #837949
RGB: (131,121,73)

Color info

#837949 contains red, green and blue colors in about the same proportion. Web safe color of #837949 is #996633 (or #963).

RGB color model

#837949 color RGB value is (131,121,73).

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

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 73 of 255 = 29%

131
121
73

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 73 = 325 (100%)
R 131 of 325 ~ 40.31%
G 121 of 325 ~ 37.23%
B 73 of 325 ~ 22.46%

%40.31
%37.23
%22.46

CMYK color model

#837949 color CMYK value is (0,8,44,49).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 44.27%
  • key color value is 48.63%
CMYK:
(0,8,44,49)
C0M8Y44K49 
(0%,8%,44%,49%)
(0.00/0.08/0.44/0.49)	

CMYK percentages

%0
%7.63
%44.27
%48.63

Codes

Color #837949 in popluar color models

837949
RGB13112173
HSL50°28.43%40.00%
HSB/HSV50°44.27%51.37%
CMYK0.00%7.63%44.27%
48.63%

Color #837949 in popluar number systems.

HEX837949
Decimal13112173
Binary1000001111110011001001
Octal203171111

Shades and tints

Shades of #837949

#837949
(131,121,73)
#786E43
(120,110,67)
#6D633D
(109,99,61)
#625837
(98,88,55)
#574D31
(87,77,49)
#4C422B
(76,66,43)
#413725
(65,55,37)
#362C1F
(54,44,31)
#2B2119
(43,33,25)
#201613
(32,22,19)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #837949

#837949
(131,121,73)
#8E8559
(142,133,89)
#999169
(153,145,105)
#A49D79
(164,157,121)
#AFA989
(175,169,137)
#BAB599
(186,181,153)
#C5C1A9
(197,193,169)
#D0CDB9
(208,205,185)
#DBD9C9
(219,217,201)
#E6E5D9
(230,229,217)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837949; }

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

This text font color is #837949.


Background Color

.myBgColor { background-color: #837949; }

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

This div background color is #837949.


Border color

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

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

This div border color is #837949.


Opacity

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

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

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

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

This text has shadow with #837949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837949 on black background.


Color preview on white background

This text has color #837949 on white background.



Black color preview on #837949 background

This text has black color on #837949 background.


White color preview on #837949 background

This text has white color on #837949 background.