COLOR #837A4E

HEX: #837A4E
RGB: (131,122,78)

Color info

#837A4E contains red, green and blue colors in about the same proportion. Web safe color of #837A4E is #996666 (or #966).

RGB color model

#837A4E color RGB value is (131,122,78).

  • red value is 131;
  • green value is 122;
  • blue value is 78.
RGB:
(131,122,78)
(51%,48%,31%)

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 78 of 255 = 31%

131
122
78

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

Portions of RGB colors in percentages

R + G + B =
131 + 122 + 78 = 331 (100%)
R 131 of 331 ~ 39.58%
G 122 of 331 ~ 36.86%
B 78 of 331 ~ 23.56%

%39.58
%36.86
%23.56

CMYK color model

#837A4E color CMYK value is (0,7,40,49).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 40.46%
  • key color value is 48.63%
CMYK:
(0,7,40,49)
C0M7Y40K49 
(0%,7%,40%,49%)
(0.00/0.07/0.40/0.49)	

CMYK percentages

%0
%6.87
%40.46
%48.63

Codes

Color #837A4E in popluar color models

837A4E
RGB13112278
HSL50°25.36%40.98%
HSB/HSV50°40.46%51.37%
CMYK0.00%6.87%40.46%
48.63%

Color #837A4E in popluar number systems.

HEX837A4E
Decimal13112278
Binary1000001111110101001110
Octal203172116

Shades and tints

Shades of #837A4E

#837A4E
(131,122,78)
#786F47
(120,111,71)
#6D6440
(109,100,64)
#625939
(98,89,57)
#574E32
(87,78,50)
#4C432B
(76,67,43)
#413824
(65,56,36)
#362D1D
(54,45,29)
#2B2216
(43,34,22)
#20170F
(32,23,15)
#150C08
(21,12,8)
#000000
(0,0,0)

Tints of #837A4E

#837A4E
(131,122,78)
#8E865E
(142,134,94)
#99926E
(153,146,110)
#A49E7E
(164,158,126)
#AFAA8E
(175,170,142)
#BAB69E
(186,182,158)
#C5C2AE
(197,194,174)
#D0CEBE
(208,206,190)
#DBDACE
(219,218,206)
#E6E6DE
(230,230,222)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837A4E color. Also use rgb(131,122,78) instead hex code.

Text Font Color

.myTextColor { color: #837A4E; }

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

This text font color is #837A4E.


Background Color

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

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

This div background color is #837A4E.


Border color

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

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

This div border color is #837A4E.


Opacity

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

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

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

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

This text has shadow with #837A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837A4E on black background.


Color preview on white background

This text has color #837A4E on white background.



Black color preview on #837A4E background

This text has black color on #837A4E background.


White color preview on #837A4E background

This text has white color on #837A4E background.