COLOR #837E4C

HEX: #837E4C RGB: (131,126,76)

Color info

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

RGB color model

#837E4C color RGB value is (131,126,76).

RGB: (131,126,76) (51%, 49%, 30%)

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 76 of 255 = 30%

131
126
76

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

Portions of RGB colors in percentages

R + G + B = 131 + 126 + 76 = 333 (100%)
R 131 of 333 ~ 39.34%
G 126 of 333 ~ 37.84%
B 76 of 333 ~ 22.82'%

%39.34
%37.84
%22.82

CMYK color model

#837E4C color CMYK value is (0,4,42,49).

  • cyan value is 0.00%
  • magenta value is 3.82%
  • yellow value is 41.98%
  • key color value is 48.63%

CMYK: (0,4,42,49)
C0M4Y42K49 (0%, 4%, 42%, 49%)
(0.00 / 0.04 / 0.42 / 0.49)

CMYK percentages

%0
%3.82
%41.98
%48.63

Codes

Color #837E4C in popluar color models

83 7E 4C
RGB 131 126 76
HSL 55° 26.57% 40.59%
HSB/HSV 55° 41.98% 51.37%
CMYK 0.00% 3.82% 41.98%
48.63%

Color #837E4C in popluar number systems.

HEX 83 7E 4C
Decimal 131 126 76
Binary 10000011 1111110 1001100
Octal 203 176 114

Shades and tints

Shades of #837E4C

#837E4C
(131,126,76)
#787346
(120,115,70)
#6D6840
(109,104,64)
#625D3A
(98,93,58)
#575234
(87,82,52)
#4C472E
(76,71,46)
#413C28
(65,60,40)
#363122
(54,49,34)
#2B261C
(43,38,28)
#201B16
(32,27,22)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #837E4C

#837E4C
(131,126,76)
#8E895C
(142,137,92)
#99946C
(153,148,108)
#A49F7C
(164,159,124)
#AFAA8C
(175,170,140)
#BAB59C
(186,181,156)
#C5C0AC
(197,192,172)
#D0CBBC
(208,203,188)
#DBD6CC
(219,214,204)
#E6E1DC
(230,225,220)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E4C; }

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

This text font color is #837E4C.

Background Color

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

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

This div background color is #837E4C.

Border color

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

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

This div border color is #837E4C.

Opacity

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

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

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

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

This text has shadow with #837E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837E4C.

Preview

Color preview on black background

This text has color #837E4C on black background.


Color preview on white background

This text has color #837E4C on white background.


Black color preview on #837E4C background

This text has black color on #837E4C background.


White color preview on #837E4C background

This text has white color on #837E4C background.


Related colors

Complementary color

Complementary color for #hex is #7C81B3.


I love getcolorcode.com

Triadic colors

1 #4C837E and #7E4C83 with #837E4C are triadic colors.

2 #4C7E83 and #7E834C with #837E4C are triadic colors.