COLOR #835E32

HEX: #835E32
RGB: (131,94,50)

Color info

#835E32 contains mainly red and green colors. Web safe color of #835E32 is #996633 (or #963).

RGB color model

#835E32 color RGB value is (131,94,50).

  • red value is 131;
  • green value is 94;
  • blue value is 50.
RGB:
(131,94,50)
(51%,37%,20%)

RGB channels and saturation

R 131 of 255 = 51%
G 94 of 255 = 37%
B 50 of 255 = 20%

131
94
50

R + G + B ~ 36%. #835E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 94 + 50 = 275 (100%)
R 131 of 275 ~ 47.64%
G 94 of 275 ~ 34.18%
B 50 of 275 ~ 18.18%

%47.64
%34.18
%18.18

CMYK color model

#835E32 color CMYK value is (0,28,62,49).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 61.83%
  • key color value is 48.63%
CMYK:
(0,28,62,49)
C0M28Y62K49 
(0%,28%,62%,49%)
(0.00/0.28/0.62/0.49)	

CMYK percentages

%0
%28.24
%61.83
%48.63

Codes

Color #835E32 in popluar color models

835E32
RGB1319450
HSL33°44.75%35.49%
HSB/HSV33°61.83%51.37%
CMYK0.00%28.24%61.83%
48.63%

Color #835E32 in popluar number systems.

HEX835E32
Decimal1319450
Binary100000111011110110010
Octal20313662

Shades and tints

Shades of #835E32

#835E32
(131,94,50)
#78562E
(120,86,46)
#6D4E2A
(109,78,42)
#624626
(98,70,38)
#573E22
(87,62,34)
#4C361E
(76,54,30)
#412E1A
(65,46,26)
#362616
(54,38,22)
#2B1E12
(43,30,18)
#20160E
(32,22,14)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #835E32

#835E32
(131,94,50)
#8E6C44
(142,108,68)
#997A56
(153,122,86)
#A48868
(164,136,104)
#AF967A
(175,150,122)
#BAA48C
(186,164,140)
#C5B29E
(197,178,158)
#D0C0B0
(208,192,176)
#DBCEC2
(219,206,194)
#E6DCD4
(230,220,212)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835E32 color. Also use rgb(131,94,50) instead hex code.

Text Font Color

.myTextColor { color: #835E32; }

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

This text font color is #835E32.


Background Color

.myBgColor { background-color: #835E32; }

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

This div background color is #835E32.


Border color

.myBorderColor { border: 1px solid #835E32; }

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

This div border color is #835E32.


Opacity

.myOpacity80 { color: #835E32; opacity: 0.8; }

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

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

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

This text has shadow with #835E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835E32 on black background.


Color preview on white background

This text has color #835E32 on white background.



Black color preview on #835E32 background

This text has black color on #835E32 background.


White color preview on #835E32 background

This text has white color on #835E32 background.