COLOR #835C36

HEX: #835C36
RGB: (131,92,54)

Color info

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

RGB color model

#835C36 color RGB value is (131,92,54).

  • red value is 131;
  • green value is 92;
  • blue value is 54.
RGB:
(131,92,54)
(51%,36%,21%)

RGB channels and saturation

R 131 of 255 = 51%
G 92 of 255 = 36%
B 54 of 255 = 21%

131
92
54

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

Portions of RGB colors in percentages

R + G + B =
131 + 92 + 54 = 277 (100%)
R 131 of 277 ~ 47.29%
G 92 of 277 ~ 33.21%
B 54 of 277 ~ 19.49%

%47.29
%33.21
%19.49

CMYK color model

#835C36 color CMYK value is (0,30,59,49).

  • cyan value is 0.00%
  • magenta value is 29.77%
  • yellow value is 58.78%
  • key color value is 48.63%
CMYK:
(0,30,59,49)
C0M30Y59K49 
(0%,30%,59%,49%)
(0.00/0.30/0.59/0.49)	

CMYK percentages

%0
%29.77
%58.78
%48.63

Codes

Color #835C36 in popluar color models

835C36
RGB1319254
HSL30°41.62%36.27%
HSB/HSV30°58.78%51.37%
CMYK0.00%29.77%58.78%
48.63%

Color #835C36 in popluar number systems.

HEX835C36
Decimal1319254
Binary100000111011100110110
Octal20313466

Shades and tints

Shades of #835C36

#835C36
(131,92,54)
#785432
(120,84,50)
#6D4C2E
(109,76,46)
#62442A
(98,68,42)
#573C26
(87,60,38)
#4C3422
(76,52,34)
#412C1E
(65,44,30)
#36241A
(54,36,26)
#2B1C16
(43,28,22)
#201412
(32,20,18)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #835C36

#835C36
(131,92,54)
#8E6A48
(142,106,72)
#99785A
(153,120,90)
#A4866C
(164,134,108)
#AF947E
(175,148,126)
#BAA290
(186,162,144)
#C5B0A2
(197,176,162)
#D0BEB4
(208,190,180)
#DBCCC6
(219,204,198)
#E6DAD8
(230,218,216)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835C36 color. Also use rgb(131,92,54) instead hex code.

Text Font Color

.myTextColor { color: #835C36; }

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

This text font color is #835C36.


Background Color

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

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

This div background color is #835C36.


Border color

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

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

This div border color is #835C36.


Opacity

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

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

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

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

This text has shadow with #835C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835C36 on black background.


Color preview on white background

This text has color #835C36 on white background.



Black color preview on #835C36 background

This text has black color on #835C36 background.


White color preview on #835C36 background

This text has white color on #835C36 background.