COLOR #835C1A

HEX: #835C1A RGB: (131,92,26)

Color info

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

RGB color model

#835C1A color RGB value is (131,92,26).

RGB: (131,92,26) (51%, 36%, 10%)

RGB channels and saturation

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

131
92
26

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

Portions of RGB colors in percentages

R + G + B = 131 + 92 + 26 = 249 (100%)
R 131 of 249 ~ 52.61%
G 92 of 249 ~ 36.95%
B 26 of 249 ~ 10.44'%

%52.61
%36.95

CMYK color model

#835C1A color CMYK value is (0,30,80,49).

  • cyan value is 0.00%
  • magenta value is 29.77%
  • yellow value is 80.15%
  • key color value is 48.63%

CMYK: (0,30,80,49)
C0M30Y80K49 (0%, 30%, 80%, 49%)
(0.00 / 0.30 / 0.80 / 0.49)

CMYK percentages

%0
%29.77
%80.15
%48.63

Codes

Color #835C1A in popluar color models

83 5C 1A
RGB 131 92 26
HSL 38° 66.88% 30.78%
HSB/HSV 38° 80.15% 51.37%
CMYK 0.00% 29.77% 80.15%
48.63%

Color #835C1A in popluar number systems.

HEX 83 5C 1A
Decimal 131 92 26
Binary 10000011 1011100 11010
Octal 203 134 32

Shades and tints

Shades of #835C1A

#835C1A
(131,92,26)
#785418
(120,84,24)
#6D4C16
(109,76,22)
#624414
(98,68,20)
#573C12
(87,60,18)
#4C3410
(76,52,16)
#412C0E
(65,44,14)
#36240C
(54,36,12)
#2B1C0A
(43,28,10)
#201408
(32,20,8)
#150C06
(21,12,6)
#000000
(0,0,0)

Tints of #835C1A

#835C1A
(131,92,26)
#8E6A2E
(142,106,46)
#997842
(153,120,66)
#A48656
(164,134,86)
#AF946A
(175,148,106)
#BAA27E
(186,162,126)
#C5B092
(197,176,146)
#D0BEA6
(208,190,166)
#DBCCBA
(219,204,186)
#E6DACE
(230,218,206)
#F1E8E2
(241,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835C1A; }

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

This text font color is #835C1A.

Background Color

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

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

This div background color is #835C1A.

Border color

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

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

This div border color is #835C1A.

Opacity

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

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

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

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

This text has shadow with #835C1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835C1A.

Preview

Color preview on black background

This text has color #835C1A on black background.


Color preview on white background

This text has color #835C1A on white background.


Black color preview on #835C1A background

This text has black color on #835C1A background.


White color preview on #835C1A background

This text has white color on #835C1A background.


Related colors

Complementary color

Complementary color for #835C1A is #7CA3E5.


I love getcolorcode.com

Triadic colors

1 #1A835C and #5C1A83 with #835C1A are triadic colors.

2 #1A5C83 and #5C831A with #835C1A are triadic colors.