COLOR #837F72

HEX: #837F72
RGB: (131,127,114)

Color info

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

RGB color model

#837F72 color RGB value is (131,127,114).

  • red value is 131;
  • green value is 127;
  • blue value is 114.
RGB:
(131,127,114)
(51%,50%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 127 of 255 = 50%
B 114 of 255 = 45%

131
127
114

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

Portions of RGB colors in percentages

R + G + B =
131 + 127 + 114 = 372 (100%)
R 131 of 372 ~ 35.22%
G 127 of 372 ~ 34.14%
B 114 of 372 ~ 30.65%

%35.22
%34.14
%30.65

CMYK color model

#837F72 color CMYK value is (0,3,13,49).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(0,3,13,49)
C0M3Y13K49 
(0%,3%,13%,49%)
(0.00/0.03/0.13/0.49)	

CMYK percentages

%0
%3.05
%12.98
%48.63

Codes

Color #837F72 in popluar color models

837F72
RGB131127114
HSL46°6.94%48.04%
HSB/HSV46°12.98%51.37%
CMYK0.00%3.05%12.98%
48.63%

Color #837F72 in popluar number systems.

HEX837F72
Decimal131127114
Binary1000001111111111110010
Octal203177162

Shades and tints

Shades of #837F72

#837F72
(131,127,114)
#787468
(120,116,104)
#6D695E
(109,105,94)
#625E54
(98,94,84)
#57534A
(87,83,74)
#4C4840
(76,72,64)
#413D36
(65,61,54)
#36322C
(54,50,44)
#2B2722
(43,39,34)
#201C18
(32,28,24)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #837F72

#837F72
(131,127,114)
#8E8A7E
(142,138,126)
#99958A
(153,149,138)
#A4A096
(164,160,150)
#AFABA2
(175,171,162)
#BAB6AE
(186,182,174)
#C5C1BA
(197,193,186)
#D0CCC6
(208,204,198)
#DBD7D2
(219,215,210)
#E6E2DE
(230,226,222)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837F72; }

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

This text font color is #837F72.


Background Color

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

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

This div background color is #837F72.


Border color

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

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

This div border color is #837F72.


Opacity

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

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

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

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

This text has shadow with #837F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837F72 on black background.


Color preview on white background

This text has color #837F72 on white background.



Black color preview on #837F72 background

This text has black color on #837F72 background.


White color preview on #837F72 background

This text has white color on #837F72 background.