COLOR #836126

HEX: #836126
RGB: (131,97,38)

Color info

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

RGB color model

#836126 color RGB value is (131,97,38).

  • red value is 131;
  • green value is 97;
  • blue value is 38.
RGB:
(131,97,38)
(51%,38%,15%)

RGB channels and saturation

R 131 of 255 = 51%
G 97 of 255 = 38%
B 38 of 255 = 15%

131
97
38

R + G + B ~ 35%. #836126 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 97 + 38 = 266 (100%)
R 131 of 266 ~ 49.25%
G 97 of 266 ~ 36.47%
B 38 of 266 ~ 14.29%

%49.25
%36.47
%14.29

CMYK color model

#836126 color CMYK value is (0,26,71,49).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 70.99%
  • key color value is 48.63%
CMYK:
(0,26,71,49)
C0M26Y71K49 
(0%,26%,71%,49%)
(0.00/0.26/0.71/0.49)	

CMYK percentages

%0
%25.95
%70.99
%48.63

Codes

Color #836126 in popluar color models

836126
RGB1319738
HSL38°55.03%33.14%
HSB/HSV38°70.99%51.37%
CMYK0.00%25.95%70.99%
48.63%

Color #836126 in popluar number systems.

HEX836126
Decimal1319738
Binary100000111100001100110
Octal20314146

Shades and tints

Shades of #836126

#836126
(131,97,38)
#785923
(120,89,35)
#6D5120
(109,81,32)
#62491D
(98,73,29)
#57411A
(87,65,26)
#4C3917
(76,57,23)
#413114
(65,49,20)
#362911
(54,41,17)
#2B210E
(43,33,14)
#20190B
(32,25,11)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #836126

#836126
(131,97,38)
#8E6F39
(142,111,57)
#997D4C
(153,125,76)
#A48B5F
(164,139,95)
#AF9972
(175,153,114)
#BAA785
(186,167,133)
#C5B598
(197,181,152)
#D0C3AB
(208,195,171)
#DBD1BE
(219,209,190)
#E6DFD1
(230,223,209)
#F1EDE4
(241,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836126 color. Also use rgb(131,97,38) instead hex code.

Text Font Color

.myTextColor { color: #836126; }

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

This text font color is #836126.


Background Color

.myBgColor { background-color: #836126; }

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

This div background color is #836126.


Border color

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

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

This div border color is #836126.


Opacity

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

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

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

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

This text has shadow with #836126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836126 on black background.


Color preview on white background

This text has color #836126 on white background.



Black color preview on #836126 background

This text has black color on #836126 background.


White color preview on #836126 background

This text has white color on #836126 background.