COLOR #837C5B

HEX: #837C5B
RGB: (131,124,91)

Color info

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

RGB color model

#837C5B color RGB value is (131,124,91).

  • red value is 131;
  • green value is 124;
  • blue value is 91.
RGB:
(131,124,91)
(51%,49%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 91 of 255 = 36%

131
124
91

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

Portions of RGB colors in percentages

R + G + B =
131 + 124 + 91 = 346 (100%)
R 131 of 346 ~ 37.86%
G 124 of 346 ~ 35.84%
B 91 of 346 ~ 26.3%

%37.86
%35.84
%26.3

CMYK color model

#837C5B color CMYK value is (0,5,31,49).

  • cyan value is 0.00%
  • magenta value is 5.34%
  • yellow value is 30.53%
  • key color value is 48.63%
CMYK:
(0,5,31,49)
C0M5Y31K49 
(0%,5%,31%,49%)
(0.00/0.05/0.31/0.49)	

CMYK percentages

%0
%5.34
%30.53
%48.63

Codes

Color #837C5B in popluar color models

837C5B
RGB13112491
HSL50°18.02%43.53%
HSB/HSV50°30.53%51.37%
CMYK0.00%5.34%30.53%
48.63%

Color #837C5B in popluar number systems.

HEX837C5B
Decimal13112491
Binary1000001111111001011011
Octal203174133

Shades and tints

Shades of #837C5B

#837C5B
(131,124,91)
#787153
(120,113,83)
#6D664B
(109,102,75)
#625B43
(98,91,67)
#57503B
(87,80,59)
#4C4533
(76,69,51)
#413A2B
(65,58,43)
#362F23
(54,47,35)
#2B241B
(43,36,27)
#201913
(32,25,19)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #837C5B

#837C5B
(131,124,91)
#8E8769
(142,135,105)
#999277
(153,146,119)
#A49D85
(164,157,133)
#AFA893
(175,168,147)
#BAB3A1
(186,179,161)
#C5BEAF
(197,190,175)
#D0C9BD
(208,201,189)
#DBD4CB
(219,212,203)
#E6DFD9
(230,223,217)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837C5B color. Also use rgb(131,124,91) instead hex code.

Text Font Color

.myTextColor { color: #837C5B; }

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

This text font color is #837C5B.


Background Color

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

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

This div background color is #837C5B.


Border color

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

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

This div border color is #837C5B.


Opacity

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

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

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

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

This text has shadow with #837C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837C5B on black background.


Color preview on white background

This text has color #837C5B on white background.



Black color preview on #837C5B background

This text has black color on #837C5B background.


White color preview on #837C5B background

This text has white color on #837C5B background.