COLOR #835C1D

HEX: #835C1D
RGB: (131,92,29)

Color info

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

RGB color model

#835C1D color RGB value is (131,92,29).

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

RGB channels and saturation

R 131 of 255 = 51%
G 92 of 255 = 36%
B 29 of 255 = 11%

131
92
29

R + G + B ~ 33%. #835C1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 92 + 29 = 252 (100%)
R 131 of 252 ~ 51.98%
G 92 of 252 ~ 36.51%
B 29 of 252 ~ 11.51%

%51.98
%36.51
%11.51

CMYK color model

#835C1D color CMYK value is (0,30,78,49).

  • cyan value is 0.00%
  • magenta value is 29.77%
  • yellow value is 77.86%
  • key color value is 48.63%
CMYK:
(0,30,78,49)
C0M30Y78K49 
(0%,30%,78%,49%)
(0.00/0.30/0.78/0.49)	

CMYK percentages

%0
%29.77
%77.86
%48.63

Codes

Color #835C1D in popluar color models

835C1D
RGB1319229
HSL37°63.75%31.37%
HSB/HSV37°77.86%51.37%
CMYK0.00%29.77%77.86%
48.63%

Color #835C1D in popluar number systems.

HEX835C1D
Decimal1319229
Binary10000011101110011101
Octal20313435

Shades and tints

Shades of #835C1D

#835C1D
(131,92,29)
#78541B
(120,84,27)
#6D4C19
(109,76,25)
#624417
(98,68,23)
#573C15
(87,60,21)
#4C3413
(76,52,19)
#412C11
(65,44,17)
#36240F
(54,36,15)
#2B1C0D
(43,28,13)
#20140B
(32,20,11)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #835C1D

#835C1D
(131,92,29)
#8E6A31
(142,106,49)
#997845
(153,120,69)
#A48659
(164,134,89)
#AF946D
(175,148,109)
#BAA281
(186,162,129)
#C5B095
(197,176,149)
#D0BEA9
(208,190,169)
#DBCCBD
(219,204,189)
#E6DAD1
(230,218,209)
#F1E8E5
(241,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835C1D; }

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

This text font color is #835C1D.


Background Color

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

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

This div background color is #835C1D.


Border color

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

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

This div border color is #835C1D.


Opacity

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

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

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

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

This text has shadow with #835C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835C1D on black background.


Color preview on white background

This text has color #835C1D on white background.



Black color preview on #835C1D background

This text has black color on #835C1D background.


White color preview on #835C1D background

This text has white color on #835C1D background.