COLOR #835A1E

HEX: #835A1E RGB: (131,90,30)

Color info

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

RGB color model

#835A1E color RGB value is (131,90,30).

RGB: (131,90,30) (51%, 35%, 12%)

RGB channels and saturation

R 131 of 255 = 51%
G 90 of 255 = 35%
B 30 of 255 = 12%

131
90
30

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

Portions of RGB colors in percentages

R + G + B = 131 + 90 + 30 = 251 (100%)
R 131 of 251 ~ 52.19%
G 90 of 251 ~ 35.86%
B 30 of 251 ~ 11.95'%

%52.19
%35.86
%11.95

CMYK color model

#835A1E color CMYK value is (0,31,77,49).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 77.10%
  • key color value is 48.63%

CMYK: (0,31,77,49)
C0M31Y77K49 (0%, 31%, 77%, 49%)
(0.00 / 0.31 / 0.77 / 0.49)

CMYK percentages

%0
%31.3
%77.1
%48.63

Codes

Color #835A1E in popluar color models

83 5A 1E
RGB 131 90 30
HSL 36° 62.73% 31.57%
HSB/HSV 36° 77.10% 51.37%
CMYK 0.00% 31.30% 77.10%
48.63%

Color #835A1E in popluar number systems.

HEX 83 5A 1E
Decimal 131 90 30
Binary 10000011 1011010 11110
Octal 203 132 36

Shades and tints

Shades of #835A1E

#835A1E
(131,90,30)
#78521C
(120,82,28)
#6D4A1A
(109,74,26)
#624218
(98,66,24)
#573A16
(87,58,22)
#4C3214
(76,50,20)
#412A12
(65,42,18)
#362210
(54,34,16)
#2B1A0E
(43,26,14)
#20120C
(32,18,12)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #835A1E

#835A1E
(131,90,30)
#8E6932
(142,105,50)
#997846
(153,120,70)
#A4875A
(164,135,90)
#AF966E
(175,150,110)
#BAA582
(186,165,130)
#C5B496
(197,180,150)
#D0C3AA
(208,195,170)
#DBD2BE
(219,210,190)
#E6E1D2
(230,225,210)
#F1F0E6
(241,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835A1E color. Also use rgb(131,90,30) instead hex code.

Text Font Color

.myTextColor { color: #835A1E; }

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

This text font color is #835A1E.

Background Color

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

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

This div background color is #835A1E.

Border color

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

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

This div border color is #835A1E.

Opacity

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

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

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

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

This text has shadow with #835A1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835A1E.

Preview

Color preview on black background

This text has color #835A1E on black background.


Color preview on white background

This text has color #835A1E on white background.


Black color preview on #835A1E background

This text has black color on #835A1E background.


White color preview on #835A1E background

This text has white color on #835A1E background.


Related colors

Complementary color

Complementary color for #hex is #7CA5E1.


I love getcolorcode.com

Triadic colors

1 #1E835A and #5A1E83 with #835A1E are triadic colors.

2 #1E5A83 and #5A831E with #835A1E are triadic colors.