COLOR #835418

HEX: #835418
RGB: (131,84,24)

Color info

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

RGB color model

#835418 color RGB value is (131,84,24).

  • red value is 131;
  • green value is 84;
  • blue value is 24.
RGB:
(131,84,24)
(51%,33%,9%)

RGB channels and saturation

R 131 of 255 = 51%
G 84 of 255 = 33%
B 24 of 255 = 9%

131
84
24

R + G + B ~ 31%. #835418 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 84 + 24 = 239 (100%)
R 131 of 239 ~ 54.81%
G 84 of 239 ~ 35.15%
B 24 of 239 ~ 10.04%

%54.81
%35.15
%10.04

CMYK color model

#835418 color CMYK value is (0,36,82,49).

  • cyan value is 0.00%
  • magenta value is 35.88%
  • yellow value is 81.68%
  • key color value is 48.63%
CMYK:
(0,36,82,49)
C0M36Y82K49 
(0%,36%,82%,49%)
(0.00/0.36/0.82/0.49)	

CMYK percentages

%0
%35.88
%81.68
%48.63

Codes

Color #835418 in popluar color models

835418
RGB1318424
HSL34°69.03%30.39%
HSB/HSV34°81.68%51.37%
CMYK0.00%35.88%81.68%
48.63%

Color #835418 in popluar number systems.

HEX835418
Decimal1318424
Binary10000011101010011000
Octal20312430

Shades and tints

Shades of #835418

#835418
(131,84,24)
#784D16
(120,77,22)
#6D4614
(109,70,20)
#623F12
(98,63,18)
#573810
(87,56,16)
#4C310E
(76,49,14)
#412A0C
(65,42,12)
#36230A
(54,35,10)
#2B1C08
(43,28,8)
#201506
(32,21,6)
#150E04
(21,14,4)
#000000
(0,0,0)

Tints of #835418

#835418
(131,84,24)
#8E632D
(142,99,45)
#997242
(153,114,66)
#A48157
(164,129,87)
#AF906C
(175,144,108)
#BA9F81
(186,159,129)
#C5AE96
(197,174,150)
#D0BDAB
(208,189,171)
#DBCCC0
(219,204,192)
#E6DBD5
(230,219,213)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835418 color. Also use rgb(131,84,24) instead hex code.

Text Font Color

.myTextColor { color: #835418; }

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

This text font color is #835418.


Background Color

.myBgColor { background-color: #835418; }

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

This div background color is #835418.


Border color

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

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

This div border color is #835418.


Opacity

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

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

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

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

This text has shadow with #835418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835418 on black background.


Color preview on white background

This text has color #835418 on white background.



Black color preview on #835418 background

This text has black color on #835418 background.


White color preview on #835418 background

This text has white color on #835418 background.