COLOR #837E45

HEX: #837E45 RGB: (131,126,69)

Color info

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

RGB color model

#837E45 color RGB value is (131,126,69).

RGB: (131,126,69) (51%, 49%, 27%)

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 69 of 255 = 27%

131
126
69

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

Portions of RGB colors in percentages

R + G + B = 131 + 126 + 69 = 326 (100%)
R 131 of 326 ~ 40.18%
G 126 of 326 ~ 38.65%
B 69 of 326 ~ 21.17'%

%40.18
%38.65
%21.17

CMYK color model

#837E45 color CMYK value is (0,4,47,49).

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

CMYK: (0,4,47,49)
C0M4Y47K49 (0%, 4%, 47%, 49%)
(0.00 / 0.04 / 0.47 / 0.49)

CMYK percentages

%0
%3.82
%47.33
%48.63

Codes

Color #837E45 in popluar color models

83 7E 45
RGB 131 126 69
HSL 55° 31.00% 39.22%
HSB/HSV 55° 47.33% 51.37%
CMYK 0.00% 3.82% 47.33%
48.63%

Color #837E45 in popluar number systems.

HEX 83 7E 45
Decimal 131 126 69
Binary 10000011 1111110 1000101
Octal 203 176 105

Shades and tints

Shades of #837E45

#837E45
(131,126,69)
#78733F
(120,115,63)
#6D6839
(109,104,57)
#625D33
(98,93,51)
#57522D
(87,82,45)
#4C4727
(76,71,39)
#413C21
(65,60,33)
#36311B
(54,49,27)
#2B2615
(43,38,21)
#201B0F
(32,27,15)
#151009
(21,16,9)
#000000
(0,0,0)

Tints of #837E45

#837E45
(131,126,69)
#8E8955
(142,137,85)
#999465
(153,148,101)
#A49F75
(164,159,117)
#AFAA85
(175,170,133)
#BAB595
(186,181,149)
#C5C0A5
(197,192,165)
#D0CBB5
(208,203,181)
#DBD6C5
(219,214,197)
#E6E1D5
(230,225,213)
#F1ECE5
(241,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E45; }

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

This text font color is #837E45.

Background Color

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

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

This div background color is #837E45.

Border color

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

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

This div border color is #837E45.

Opacity

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

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

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

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

This text has shadow with #837E45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837E45.

Preview

Color preview on black background

This text has color #837E45 on black background.


Color preview on white background

This text has color #837E45 on white background.


Black color preview on #837E45 background

This text has black color on #837E45 background.


White color preview on #837E45 background

This text has white color on #837E45 background.


Related colors

Complementary color

Complementary color for #hex is #7C81BA.


I love getcolorcode.com

Triadic colors

1 #45837E and #7E4583 with #837E45 are triadic colors.

2 #457E83 and #7E8345 with #837E45 are triadic colors.