COLOR #837E34

HEX: #837E34
RGB: (131,126,52)

Color info

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

RGB color model

#837E34 color RGB value is (131,126,52).

  • red value is 131;
  • green value is 126;
  • blue value is 52.
RGB:
(131,126,52)
(51%,49%,20%)

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 52 of 255 = 20%

131
126
52

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

Portions of RGB colors in percentages

R + G + B =
131 + 126 + 52 = 309 (100%)
R 131 of 309 ~ 42.39%
G 126 of 309 ~ 40.78%
B 52 of 309 ~ 16.83%

%42.39
%40.78
%16.83

CMYK color model

#837E34 color CMYK value is (0,4,60,49).

  • cyan value is 0.00%
  • magenta value is 3.82%
  • yellow value is 60.31%
  • key color value is 48.63%
CMYK:
(0,4,60,49)
C0M4Y60K49 
(0%,4%,60%,49%)
(0.00/0.04/0.60/0.49)	

CMYK percentages

%0
%3.82
%60.31
%48.63

Codes

Color #837E34 in popluar color models

837E34
RGB13112652
HSL56°43.17%35.88%
HSB/HSV56°60.31%51.37%
CMYK0.00%3.82%60.31%
48.63%

Color #837E34 in popluar number systems.

HEX837E34
Decimal13112652
Binary100000111111110110100
Octal20317664

Shades and tints

Shades of #837E34

#837E34
(131,126,52)
#787330
(120,115,48)
#6D682C
(109,104,44)
#625D28
(98,93,40)
#575224
(87,82,36)
#4C4720
(76,71,32)
#413C1C
(65,60,28)
#363118
(54,49,24)
#2B2614
(43,38,20)
#201B10
(32,27,16)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #837E34

#837E34
(131,126,52)
#8E8946
(142,137,70)
#999458
(153,148,88)
#A49F6A
(164,159,106)
#AFAA7C
(175,170,124)
#BAB58E
(186,181,142)
#C5C0A0
(197,192,160)
#D0CBB2
(208,203,178)
#DBD6C4
(219,214,196)
#E6E1D6
(230,225,214)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837E34 color. Also use rgb(131,126,52) instead hex code.

Text Font Color

.myTextColor { color: #837E34; }

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

This text font color is #837E34.


Background Color

.myBgColor { background-color: #837E34; }

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

This div background color is #837E34.


Border color

.myBorderColor { border: 1px solid #837E34; }

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

This div border color is #837E34.


Opacity

.myOpacity80 { color: #837E34; opacity: 0.8; }

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

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

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

This text has shadow with #837E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E34 on black background.


Color preview on white background

This text has color #837E34 on white background.



Black color preview on #837E34 background

This text has black color on #837E34 background.


White color preview on #837E34 background

This text has white color on #837E34 background.