COLOR #837B71

HEX: #837B71
RGB: (131,123,113)

Color info

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

RGB color model

#837B71 color RGB value is (131,123,113).

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

RGB channels and saturation

R 131 of 255 = 51%
G 123 of 255 = 48%
B 113 of 255 = 44%

131
123
113

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

Portions of RGB colors in percentages

R + G + B =
131 + 123 + 113 = 367 (100%)
R 131 of 367 ~ 35.69%
G 123 of 367 ~ 33.51%
B 113 of 367 ~ 30.79%

%35.69
%33.51
%30.79

CMYK color model

#837B71 color CMYK value is (0,6,14,49).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 13.74%
  • key color value is 48.63%
CMYK:
(0,6,14,49)
C0M6Y14K49 
(0%,6%,14%,49%)
(0.00/0.06/0.14/0.49)	

CMYK percentages

%0
%6.11
%13.74
%48.63

Codes

Color #837B71 in popluar color models

837B71
RGB131123113
HSL33°7.38%47.84%
HSB/HSV33°13.74%51.37%
CMYK0.00%6.11%13.74%
48.63%

Color #837B71 in popluar number systems.

HEX837B71
Decimal131123113
Binary1000001111110111110001
Octal203173161

Shades and tints

Shades of #837B71

#837B71
(131,123,113)
#787067
(120,112,103)
#6D655D
(109,101,93)
#625A53
(98,90,83)
#574F49
(87,79,73)
#4C443F
(76,68,63)
#413935
(65,57,53)
#362E2B
(54,46,43)
#2B2321
(43,35,33)
#201817
(32,24,23)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #837B71

#837B71
(131,123,113)
#8E877D
(142,135,125)
#999389
(153,147,137)
#A49F95
(164,159,149)
#AFABA1
(175,171,161)
#BAB7AD
(186,183,173)
#C5C3B9
(197,195,185)
#D0CFC5
(208,207,197)
#DBDBD1
(219,219,209)
#E6E7DD
(230,231,221)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837B71; }

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

This text font color is #837B71.


Background Color

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

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

This div background color is #837B71.


Border color

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

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

This div border color is #837B71.


Opacity

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

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

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

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

This text has shadow with #837B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837B71 on black background.


Color preview on white background

This text has color #837B71 on white background.



Black color preview on #837B71 background

This text has black color on #837B71 background.


White color preview on #837B71 background

This text has white color on #837B71 background.