COLOR #837F2E

HEX: #837F2E RGB: (131,127,46)

Color info

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

RGB color model

#837F2E color RGB value is (131,127,46).

RGB: (131,127,46) (51%, 50%, 18%)

RGB channels and saturation

R 131 of 255 = 51%
G 127 of 255 = 50%
B 46 of 255 = 18%

131
127
46

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

Portions of RGB colors in percentages

R + G + B = 131 + 127 + 46 = 304 (100%)
R 131 of 304 ~ 43.09%
G 127 of 304 ~ 41.78%
B 46 of 304 ~ 15.13'%

%43.09
%41.78
%15.13

CMYK color model

#837F2E color CMYK value is (0,3,65,49).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 64.89%
  • key color value is 48.63%

CMYK: (0,3,65,49)
C0M3Y65K49 (0%, 3%, 65%, 49%)
(0.00 / 0.03 / 0.65 / 0.49)

CMYK percentages

%0
%3.05
%64.89
%48.63

Codes

Color #837F2E in popluar color models

83 7F 2E
RGB 131 127 46
HSL 57° 48.02% 34.71%
HSB/HSV 57° 64.89% 51.37%
CMYK 0.00% 3.05% 64.89%
48.63%

Color #837F2E in popluar number systems.

HEX 83 7F 2E
Decimal 131 127 46
Binary 10000011 1111111 101110
Octal 203 177 56

Shades and tints

Shades of #837F2E

#837F2E
(131,127,46)
#78742A
(120,116,42)
#6D6926
(109,105,38)
#625E22
(98,94,34)
#57531E
(87,83,30)
#4C481A
(76,72,26)
#413D16
(65,61,22)
#363212
(54,50,18)
#2B270E
(43,39,14)
#201C0A
(32,28,10)
#151106
(21,17,6)
#000000
(0,0,0)

Tints of #837F2E

#837F2E
(131,127,46)
#8E8A41
(142,138,65)
#999554
(153,149,84)
#A4A067
(164,160,103)
#AFAB7A
(175,171,122)
#BAB68D
(186,182,141)
#C5C1A0
(197,193,160)
#D0CCB3
(208,204,179)
#DBD7C6
(219,215,198)
#E6E2D9
(230,226,217)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837F2E color. Also use rgb(131,127,46) instead hex code.

Text Font Color

.myTextColor { color: #837F2E; }

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

This text font color is #837F2E.

Background Color

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

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

This div background color is #837F2E.

Border color

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

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

This div border color is #837F2E.

Opacity

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

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

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

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

This text has shadow with #837F2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837F2E.

Preview

Color preview on black background

This text has color #837F2E on black background.


Color preview on white background

This text has color #837F2E on white background.


Black color preview on #837F2E background

This text has black color on #837F2E background.


White color preview on #837F2E background

This text has white color on #837F2E background.


Related colors

Complementary color

Complementary color for #hex is #7C80D1.


I love getcolorcode.com

Triadic colors

1 #2E837F and #7F2E83 with #837F2E are triadic colors.

2 #2E7F83 and #7F832E with #837F2E are triadic colors.