COLOR #835513

HEX: #835513
RGB: (131,85,19)

Color info

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

RGB color model

#835513 color RGB value is (131,85,19).

  • red value is 131;
  • green value is 85;
  • blue value is 19.
RGB:
(131,85,19)
(51%,33%,7%)

RGB channels and saturation

R 131 of 255 = 51%
G 85 of 255 = 33%
B 19 of 255 = 7%

131
85
19

R + G + B ~ 30%. #835513 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 85 + 19 = 235 (100%)
R 131 of 235 ~ 55.74%
G 85 of 235 ~ 36.17%
B 19 of 235 ~ 8.09%

%55.74
%36.17

CMYK color model

#835513 color CMYK value is (0,35,85,49).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 85.50%
  • key color value is 48.63%
CMYK:
(0,35,85,49)
C0M35Y85K49 
(0%,35%,85%,49%)
(0.00/0.35/0.85/0.49)	

CMYK percentages

%0
%35.11
%85.5
%48.63

Codes

Color #835513 in popluar color models

835513
RGB1318519
HSL35°74.67%29.41%
HSB/HSV35°85.50%51.37%
CMYK0.00%35.11%85.50%
48.63%

Color #835513 in popluar number systems.

HEX835513
Decimal1318519
Binary10000011101010110011
Octal20312523

Shades and tints

Shades of #835513

#835513
(131,85,19)
#784E12
(120,78,18)
#6D4711
(109,71,17)
#624010
(98,64,16)
#57390F
(87,57,15)
#4C320E
(76,50,14)
#412B0D
(65,43,13)
#36240C
(54,36,12)
#2B1D0B
(43,29,11)
#20160A
(32,22,10)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #835513

#835513
(131,85,19)
#8E6428
(142,100,40)
#99733D
(153,115,61)
#A48252
(164,130,82)
#AF9167
(175,145,103)
#BAA07C
(186,160,124)
#C5AF91
(197,175,145)
#D0BEA6
(208,190,166)
#DBCDBB
(219,205,187)
#E6DCD0
(230,220,208)
#F1EBE5
(241,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835513 color. Also use rgb(131,85,19) instead hex code.

Text Font Color

.myTextColor { color: #835513; }

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

This text font color is #835513.


Background Color

.myBgColor { background-color: #835513; }

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

This div background color is #835513.


Border color

.myBorderColor { border: 1px solid #835513; }

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

This div border color is #835513.


Opacity

.myOpacity80 { color: #835513; opacity: 0.8; }

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

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

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

This text has shadow with #835513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835513 on black background.


Color preview on white background

This text has color #835513 on white background.



Black color preview on #835513 background

This text has black color on #835513 background.


White color preview on #835513 background

This text has white color on #835513 background.