COLOR #836F38

HEX: #836F38
RGB: (131,111,56)

Color info

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

RGB color model

#836F38 color RGB value is (131,111,56).

  • red value is 131;
  • green value is 111;
  • blue value is 56.
RGB:
(131,111,56)
(51%,44%,22%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 56 of 255 = 22%

131
111
56

R + G + B ~ 39%. #836F38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 111 + 56 = 298 (100%)
R 131 of 298 ~ 43.96%
G 111 of 298 ~ 37.25%
B 56 of 298 ~ 18.79%

%43.96
%37.25
%18.79

CMYK color model

#836F38 color CMYK value is (0,15,57,49).

  • cyan value is 0.00%
  • magenta value is 15.27%
  • yellow value is 57.25%
  • key color value is 48.63%
CMYK:
(0,15,57,49)
C0M15Y57K49 
(0%,15%,57%,49%)
(0.00/0.15/0.57/0.49)	

CMYK percentages

%0
%15.27
%57.25
%48.63

Codes

Color #836F38 in popluar color models

836F38
RGB13111156
HSL44°40.11%36.67%
HSB/HSV44°57.25%51.37%
CMYK0.00%15.27%57.25%
48.63%

Color #836F38 in popluar number systems.

HEX836F38
Decimal13111156
Binary100000111101111111000
Octal20315770

Shades and tints

Shades of #836F38

#836F38
(131,111,56)
#786533
(120,101,51)
#6D5B2E
(109,91,46)
#625129
(98,81,41)
#574724
(87,71,36)
#4C3D1F
(76,61,31)
#41331A
(65,51,26)
#362915
(54,41,21)
#2B1F10
(43,31,16)
#20150B
(32,21,11)
#150B06
(21,11,6)
#000000
(0,0,0)

Tints of #836F38

#836F38
(131,111,56)
#8E7C4A
(142,124,74)
#99895C
(153,137,92)
#A4966E
(164,150,110)
#AFA380
(175,163,128)
#BAB092
(186,176,146)
#C5BDA4
(197,189,164)
#D0CAB6
(208,202,182)
#DBD7C8
(219,215,200)
#E6E4DA
(230,228,218)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836F38; }

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

This text font color is #836F38.


Background Color

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

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

This div background color is #836F38.


Border color

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

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

This div border color is #836F38.


Opacity

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

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

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

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

This text has shadow with #836F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836F38 on black background.


Color preview on white background

This text has color #836F38 on white background.



Black color preview on #836F38 background

This text has black color on #836F38 background.


White color preview on #836F38 background

This text has white color on #836F38 background.