COLOR #836B30

HEX: #836B30
RGB: (131,107,48)

Color info

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

RGB color model

#836B30 color RGB value is (131,107,48).

  • red value is 131;
  • green value is 107;
  • blue value is 48.
RGB:
(131,107,48)
(51%,42%,19%)

RGB channels and saturation

R 131 of 255 = 51%
G 107 of 255 = 42%
B 48 of 255 = 19%

131
107
48

R + G + B ~ 37%. #836B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 107 + 48 = 286 (100%)
R 131 of 286 ~ 45.8%
G 107 of 286 ~ 37.41%
B 48 of 286 ~ 16.78%

%45.8
%37.41
%16.78

CMYK color model

#836B30 color CMYK value is (0,18,63,49).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 63.36%
  • key color value is 48.63%
CMYK:
(0,18,63,49)
C0M18Y63K49 
(0%,18%,63%,49%)
(0.00/0.18/0.63/0.49)	

CMYK percentages

%0
%18.32
%63.36
%48.63

Codes

Color #836B30 in popluar color models

836B30
RGB13110748
HSL43°46.37%35.10%
HSB/HSV43°63.36%51.37%
CMYK0.00%18.32%63.36%
48.63%

Color #836B30 in popluar number systems.

HEX836B30
Decimal13110748
Binary100000111101011110000
Octal20315360

Shades and tints

Shades of #836B30

#836B30
(131,107,48)
#78622C
(120,98,44)
#6D5928
(109,89,40)
#625024
(98,80,36)
#574720
(87,71,32)
#4C3E1C
(76,62,28)
#413518
(65,53,24)
#362C14
(54,44,20)
#2B2310
(43,35,16)
#201A0C
(32,26,12)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #836B30

#836B30
(131,107,48)
#8E7842
(142,120,66)
#998554
(153,133,84)
#A49266
(164,146,102)
#AF9F78
(175,159,120)
#BAAC8A
(186,172,138)
#C5B99C
(197,185,156)
#D0C6AE
(208,198,174)
#DBD3C0
(219,211,192)
#E6E0D2
(230,224,210)
#F1EDE4
(241,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836B30 color. Also use rgb(131,107,48) instead hex code.

Text Font Color

.myTextColor { color: #836B30; }

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

This text font color is #836B30.


Background Color

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

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

This div background color is #836B30.


Border color

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

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

This div border color is #836B30.


Opacity

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

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

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

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

This text has shadow with #836B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836B30 on black background.


Color preview on white background

This text has color #836B30 on white background.



Black color preview on #836B30 background

This text has black color on #836B30 background.


White color preview on #836B30 background

This text has white color on #836B30 background.