COLOR #837042

HEX: #837042
RGB: (131,112,66)

Color info

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

RGB color model

#837042 color RGB value is (131,112,66).

  • red value is 131;
  • green value is 112;
  • blue value is 66.
RGB:
(131,112,66)
(51%,44%,26%)

RGB channels and saturation

R 131 of 255 = 51%
G 112 of 255 = 44%
B 66 of 255 = 26%

131
112
66

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

Portions of RGB colors in percentages

R + G + B =
131 + 112 + 66 = 309 (100%)
R 131 of 309 ~ 42.39%
G 112 of 309 ~ 36.25%
B 66 of 309 ~ 21.36%

%42.39
%36.25
%21.36

CMYK color model

#837042 color CMYK value is (0,15,50,49).

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 49.62%
  • key color value is 48.63%
CMYK:
(0,15,50,49)
C0M15Y50K49 
(0%,15%,50%,49%)
(0.00/0.15/0.50/0.49)	

CMYK percentages

%0
%14.5
%49.62
%48.63

Codes

Color #837042 in popluar color models

837042
RGB13111266
HSL42°32.99%38.63%
HSB/HSV42°49.62%51.37%
CMYK0.00%14.50%49.62%
48.63%

Color #837042 in popluar number systems.

HEX837042
Decimal13111266
Binary1000001111100001000010
Octal203160102

Shades and tints

Shades of #837042

#837042
(131,112,66)
#78663C
(120,102,60)
#6D5C36
(109,92,54)
#625230
(98,82,48)
#57482A
(87,72,42)
#4C3E24
(76,62,36)
#41341E
(65,52,30)
#362A18
(54,42,24)
#2B2012
(43,32,18)
#20160C
(32,22,12)
#150C06
(21,12,6)
#000000
(0,0,0)

Tints of #837042

#837042
(131,112,66)
#8E7D53
(142,125,83)
#998A64
(153,138,100)
#A49775
(164,151,117)
#AFA486
(175,164,134)
#BAB197
(186,177,151)
#C5BEA8
(197,190,168)
#D0CBB9
(208,203,185)
#DBD8CA
(219,216,202)
#E6E5DB
(230,229,219)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837042 color. Also use rgb(131,112,66) instead hex code.

Text Font Color

.myTextColor { color: #837042; }

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

This text font color is #837042.


Background Color

.myBgColor { background-color: #837042; }

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

This div background color is #837042.


Border color

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

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

This div border color is #837042.


Opacity

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

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

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

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

This text has shadow with #837042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837042 on black background.


Color preview on white background

This text has color #837042 on white background.



Black color preview on #837042 background

This text has black color on #837042 background.


White color preview on #837042 background

This text has white color on #837042 background.