COLOR #837D72

HEX: #837D72
RGB: (131,125,114)

Color info

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

RGB color model

#837D72 color RGB value is (131,125,114).

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

RGB channels and saturation

R 131 of 255 = 51%
G 125 of 255 = 49%
B 114 of 255 = 45%

131
125
114

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

Portions of RGB colors in percentages

R + G + B =
131 + 125 + 114 = 370 (100%)
R 131 of 370 ~ 35.41%
G 125 of 370 ~ 33.78%
B 114 of 370 ~ 30.81%

%35.41
%33.78
%30.81

CMYK color model

#837D72 color CMYK value is (0,5,13,49).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(0,5,13,49)
C0M5Y13K49 
(0%,5%,13%,49%)
(0.00/0.05/0.13/0.49)	

CMYK percentages

%0
%4.58
%12.98
%48.63

Codes

Color #837D72 in popluar color models

837D72
RGB131125114
HSL39°6.94%48.04%
HSB/HSV39°12.98%51.37%
CMYK0.00%4.58%12.98%
48.63%

Color #837D72 in popluar number systems.

HEX837D72
Decimal131125114
Binary1000001111111011110010
Octal203175162

Shades and tints

Shades of #837D72

#837D72
(131,125,114)
#787268
(120,114,104)
#6D675E
(109,103,94)
#625C54
(98,92,84)
#57514A
(87,81,74)
#4C4640
(76,70,64)
#413B36
(65,59,54)
#36302C
(54,48,44)
#2B2522
(43,37,34)
#201A18
(32,26,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #837D72

#837D72
(131,125,114)
#8E887E
(142,136,126)
#99938A
(153,147,138)
#A49E96
(164,158,150)
#AFA9A2
(175,169,162)
#BAB4AE
(186,180,174)
#C5BFBA
(197,191,186)
#D0CAC6
(208,202,198)
#DBD5D2
(219,213,210)
#E6E0DE
(230,224,222)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837D72; }

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

This text font color is #837D72.


Background Color

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

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

This div background color is #837D72.


Border color

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

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

This div border color is #837D72.


Opacity

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

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

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

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

This text has shadow with #837D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837D72 on black background.


Color preview on white background

This text has color #837D72 on white background.



Black color preview on #837D72 background

This text has black color on #837D72 background.


White color preview on #837D72 background

This text has white color on #837D72 background.