COLOR #837C56

HEX: #837C56
RGB: (131,124,86)

Color info

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

RGB color model

#837C56 color RGB value is (131,124,86).

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

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 86 of 255 = 34%

131
124
86

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

Portions of RGB colors in percentages

R + G + B =
131 + 124 + 86 = 341 (100%)
R 131 of 341 ~ 38.42%
G 124 of 341 ~ 36.36%
B 86 of 341 ~ 25.22%

%38.42
%36.36
%25.22

CMYK color model

#837C56 color CMYK value is (0,5,34,49).

  • cyan value is 0.00%
  • magenta value is 5.34%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(0,5,34,49)
C0M5Y34K49 
(0%,5%,34%,49%)
(0.00/0.05/0.34/0.49)	

CMYK percentages

%0
%5.34
%34.35
%48.63

Codes

Color #837C56 in popluar color models

837C56
RGB13112486
HSL51°20.74%42.55%
HSB/HSV51°34.35%51.37%
CMYK0.00%5.34%34.35%
48.63%

Color #837C56 in popluar number systems.

HEX837C56
Decimal13112486
Binary1000001111111001010110
Octal203174126

Shades and tints

Shades of #837C56

#837C56
(131,124,86)
#78714F
(120,113,79)
#6D6648
(109,102,72)
#625B41
(98,91,65)
#57503A
(87,80,58)
#4C4533
(76,69,51)
#413A2C
(65,58,44)
#362F25
(54,47,37)
#2B241E
(43,36,30)
#201917
(32,25,23)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #837C56

#837C56
(131,124,86)
#8E8765
(142,135,101)
#999274
(153,146,116)
#A49D83
(164,157,131)
#AFA892
(175,168,146)
#BAB3A1
(186,179,161)
#C5BEB0
(197,190,176)
#D0C9BF
(208,201,191)
#DBD4CE
(219,212,206)
#E6DFDD
(230,223,221)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837C56; }

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

This text font color is #837C56.


Background Color

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

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

This div background color is #837C56.


Border color

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

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

This div border color is #837C56.


Opacity

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

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

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

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

This text has shadow with #837C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837C56 on black background.


Color preview on white background

This text has color #837C56 on white background.



Black color preview on #837C56 background

This text has black color on #837C56 background.


White color preview on #837C56 background

This text has white color on #837C56 background.