COLOR #837E74

HEX: #837E74
RGB: (131,126,116)

Color info

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

RGB color model

#837E74 color RGB value is (131,126,116).

  • red value is 131;
  • green value is 126;
  • blue value is 116.
RGB:
(131,126,116)
(51%,49%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 116 of 255 = 45%

131
126
116

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

Portions of RGB colors in percentages

R + G + B =
131 + 126 + 116 = 373 (100%)
R 131 of 373 ~ 35.12%
G 126 of 373 ~ 33.78%
B 116 of 373 ~ 31.1%

%35.12
%33.78
%31.1

CMYK color model

#837E74 color CMYK value is (0,4,11,49).

  • cyan value is 0.00%
  • magenta value is 3.82%
  • yellow value is 11.45%
  • key color value is 48.63%
CMYK:
(0,4,11,49)
C0M4Y11K49 
(0%,4%,11%,49%)
(0.00/0.04/0.11/0.49)	

CMYK percentages

%0
%3.82
%11.45
%48.63

Codes

Color #837E74 in popluar color models

837E74
RGB131126116
HSL40°6.07%48.43%
HSB/HSV40°11.45%51.37%
CMYK0.00%3.82%11.45%
48.63%

Color #837E74 in popluar number systems.

HEX837E74
Decimal131126116
Binary1000001111111101110100
Octal203176164

Shades and tints

Shades of #837E74

#837E74
(131,126,116)
#78736A
(120,115,106)
#6D6860
(109,104,96)
#625D56
(98,93,86)
#57524C
(87,82,76)
#4C4742
(76,71,66)
#413C38
(65,60,56)
#36312E
(54,49,46)
#2B2624
(43,38,36)
#201B1A
(32,27,26)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #837E74

#837E74
(131,126,116)
#8E8980
(142,137,128)
#99948C
(153,148,140)
#A49F98
(164,159,152)
#AFAAA4
(175,170,164)
#BAB5B0
(186,181,176)
#C5C0BC
(197,192,188)
#D0CBC8
(208,203,200)
#DBD6D4
(219,214,212)
#E6E1E0
(230,225,224)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E74; }

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

This text font color is #837E74.


Background Color

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

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

This div background color is #837E74.


Border color

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

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

This div border color is #837E74.


Opacity

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

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

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

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

This text has shadow with #837E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E74 on black background.


Color preview on white background

This text has color #837E74 on white background.



Black color preview on #837E74 background

This text has black color on #837E74 background.


White color preview on #837E74 background

This text has white color on #837E74 background.