COLOR #837561

HEX: #837561
RGB: (131,117,97)

Color info

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

RGB color model

#837561 color RGB value is (131,117,97).

  • red value is 131;
  • green value is 117;
  • blue value is 97.
RGB:
(131,117,97)
(51%,46%,38%)

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 97 of 255 = 38%

131
117
97

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

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 97 = 345 (100%)
R 131 of 345 ~ 37.97%
G 117 of 345 ~ 33.91%
B 97 of 345 ~ 28.12%

%37.97
%33.91
%28.12

CMYK color model

#837561 color CMYK value is (0,11,26,49).

  • cyan value is 0.00%
  • magenta value is 10.69%
  • yellow value is 25.95%
  • key color value is 48.63%
CMYK:
(0,11,26,49)
C0M11Y26K49 
(0%,11%,26%,49%)
(0.00/0.11/0.26/0.49)	

CMYK percentages

%0
%10.69
%25.95
%48.63

Codes

Color #837561 in popluar color models

837561
RGB13111797
HSL35°14.91%44.71%
HSB/HSV35°25.95%51.37%
CMYK0.00%10.69%25.95%
48.63%

Color #837561 in popluar number systems.

HEX837561
Decimal13111797
Binary1000001111101011100001
Octal203165141

Shades and tints

Shades of #837561

#837561
(131,117,97)
#786B59
(120,107,89)
#6D6151
(109,97,81)
#625749
(98,87,73)
#574D41
(87,77,65)
#4C4339
(76,67,57)
#413931
(65,57,49)
#362F29
(54,47,41)
#2B2521
(43,37,33)
#201B19
(32,27,25)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #837561

#837561
(131,117,97)
#8E816F
(142,129,111)
#998D7D
(153,141,125)
#A4998B
(164,153,139)
#AFA599
(175,165,153)
#BAB1A7
(186,177,167)
#C5BDB5
(197,189,181)
#D0C9C3
(208,201,195)
#DBD5D1
(219,213,209)
#E6E1DF
(230,225,223)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837561 color. Also use rgb(131,117,97) instead hex code.

Text Font Color

.myTextColor { color: #837561; }

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

This text font color is #837561.


Background Color

.myBgColor { background-color: #837561; }

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

This div background color is #837561.


Border color

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

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

This div border color is #837561.


Opacity

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

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

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

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

This text has shadow with #837561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837561 on black background.


Color preview on white background

This text has color #837561 on white background.



Black color preview on #837561 background

This text has black color on #837561 background.


White color preview on #837561 background

This text has white color on #837561 background.