COLOR #837970

HEX: #837970
RGB: (131,121,112)

Color info

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

RGB color model

#837970 color RGB value is (131,121,112).

  • red value is 131;
  • green value is 121;
  • blue value is 112.
RGB:
(131,121,112)
(51%,47%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 112 of 255 = 44%

131
121
112

R + G + B ~ 47%. #837970 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 112 = 364 (100%)
R 131 of 364 ~ 35.99%
G 121 of 364 ~ 33.24%
B 112 of 364 ~ 30.77%

%35.99
%33.24
%30.77

CMYK color model

#837970 color CMYK value is (0,8,15,49).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 14.50%
  • key color value is 48.63%
CMYK:
(0,8,15,49)
C0M8Y15K49 
(0%,8%,15%,49%)
(0.00/0.08/0.15/0.49)	

CMYK percentages

%0
%7.63
%14.5
%48.63

Codes

Color #837970 in popluar color models

837970
RGB131121112
HSL28°7.82%47.65%
HSB/HSV28°14.50%51.37%
CMYK0.00%7.63%14.50%
48.63%

Color #837970 in popluar number systems.

HEX837970
Decimal131121112
Binary1000001111110011110000
Octal203171160

Shades and tints

Shades of #837970

#837970
(131,121,112)
#786E66
(120,110,102)
#6D635C
(109,99,92)
#625852
(98,88,82)
#574D48
(87,77,72)
#4C423E
(76,66,62)
#413734
(65,55,52)
#362C2A
(54,44,42)
#2B2120
(43,33,32)
#201616
(32,22,22)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #837970

#837970
(131,121,112)
#8E857D
(142,133,125)
#99918A
(153,145,138)
#A49D97
(164,157,151)
#AFA9A4
(175,169,164)
#BAB5B1
(186,181,177)
#C5C1BE
(197,193,190)
#D0CDCB
(208,205,203)
#DBD9D8
(219,217,216)
#E6E5E5
(230,229,229)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837970 color. Also use rgb(131,121,112) instead hex code.

Text Font Color

.myTextColor { color: #837970; }

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

This text font color is #837970.


Background Color

.myBgColor { background-color: #837970; }

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

This div background color is #837970.


Border color

.myBorderColor { border: 1px solid #837970; }

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

This div border color is #837970.


Opacity

.myOpacity80 { color: #837970; opacity: 0.8; }

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

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

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

This text has shadow with #837970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837970 on black background.


Color preview on white background

This text has color #837970 on white background.



Black color preview on #837970 background

This text has black color on #837970 background.


White color preview on #837970 background

This text has white color on #837970 background.