COLOR #836838

HEX: #836838
RGB: (131,104,56)

Color info

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

RGB color model

#836838 color RGB value is (131,104,56).

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

RGB channels and saturation

R 131 of 255 = 51%
G 104 of 255 = 41%
B 56 of 255 = 22%

131
104
56

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

Portions of RGB colors in percentages

R + G + B =
131 + 104 + 56 = 291 (100%)
R 131 of 291 ~ 45.02%
G 104 of 291 ~ 35.74%
B 56 of 291 ~ 19.24%

%45.02
%35.74
%19.24

CMYK color model

#836838 color CMYK value is (0,21,57,49).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 57.25%
  • key color value is 48.63%
CMYK:
(0,21,57,49)
C0M21Y57K49 
(0%,21%,57%,49%)
(0.00/0.21/0.57/0.49)	

CMYK percentages

%0
%20.61
%57.25
%48.63

Codes

Color #836838 in popluar color models

836838
RGB13110456
HSL38°40.11%36.67%
HSB/HSV38°57.25%51.37%
CMYK0.00%20.61%57.25%
48.63%

Color #836838 in popluar number systems.

HEX836838
Decimal13110456
Binary100000111101000111000
Octal20315070

Shades and tints

Shades of #836838

#836838
(131,104,56)
#785F33
(120,95,51)
#6D562E
(109,86,46)
#624D29
(98,77,41)
#574424
(87,68,36)
#4C3B1F
(76,59,31)
#41321A
(65,50,26)
#362915
(54,41,21)
#2B2010
(43,32,16)
#20170B
(32,23,11)
#150E06
(21,14,6)
#000000
(0,0,0)

Tints of #836838

#836838
(131,104,56)
#8E754A
(142,117,74)
#99825C
(153,130,92)
#A48F6E
(164,143,110)
#AF9C80
(175,156,128)
#BAA992
(186,169,146)
#C5B6A4
(197,182,164)
#D0C3B6
(208,195,182)
#DBD0C8
(219,208,200)
#E6DDDA
(230,221,218)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836838; }

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

This text font color is #836838.


Background Color

.myBgColor { background-color: #836838; }

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

This div background color is #836838.


Border color

.myBorderColor { border: 1px solid #836838; }

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

This div border color is #836838.


Opacity

.myOpacity80 { color: #836838; opacity: 0.8; }

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

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

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

This text has shadow with #836838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836838 on black background.


Color preview on white background

This text has color #836838 on white background.



Black color preview on #836838 background

This text has black color on #836838 background.


White color preview on #836838 background

This text has white color on #836838 background.