COLOR #837E48

HEX: #837E48 RGB: (131,126,72)

Color info

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

RGB color model

#837E48 color RGB value is (131,126,72).

RGB: (131,126,72) (51%, 49%, 28%)

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 72 of 255 = 28%

131
126
72

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

Portions of RGB colors in percentages

R + G + B = 131 + 126 + 72 = 329 (100%)
R 131 of 329 ~ 39.82%
G 126 of 329 ~ 38.3%
B 72 of 329 ~ 21.88'%

%39.82
%38.3
%21.88

CMYK color model

#837E48 color CMYK value is (0,4,45,49).

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

CMYK: (0,4,45,49)
C0M4Y45K49 (0%, 4%, 45%, 49%)
(0.00 / 0.04 / 0.45 / 0.49)

CMYK percentages

%0
%3.82
%45.04
%48.63

Codes

Color #837E48 in popluar color models

83 7E 48
RGB 131 126 72
HSL 55° 29.06% 39.80%
HSB/HSV 55° 45.04% 51.37%
CMYK 0.00% 3.82% 45.04%
48.63%

Color #837E48 in popluar number systems.

HEX 83 7E 48
Decimal 131 126 72
Binary 10000011 1111110 1001000
Octal 203 176 110

Shades and tints

Shades of #837E48

#837E48
(131,126,72)
#787342
(120,115,66)
#6D683C
(109,104,60)
#625D36
(98,93,54)
#575230
(87,82,48)
#4C472A
(76,71,42)
#413C24
(65,60,36)
#36311E
(54,49,30)
#2B2618
(43,38,24)
#201B12
(32,27,18)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #837E48

#837E48
(131,126,72)
#8E8958
(142,137,88)
#999468
(153,148,104)
#A49F78
(164,159,120)
#AFAA88
(175,170,136)
#BAB598
(186,181,152)
#C5C0A8
(197,192,168)
#D0CBB8
(208,203,184)
#DBD6C8
(219,214,200)
#E6E1D8
(230,225,216)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E48; }

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

This text font color is #837E48.

Background Color

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

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

This div background color is #837E48.

Border color

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

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

This div border color is #837E48.

Opacity

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

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

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

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

This text has shadow with #837E48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837E48.

Preview

Color preview on black background

This text has color #837E48 on black background.


Color preview on white background

This text has color #837E48 on white background.


Black color preview on #837E48 background

This text has black color on #837E48 background.


White color preview on #837E48 background

This text has white color on #837E48 background.


Related colors

Complementary color

Complementary color for #hex is #7C81B7.


I love getcolorcode.com

Triadic colors

1 #48837E and #7E4883 with #837E48 are triadic colors.

2 #487E83 and #7E8348 with #837E48 are triadic colors.