COLOR #835E3B

HEX: #835E3B
RGB: (131,94,59)

Color info

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

RGB color model

#835E3B color RGB value is (131,94,59).

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

RGB channels and saturation

R 131 of 255 = 51%
G 94 of 255 = 37%
B 59 of 255 = 23%

131
94
59

R + G + B ~ 37%. #835E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 94 + 59 = 284 (100%)
R 131 of 284 ~ 46.13%
G 94 of 284 ~ 33.1%
B 59 of 284 ~ 20.77%

%46.13
%33.1
%20.77

CMYK color model

#835E3B color CMYK value is (0,28,55,49).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 54.96%
  • key color value is 48.63%
CMYK:
(0,28,55,49)
C0M28Y55K49 
(0%,28%,55%,49%)
(0.00/0.28/0.55/0.49)	

CMYK percentages

%0
%28.24
%54.96
%48.63

Codes

Color #835E3B in popluar color models

835E3B
RGB1319459
HSL29°37.89%37.25%
HSB/HSV29°54.96%51.37%
CMYK0.00%28.24%54.96%
48.63%

Color #835E3B in popluar number systems.

HEX835E3B
Decimal1319459
Binary100000111011110111011
Octal20313673

Shades and tints

Shades of #835E3B

#835E3B
(131,94,59)
#785636
(120,86,54)
#6D4E31
(109,78,49)
#62462C
(98,70,44)
#573E27
(87,62,39)
#4C3622
(76,54,34)
#412E1D
(65,46,29)
#362618
(54,38,24)
#2B1E13
(43,30,19)
#20160E
(32,22,14)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #835E3B

#835E3B
(131,94,59)
#8E6C4C
(142,108,76)
#997A5D
(153,122,93)
#A4886E
(164,136,110)
#AF967F
(175,150,127)
#BAA490
(186,164,144)
#C5B2A1
(197,178,161)
#D0C0B2
(208,192,178)
#DBCEC3
(219,206,195)
#E6DCD4
(230,220,212)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835E3B; }

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

This text font color is #835E3B.


Background Color

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

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

This div background color is #835E3B.


Border color

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

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

This div border color is #835E3B.


Opacity

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

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

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

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

This text has shadow with #835E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835E3B on black background.


Color preview on white background

This text has color #835E3B on white background.



Black color preview on #835E3B background

This text has black color on #835E3B background.


White color preview on #835E3B background

This text has white color on #835E3B background.