COLOR #836C1B

HEX: #836C1B
RGB: (131,108,27)

Color info

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

RGB color model

#836C1B color RGB value is (131,108,27).

  • red value is 131;
  • green value is 108;
  • blue value is 27.
RGB:
(131,108,27)
(51%,42%,11%)

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 27 of 255 = 11%

131
108
27

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

Portions of RGB colors in percentages

R + G + B =
131 + 108 + 27 = 266 (100%)
R 131 of 266 ~ 49.25%
G 108 of 266 ~ 40.6%
B 27 of 266 ~ 10.15%

%49.25
%40.6
%10.15

CMYK color model

#836C1B color CMYK value is (0,18,79,49).

  • cyan value is 0.00%
  • magenta value is 17.56%
  • yellow value is 79.39%
  • key color value is 48.63%
CMYK:
(0,18,79,49)
C0M18Y79K49 
(0%,18%,79%,49%)
(0.00/0.18/0.79/0.49)	

CMYK percentages

%0
%17.56
%79.39
%48.63

Codes

Color #836C1B in popluar color models

836C1B
RGB13110827
HSL47°65.82%30.98%
HSB/HSV47°79.39%51.37%
CMYK0.00%17.56%79.39%
48.63%

Color #836C1B in popluar number systems.

HEX836C1B
Decimal13110827
Binary10000011110110011011
Octal20315433

Shades and tints

Shades of #836C1B

#836C1B
(131,108,27)
#786319
(120,99,25)
#6D5A17
(109,90,23)
#625115
(98,81,21)
#574813
(87,72,19)
#4C3F11
(76,63,17)
#41360F
(65,54,15)
#362D0D
(54,45,13)
#2B240B
(43,36,11)
#201B09
(32,27,9)
#151207
(21,18,7)
#000000
(0,0,0)

Tints of #836C1B

#836C1B
(131,108,27)
#8E792F
(142,121,47)
#998643
(153,134,67)
#A49357
(164,147,87)
#AFA06B
(175,160,107)
#BAAD7F
(186,173,127)
#C5BA93
(197,186,147)
#D0C7A7
(208,199,167)
#DBD4BB
(219,212,187)
#E6E1CF
(230,225,207)
#F1EEE3
(241,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836C1B color. Also use rgb(131,108,27) instead hex code.

Text Font Color

.myTextColor { color: #836C1B; }

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

This text font color is #836C1B.


Background Color

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

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

This div background color is #836C1B.


Border color

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

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

This div border color is #836C1B.


Opacity

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

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

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

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

This text has shadow with #836C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836C1B on black background.


Color preview on white background

This text has color #836C1B on white background.



Black color preview on #836C1B background

This text has black color on #836C1B background.


White color preview on #836C1B background

This text has white color on #836C1B background.