COLOR #837E40

HEX: #837E40 RGB: (131,126,64)

Color info

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

RGB color model

#837E40 color RGB value is (131,126,64).

RGB: (131,126,64) (51%, 49%, 25%)

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 64 of 255 = 25%

131
126
64

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

Portions of RGB colors in percentages

R + G + B = 131 + 126 + 64 = 321 (100%)
R 131 of 321 ~ 40.81%
G 126 of 321 ~ 39.25%
B 64 of 321 ~ 19.94'%

%40.81
%39.25
%19.94

CMYK color model

#837E40 color CMYK value is (0,4,51,49).

  • cyan value is 0.00%
  • magenta value is 3.82%
  • yellow value is 51.15%
  • key color value is 48.63%
CMYK: (0,4,51,49) C0M4Y51K49 (0%,4%,51%,49%) (0.00/0.04/0.51/0.49) 

CMYK percentages

%0
%3.82
%51.15
%48.63

Codes

Color #837E40 in popluar color models

83 7E 40
RGB 131 126 64
HSL 56° 34.36% 38.24%
HSB/HSV 56° 51.15% 51.37%
CMYK 0.00% 3.82% 51.15%
48.63%

Color #837E40 in popluar number systems.

HEX 83 7E 40
Decimal 131 126 64
Binary 10000011 1111110 1000000
Octal 203 176 100

Shades and tints

Shades of #837E40

#837E40
(131,126,64)
#78733B
(120,115,59)
#6D6836
(109,104,54)
#625D31
(98,93,49)
#57522C
(87,82,44)
#4C4727
(76,71,39)
#413C22
(65,60,34)
#36311D
(54,49,29)
#2B2618
(43,38,24)
#201B13
(32,27,19)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #837E40

#837E40
(131,126,64)
#8E8951
(142,137,81)
#999462
(153,148,98)
#A49F73
(164,159,115)
#AFAA84
(175,170,132)
#BAB595
(186,181,149)
#C5C0A6
(197,192,166)
#D0CBB7
(208,203,183)
#DBD6C8
(219,214,200)
#E6E1D9
(230,225,217)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E40; }

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

This text font color is #837E40.

Background Color

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

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

This div background color is #837E40.

Border color

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

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

This div border color is #837E40.

Opacity

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

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

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

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

This text has shadow with #837E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837E40.

Preview

Color preview on black background

This text has color #837E40 on black background.


Color preview on white background

This text has color #837E40 on white background.


Black color preview on #837E40 background

This text has black color on #837E40 background.


White color preview on #837E40 background

This text has white color on #837E40 background.


Related colors

Complementary color

Complementary color for #hex is #7C81BF.


I love getcolorcode.com

Triadic colors

1 #40837E and #7E4083 with #837E40 are triadic colors.

2 #407E83 and #7E8340 with #837E40 are triadic colors.