COLOR #836F57

HEX: #836F57
RGB: (131,111,87)

Color info

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

RGB color model

#836F57 color RGB value is (131,111,87).

  • red value is 131;
  • green value is 111;
  • blue value is 87.
RGB:
(131,111,87)
(51%,44%,34%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 87 of 255 = 34%

131
111
87

R + G + B ~ 43%. #836F57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 111 + 87 = 329 (100%)
R 131 of 329 ~ 39.82%
G 111 of 329 ~ 33.74%
B 87 of 329 ~ 26.44%

%39.82
%33.74
%26.44

CMYK color model

#836F57 color CMYK value is (0,15,34,49).

  • cyan value is 0.00%
  • magenta value is 15.27%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(0,15,34,49)
C0M15Y34K49 
(0%,15%,34%,49%)
(0.00/0.15/0.34/0.49)	

CMYK percentages

%0
%15.27
%33.59
%48.63

Codes

Color #836F57 in popluar color models

836F57
RGB13111187
HSL33°20.18%42.75%
HSB/HSV33°33.59%51.37%
CMYK0.00%15.27%33.59%
48.63%

Color #836F57 in popluar number systems.

HEX836F57
Decimal13111187
Binary1000001111011111010111
Octal203157127

Shades and tints

Shades of #836F57

#836F57
(131,111,87)
#786550
(120,101,80)
#6D5B49
(109,91,73)
#625142
(98,81,66)
#57473B
(87,71,59)
#4C3D34
(76,61,52)
#41332D
(65,51,45)
#362926
(54,41,38)
#2B1F1F
(43,31,31)
#201518
(32,21,24)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #836F57

#836F57
(131,111,87)
#8E7C66
(142,124,102)
#998975
(153,137,117)
#A49684
(164,150,132)
#AFA393
(175,163,147)
#BAB0A2
(186,176,162)
#C5BDB1
(197,189,177)
#D0CAC0
(208,202,192)
#DBD7CF
(219,215,207)
#E6E4DE
(230,228,222)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836F57 color. Also use rgb(131,111,87) instead hex code.

Text Font Color

.myTextColor { color: #836F57; }

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

This text font color is #836F57.


Background Color

.myBgColor { background-color: #836F57; }

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

This div background color is #836F57.


Border color

.myBorderColor { border: 1px solid #836F57; }

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

This div border color is #836F57.


Opacity

.myOpacity80 { color: #836F57; opacity: 0.8; }

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

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

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

This text has shadow with #836F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836F57 on black background.


Color preview on white background

This text has color #836F57 on white background.



Black color preview on #836F57 background

This text has black color on #836F57 background.


White color preview on #836F57 background

This text has white color on #836F57 background.