COLOR #835B1D

HEX: #835B1D
RGB: (131,91,29)

Color info

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

RGB color model

#835B1D color RGB value is (131,91,29).

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

RGB channels and saturation

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

131
91
29

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

Portions of RGB colors in percentages

R + G + B =
131 + 91 + 29 = 251 (100%)
R 131 of 251 ~ 52.19%
G 91 of 251 ~ 36.25%
B 29 of 251 ~ 11.55%

%52.19
%36.25
%11.55

CMYK color model

#835B1D color CMYK value is (0,31,78,49).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 77.86%
  • key color value is 48.63%
CMYK:
(0,31,78,49)
C0M31Y78K49 
(0%,31%,78%,49%)
(0.00/0.31/0.78/0.49)	

CMYK percentages

%0
%30.53
%77.86
%48.63

Codes

Color #835B1D in popluar color models

835B1D
RGB1319129
HSL36°63.75%31.37%
HSB/HSV36°77.86%51.37%
CMYK0.00%30.53%77.86%
48.63%

Color #835B1D in popluar number systems.

HEX835B1D
Decimal1319129
Binary10000011101101111101
Octal20313335

Shades and tints

Shades of #835B1D

#835B1D
(131,91,29)
#78531B
(120,83,27)
#6D4B19
(109,75,25)
#624317
(98,67,23)
#573B15
(87,59,21)
#4C3313
(76,51,19)
#412B11
(65,43,17)
#36230F
(54,35,15)
#2B1B0D
(43,27,13)
#20130B
(32,19,11)
#150B09
(21,11,9)
#000000
(0,0,0)

Tints of #835B1D

#835B1D
(131,91,29)
#8E6931
(142,105,49)
#997745
(153,119,69)
#A48559
(164,133,89)
#AF936D
(175,147,109)
#BAA181
(186,161,129)
#C5AF95
(197,175,149)
#D0BDA9
(208,189,169)
#DBCBBD
(219,203,189)
#E6D9D1
(230,217,209)
#F1E7E5
(241,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835B1D; }

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

This text font color is #835B1D.


Background Color

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

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

This div background color is #835B1D.


Border color

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

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

This div border color is #835B1D.


Opacity

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

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

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

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

This text has shadow with #835B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835B1D on black background.


Color preview on white background

This text has color #835B1D on white background.



Black color preview on #835B1D background

This text has black color on #835B1D background.


White color preview on #835B1D background

This text has white color on #835B1D background.