COLOR #806838

HEX: #806838
RGB: (128,104,56)

Color info

#806838 contains mainly red and green colors. Web safe color of #806838 is #666633 (or #663).

RGB color model

#806838 color RGB value is (128,104,56).

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

RGB channels and saturation

R 128 of 255 = 50%
G 104 of 255 = 41%
B 56 of 255 = 22%

128
104
56

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

Portions of RGB colors in percentages

R + G + B =
128 + 104 + 56 = 288 (100%)
R 128 of 288 ~ 44.44%
G 104 of 288 ~ 36.11%
B 56 of 288 ~ 19.44%

%44.44
%36.11
%19.44

CMYK color model

#806838 color CMYK value is (0,19,56,50).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 56.25%
  • key color value is 49.80%
CMYK:
(0,19,56,50)
C0M19Y56K50 
(0%,19%,56%,50%)
(0.00/0.19/0.56/0.50)	

CMYK percentages

%0
%18.75
%56.25
%49.8

Codes

Color #806838 in popluar color models

806838
RGB12810456
HSL40°39.13%36.08%
HSB/HSV40°56.25%50.20%
CMYK0.00%18.75%56.25%
49.80%

Color #806838 in popluar number systems.

HEX806838
Decimal12810456
Binary100000001101000111000
Octal20015070

Shades and tints

Shades of #806838

#806838
(128,104,56)
#755F33
(117,95,51)
#6A562E
(106,86,46)
#5F4D29
(95,77,41)
#544424
(84,68,36)
#493B1F
(73,59,31)
#3E321A
(62,50,26)
#332915
(51,41,21)
#282010
(40,32,16)
#1D170B
(29,23,11)
#120E06
(18,14,6)
#000000
(0,0,0)

Tints of #806838

#806838
(128,104,56)
#8B754A
(139,117,74)
#96825C
(150,130,92)
#A18F6E
(161,143,110)
#AC9C80
(172,156,128)
#B7A992
(183,169,146)
#C2B6A4
(194,182,164)
#CDC3B6
(205,195,182)
#D8D0C8
(216,208,200)
#E3DDDA
(227,221,218)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806838; }

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

This text font color is #806838.


Background Color

.myBgColor { background-color: #806838; }

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

This div background color is #806838.


Border color

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

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

This div border color is #806838.


Opacity

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

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

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

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

This text has shadow with #806838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806838 on black background.


Color preview on white background

This text has color #806838 on white background.



Black color preview on #806838 background

This text has black color on #806838 background.


White color preview on #806838 background

This text has white color on #806838 background.