COLOR #806B5A

HEX: #806B5A
RGB: (128,107,90)

Color info

#806B5A contains red, green and blue colors in about the same proportion. Web safe color of #806B5A is #666666 (or #666).

RGB color model

#806B5A color RGB value is (128,107,90).

  • red value is 128;
  • green value is 107;
  • blue value is 90.
RGB:
(128,107,90)
(50%,42%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 107 of 255 = 42%
B 90 of 255 = 35%

128
107
90

R + G + B ~ 42%. #806B5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 107 + 90 = 325 (100%)
R 128 of 325 ~ 39.38%
G 107 of 325 ~ 32.92%
B 90 of 325 ~ 27.69%

%39.38
%32.92
%27.69

CMYK color model

#806B5A color CMYK value is (0,16,30,50).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 29.69%
  • key color value is 49.80%
CMYK:
(0,16,30,50)
C0M16Y30K50 
(0%,16%,30%,50%)
(0.00/0.16/0.30/0.50)	

CMYK percentages

%0
%16.41
%29.69
%49.8

Codes

Color #806B5A in popluar color models

806B5A
RGB12810790
HSL27°17.43%42.75%
HSB/HSV27°29.69%50.20%
CMYK0.00%16.41%29.69%
49.80%

Color #806B5A in popluar number systems.

HEX806B5A
Decimal12810790
Binary1000000011010111011010
Octal200153132

Shades and tints

Shades of #806B5A

#806B5A
(128,107,90)
#756252
(117,98,82)
#6A594A
(106,89,74)
#5F5042
(95,80,66)
#54473A
(84,71,58)
#493E32
(73,62,50)
#3E352A
(62,53,42)
#332C22
(51,44,34)
#28231A
(40,35,26)
#1D1A12
(29,26,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #806B5A

#806B5A
(128,107,90)
#8B7869
(139,120,105)
#968578
(150,133,120)
#A19287
(161,146,135)
#AC9F96
(172,159,150)
#B7ACA5
(183,172,165)
#C2B9B4
(194,185,180)
#CDC6C3
(205,198,195)
#D8D3D2
(216,211,210)
#E3E0E1
(227,224,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806B5A color. Also use rgb(128,107,90) instead hex code.

Text Font Color

.myTextColor { color: #806B5A; }

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

This text font color is #806B5A.


Background Color

.myBgColor { background-color: #806B5A; }

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

This div background color is #806B5A.


Border color

.myBorderColor { border: 1px solid #806B5A; }

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

This div border color is #806B5A.


Opacity

.myOpacity80 { color: #806B5A; opacity: 0.8; }

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

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

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

This text has shadow with #806B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806B5A on black background.


Color preview on white background

This text has color #806B5A on white background.



Black color preview on #806B5A background

This text has black color on #806B5A background.


White color preview on #806B5A background

This text has white color on #806B5A background.