COLOR #837071

HEX: #837071
RGB: (131,112,113)

Color info

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

RGB color model

#837071 color RGB value is (131,112,113).

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

RGB channels and saturation

R 131 of 255 = 51%
G 112 of 255 = 44%
B 113 of 255 = 44%

131
112
113

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

Portions of RGB colors in percentages

R + G + B =
131 + 112 + 113 = 356 (100%)
R 131 of 356 ~ 36.8%
G 112 of 356 ~ 31.46%
B 113 of 356 ~ 31.74%

%36.8
%31.46
%31.74

CMYK color model

#837071 color CMYK value is (0,15,14,49).

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 13.74%
  • key color value is 48.63%
CMYK:
(0,15,14,49)
C0M15Y14K49 
(0%,15%,14%,49%)
(0.00/0.15/0.14/0.49)	

CMYK percentages

%0
%14.5
%13.74
%48.63

Codes

Color #837071 in popluar color models

837071
RGB131112113
HSL357°7.82%47.65%
HSB/HSV357°14.50%51.37%
CMYK0.00%14.50%13.74%
48.63%

Color #837071 in popluar number systems.

HEX837071
Decimal131112113
Binary1000001111100001110001
Octal203160161

Shades and tints

Shades of #837071

#837071
(131,112,113)
#786667
(120,102,103)
#6D5C5D
(109,92,93)
#625253
(98,82,83)
#574849
(87,72,73)
#4C3E3F
(76,62,63)
#413435
(65,52,53)
#362A2B
(54,42,43)
#2B2021
(43,32,33)
#201617
(32,22,23)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #837071

#837071
(131,112,113)
#8E7D7D
(142,125,125)
#998A89
(153,138,137)
#A49795
(164,151,149)
#AFA4A1
(175,164,161)
#BAB1AD
(186,177,173)
#C5BEB9
(197,190,185)
#D0CBC5
(208,203,197)
#DBD8D1
(219,216,209)
#E6E5DD
(230,229,221)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837071; }

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

This text font color is #837071.


Background Color

.myBgColor { background-color: #837071; }

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

This div background color is #837071.


Border color

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

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

This div border color is #837071.


Opacity

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

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

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

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

This text has shadow with #837071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837071 on black background.


Color preview on white background

This text has color #837071 on white background.



Black color preview on #837071 background

This text has black color on #837071 background.


White color preview on #837071 background

This text has white color on #837071 background.