COLOR #835E39

HEX: #835E39
RGB: (131,94,57)

Color info

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

RGB color model

#835E39 color RGB value is (131,94,57).

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

RGB channels and saturation

R 131 of 255 = 51%
G 94 of 255 = 37%
B 57 of 255 = 22%

131
94
57

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

Portions of RGB colors in percentages

R + G + B =
131 + 94 + 57 = 282 (100%)
R 131 of 282 ~ 46.45%
G 94 of 282 ~ 33.33%
B 57 of 282 ~ 20.21%

%46.45
%33.33
%20.21

CMYK color model

#835E39 color CMYK value is (0,28,56,49).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 56.49%
  • key color value is 48.63%
CMYK:
(0,28,56,49)
C0M28Y56K49 
(0%,28%,56%,49%)
(0.00/0.28/0.56/0.49)	

CMYK percentages

%0
%28.24
%56.49
%48.63

Codes

Color #835E39 in popluar color models

835E39
RGB1319457
HSL30°39.36%36.86%
HSB/HSV30°56.49%51.37%
CMYK0.00%28.24%56.49%
48.63%

Color #835E39 in popluar number systems.

HEX835E39
Decimal1319457
Binary100000111011110111001
Octal20313671

Shades and tints

Shades of #835E39

#835E39
(131,94,57)
#785634
(120,86,52)
#6D4E2F
(109,78,47)
#62462A
(98,70,42)
#573E25
(87,62,37)
#4C3620
(76,54,32)
#412E1B
(65,46,27)
#362616
(54,38,22)
#2B1E11
(43,30,17)
#20160C
(32,22,12)
#150E07
(21,14,7)
#000000
(0,0,0)

Tints of #835E39

#835E39
(131,94,57)
#8E6C4B
(142,108,75)
#997A5D
(153,122,93)
#A4886F
(164,136,111)
#AF9681
(175,150,129)
#BAA493
(186,164,147)
#C5B2A5
(197,178,165)
#D0C0B7
(208,192,183)
#DBCEC9
(219,206,201)
#E6DCDB
(230,220,219)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835E39; }

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

This text font color is #835E39.


Background Color

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

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

This div background color is #835E39.


Border color

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

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

This div border color is #835E39.


Opacity

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

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

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

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

This text has shadow with #835E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835E39 on black background.


Color preview on white background

This text has color #835E39 on white background.



Black color preview on #835E39 background

This text has black color on #835E39 background.


White color preview on #835E39 background

This text has white color on #835E39 background.