COLOR #836A35

HEX: #836A35
RGB: (131,106,53)

Color info

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

RGB color model

#836A35 color RGB value is (131,106,53).

  • red value is 131;
  • green value is 106;
  • blue value is 53.
RGB:
(131,106,53)
(51%,42%,21%)

RGB channels and saturation

R 131 of 255 = 51%
G 106 of 255 = 42%
B 53 of 255 = 21%

131
106
53

R + G + B ~ 38%. #836A35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 106 + 53 = 290 (100%)
R 131 of 290 ~ 45.17%
G 106 of 290 ~ 36.55%
B 53 of 290 ~ 18.28%

%45.17
%36.55
%18.28

CMYK color model

#836A35 color CMYK value is (0,19,60,49).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 59.54%
  • key color value is 48.63%
CMYK:
(0,19,60,49)
C0M19Y60K49 
(0%,19%,60%,49%)
(0.00/0.19/0.60/0.49)	

CMYK percentages

%0
%19.08
%59.54
%48.63

Codes

Color #836A35 in popluar color models

836A35
RGB13110653
HSL41°42.39%36.08%
HSB/HSV41°59.54%51.37%
CMYK0.00%19.08%59.54%
48.63%

Color #836A35 in popluar number systems.

HEX836A35
Decimal13110653
Binary100000111101010110101
Octal20315265

Shades and tints

Shades of #836A35

#836A35
(131,106,53)
#786131
(120,97,49)
#6D582D
(109,88,45)
#624F29
(98,79,41)
#574625
(87,70,37)
#4C3D21
(76,61,33)
#41341D
(65,52,29)
#362B19
(54,43,25)
#2B2215
(43,34,21)
#201911
(32,25,17)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #836A35

#836A35
(131,106,53)
#8E7747
(142,119,71)
#998459
(153,132,89)
#A4916B
(164,145,107)
#AF9E7D
(175,158,125)
#BAAB8F
(186,171,143)
#C5B8A1
(197,184,161)
#D0C5B3
(208,197,179)
#DBD2C5
(219,210,197)
#E6DFD7
(230,223,215)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836A35 color. Also use rgb(131,106,53) instead hex code.

Text Font Color

.myTextColor { color: #836A35; }

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

This text font color is #836A35.


Background Color

.myBgColor { background-color: #836A35; }

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

This div background color is #836A35.


Border color

.myBorderColor { border: 1px solid #836A35; }

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

This div border color is #836A35.


Opacity

.myOpacity80 { color: #836A35; opacity: 0.8; }

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

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

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

This text has shadow with #836A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836A35 on black background.


Color preview on white background

This text has color #836A35 on white background.



Black color preview on #836A35 background

This text has black color on #836A35 background.


White color preview on #836A35 background

This text has white color on #836A35 background.