COLOR #836F20

HEX: #836F20 RGB: (131,111,32)

Color info

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

RGB color model

#836F20 color RGB value is (131,111,32).

RGB: (131,111,32) (51%, 44%, 13%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 32 of 255 = 13%

131
111
32

R + G + B ~ 36%. #836F20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 111 + 32 = 274 (100%)
R 131 of 274 ~ 47.81%
G 111 of 274 ~ 40.51%
B 32 of 274 ~ 11.68'%

%47.81
%40.51
%11.68

CMYK color model

#836F20 color CMYK value is (0,15,76,49).

  • cyan value is 0.00%
  • magenta value is 15.27%
  • yellow value is 75.57%
  • key color value is 48.63%

CMYK: (0,15,76,49)
C0M15Y76K49 (0%, 15%, 76%, 49%)
(0.00 / 0.15 / 0.76 / 0.49)

CMYK percentages

%0
%15.27
%75.57
%48.63

Codes

Color #836F20 in popluar color models

83 6F 20
RGB 131 111 32
HSL 48° 60.74% 31.96%
HSB/HSV 48° 75.57% 51.37%
CMYK 0.00% 15.27% 75.57%
48.63%

Color #836F20 in popluar number systems.

HEX 83 6F 20
Decimal 131 111 32
Binary 10000011 1101111 100000
Octal 203 157 40

Shades and tints

Shades of #836F20

#836F20
(131,111,32)
#78651E
(120,101,30)
#6D5B1C
(109,91,28)
#62511A
(98,81,26)
#574718
(87,71,24)
#4C3D16
(76,61,22)
#413314
(65,51,20)
#362912
(54,41,18)
#2B1F10
(43,31,16)
#20150E
(32,21,14)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #836F20

#836F20
(131,111,32)
#8E7C34
(142,124,52)
#998948
(153,137,72)
#A4965C
(164,150,92)
#AFA370
(175,163,112)
#BAB084
(186,176,132)
#C5BD98
(197,189,152)
#D0CAAC
(208,202,172)
#DBD7C0
(219,215,192)
#E6E4D4
(230,228,212)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836F20 color. Also use rgb(131,111,32) instead hex code.

Text Font Color

.myTextColor { color: #836F20; }

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

This text font color is #836F20.

Background Color

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

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

This div background color is #836F20.

Border color

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

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

This div border color is #836F20.

Opacity

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

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

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

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

This text has shadow with #836F20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836F20.

Preview

Color preview on black background

This text has color #836F20 on black background.


Color preview on white background

This text has color #836F20 on white background.


Black color preview on #836F20 background

This text has black color on #836F20 background.


White color preview on #836F20 background

This text has white color on #836F20 background.


Related colors

Complementary color

Complementary color for #hex is #7C90DF.


I love getcolorcode.com

Triadic colors

1 #20836F and #6F2083 with #836F20 are triadic colors.

2 #206F83 and #6F8320 with #836F20 are triadic colors.