COLOR #837F4A

HEX: #837F4A RGB: (131,127,74)

Color info

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

RGB color model

#837F4A color RGB value is (131,127,74).

RGB: (131,127,74) (51%, 50%, 29%)

RGB channels and saturation

R 131 of 255 = 51%
G 127 of 255 = 50%
B 74 of 255 = 29%

131
127
74

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

Portions of RGB colors in percentages

R + G + B = 131 + 127 + 74 = 332 (100%)
R 131 of 332 ~ 39.46%
G 127 of 332 ~ 38.25%
B 74 of 332 ~ 22.29'%

%39.46
%38.25
%22.29

CMYK color model

#837F4A color CMYK value is (0,3,44,49).

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

CMYK: (0,3,44,49)
C0M3Y44K49 (0%, 3%, 44%, 49%)
(0.00 / 0.03 / 0.44 / 0.49)

CMYK percentages

%0
%3.05
%43.51
%48.63

Codes

Color #837F4A in popluar color models

83 7F 4A
RGB 131 127 74
HSL 56° 27.80% 40.20%
HSB/HSV 56° 43.51% 51.37%
CMYK 0.00% 3.05% 43.51%
48.63%

Color #837F4A in popluar number systems.

HEX 83 7F 4A
Decimal 131 127 74
Binary 10000011 1111111 1001010
Octal 203 177 112

Shades and tints

Shades of #837F4A

#837F4A
(131,127,74)
#787444
(120,116,68)
#6D693E
(109,105,62)
#625E38
(98,94,56)
#575332
(87,83,50)
#4C482C
(76,72,44)
#413D26
(65,61,38)
#363220
(54,50,32)
#2B271A
(43,39,26)
#201C14
(32,28,20)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #837F4A

#837F4A
(131,127,74)
#8E8A5A
(142,138,90)
#99956A
(153,149,106)
#A4A07A
(164,160,122)
#AFAB8A
(175,171,138)
#BAB69A
(186,182,154)
#C5C1AA
(197,193,170)
#D0CCBA
(208,204,186)
#DBD7CA
(219,215,202)
#E6E2DA
(230,226,218)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837F4A; }

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

This text font color is #837F4A.

Background Color

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

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

This div background color is #837F4A.

Border color

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

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

This div border color is #837F4A.

Opacity

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

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

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

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

This text has shadow with #837F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837F4A.

Preview

Color preview on black background

This text has color #837F4A on black background.


Color preview on white background

This text has color #837F4A on white background.


Black color preview on #837F4A background

This text has black color on #837F4A background.


White color preview on #837F4A background

This text has white color on #837F4A background.


Related colors

Complementary color

Complementary color for #hex is #7C80B5.


I love getcolorcode.com

Triadic colors

1 #4A837F and #7F4A83 with #837F4A are triadic colors.

2 #4A7F83 and #7F834A with #837F4A are triadic colors.