COLOR #836E5D

HEX: #836E5D
RGB: (131,110,93)

Color info

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

RGB color model

#836E5D color RGB value is (131,110,93).

  • red value is 131;
  • green value is 110;
  • blue value is 93.
RGB:
(131,110,93)
(51%,43%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 93 of 255 = 36%

131
110
93

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

Portions of RGB colors in percentages

R + G + B =
131 + 110 + 93 = 334 (100%)
R 131 of 334 ~ 39.22%
G 110 of 334 ~ 32.93%
B 93 of 334 ~ 27.84%

%39.22
%32.93
%27.84

CMYK color model

#836E5D color CMYK value is (0,16,29,49).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 29.01%
  • key color value is 48.63%
CMYK:
(0,16,29,49)
C0M16Y29K49 
(0%,16%,29%,49%)
(0.00/0.16/0.29/0.49)	

CMYK percentages

%0
%16.03
%29.01
%48.63

Codes

Color #836E5D in popluar color models

836E5D
RGB13111093
HSL27°16.96%43.92%
HSB/HSV27°29.01%51.37%
CMYK0.00%16.03%29.01%
48.63%

Color #836E5D in popluar number systems.

HEX836E5D
Decimal13111093
Binary1000001111011101011101
Octal203156135

Shades and tints

Shades of #836E5D

#836E5D
(131,110,93)
#786455
(120,100,85)
#6D5A4D
(109,90,77)
#625045
(98,80,69)
#57463D
(87,70,61)
#4C3C35
(76,60,53)
#41322D
(65,50,45)
#362825
(54,40,37)
#2B1E1D
(43,30,29)
#201415
(32,20,21)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #836E5D

#836E5D
(131,110,93)
#8E7B6B
(142,123,107)
#998879
(153,136,121)
#A49587
(164,149,135)
#AFA295
(175,162,149)
#BAAFA3
(186,175,163)
#C5BCB1
(197,188,177)
#D0C9BF
(208,201,191)
#DBD6CD
(219,214,205)
#E6E3DB
(230,227,219)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836E5D color. Also use rgb(131,110,93) instead hex code.

Text Font Color

.myTextColor { color: #836E5D; }

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

This text font color is #836E5D.


Background Color

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

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

This div background color is #836E5D.


Border color

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

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

This div border color is #836E5D.


Opacity

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

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

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

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

This text has shadow with #836E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836E5D on black background.


Color preview on white background

This text has color #836E5D on white background.



Black color preview on #836E5D background

This text has black color on #836E5D background.


White color preview on #836E5D background

This text has white color on #836E5D background.