COLOR #835B1A

HEX: #835B1A
RGB: (131,91,26)

Color info

#835B1A contains mainly red and green colors. Web safe color of #835B1A is #996600 (or #960).

RGB color model

#835B1A color RGB value is (131,91,26).

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

RGB channels and saturation

R 131 of 255 = 51%
G 91 of 255 = 36%
B 26 of 255 = 10%

131
91
26

R + G + B ~ 32%. #835B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 91 + 26 = 248 (100%)
R 131 of 248 ~ 52.82%
G 91 of 248 ~ 36.69%
B 26 of 248 ~ 10.48%

%52.82
%36.69
%10.48

CMYK color model

#835B1A color CMYK value is (0,31,80,49).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 80.15%
  • key color value is 48.63%
CMYK:
(0,31,80,49)
C0M31Y80K49 
(0%,31%,80%,49%)
(0.00/0.31/0.80/0.49)	

CMYK percentages

%0
%30.53
%80.15
%48.63

Codes

Color #835B1A in popluar color models

835B1A
RGB1319126
HSL37°66.88%30.78%
HSB/HSV37°80.15%51.37%
CMYK0.00%30.53%80.15%
48.63%

Color #835B1A in popluar number systems.

HEX835B1A
Decimal1319126
Binary10000011101101111010
Octal20313332

Shades and tints

Shades of #835B1A

#835B1A
(131,91,26)
#785318
(120,83,24)
#6D4B16
(109,75,22)
#624314
(98,67,20)
#573B12
(87,59,18)
#4C3310
(76,51,16)
#412B0E
(65,43,14)
#36230C
(54,35,12)
#2B1B0A
(43,27,10)
#201308
(32,19,8)
#150B06
(21,11,6)
#000000
(0,0,0)

Tints of #835B1A

#835B1A
(131,91,26)
#8E692E
(142,105,46)
#997742
(153,119,66)
#A48556
(164,133,86)
#AF936A
(175,147,106)
#BAA17E
(186,161,126)
#C5AF92
(197,175,146)
#D0BDA6
(208,189,166)
#DBCBBA
(219,203,186)
#E6D9CE
(230,217,206)
#F1E7E2
(241,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835B1A; }

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

This text font color is #835B1A.


Background Color

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

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

This div background color is #835B1A.


Border color

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

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

This div border color is #835B1A.


Opacity

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

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

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

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

This text has shadow with #835B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835B1A on black background.


Color preview on white background

This text has color #835B1A on white background.



Black color preview on #835B1A background

This text has black color on #835B1A background.


White color preview on #835B1A background

This text has white color on #835B1A background.