COLOR #837E44

HEX: #837E44 RGB: (131,126,68)

Color info

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

RGB color model

#837E44 color RGB value is (131,126,68).

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

RGB channels and saturation

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

131
126
68

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

Portions of RGB colors in percentages

R + G + B = 131 + 126 + 68 = 325 (100%)
R 131 of 325 ~ 40.31%
G 126 of 325 ~ 38.77%
B 68 of 325 ~ 20.92'%

%40.31
%38.77
%20.92

CMYK color model

#837E44 color CMYK value is (0,4,48,49).

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

CMYK: (0,4,48,49)
C0M4Y48K49 (0%, 4%, 48%, 49%)
(0.00 / 0.04 / 0.48 / 0.49)

CMYK percentages

%0
%3.82
%48.09
%48.63

Codes

Color #837E44 in popluar color models

83 7E 44
RGB 131 126 68
HSL 55° 31.66% 39.02%
HSB/HSV 55° 48.09% 51.37%
CMYK 0.00% 3.82% 48.09%
48.63%

Color #837E44 in popluar number systems.

HEX 83 7E 44
Decimal 131 126 68
Binary 10000011 1111110 1000100
Octal 203 176 104

Shades and tints

Shades of #837E44

#837E44
(131,126,68)
#78733E
(120,115,62)
#6D6838
(109,104,56)
#625D32
(98,93,50)
#57522C
(87,82,44)
#4C4726
(76,71,38)
#413C20
(65,60,32)
#36311A
(54,49,26)
#2B2614
(43,38,20)
#201B0E
(32,27,14)
#151008
(21,16,8)
#000000
(0,0,0)

Tints of #837E44

#837E44
(131,126,68)
#8E8955
(142,137,85)
#999466
(153,148,102)
#A49F77
(164,159,119)
#AFAA88
(175,170,136)
#BAB599
(186,181,153)
#C5C0AA
(197,192,170)
#D0CBBB
(208,203,187)
#DBD6CC
(219,214,204)
#E6E1DD
(230,225,221)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E44; }

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

This text font color is #837E44.

Background Color

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

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

This div background color is #837E44.

Border color

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

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

This div border color is #837E44.

Opacity

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

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

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

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

This text has shadow with #837E44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837E44.

Preview

Color preview on black background

This text has color #837E44 on black background.


Color preview on white background

This text has color #837E44 on white background.


Black color preview on #837E44 background

This text has black color on #837E44 background.


White color preview on #837E44 background

This text has white color on #837E44 background.


Related colors

Complementary color

Complementary color for #hex is #7C81BB.


I love getcolorcode.com

Triadic colors

1 #44837E and #7E4483 with #837E44 are triadic colors.

2 #447E83 and #7E8344 with #837E44 are triadic colors.