COLOR #806D7B

HEX: #806D7B
RGB: (128,109,123)

Color info

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

RGB color model

#806D7B color RGB value is (128,109,123).

  • red value is 128;
  • green value is 109;
  • blue value is 123.
RGB:
(128,109,123)
(50%,43%,48%)

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 123 of 255 = 48%

128
109
123

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

Portions of RGB colors in percentages

R + G + B =
128 + 109 + 123 = 360 (100%)
R 128 of 360 ~ 35.56%
G 109 of 360 ~ 30.28%
B 123 of 360 ~ 34.17%

%35.56
%30.28
%34.17

CMYK color model

#806D7B color CMYK value is (0,15,4,50).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 3.91%
  • key color value is 49.80%
CMYK:
(0,15,4,50)
C0M15Y4K50 
(0%,15%,4%,50%)
(0.00/0.15/0.04/0.50)	

CMYK percentages

%0
%14.84
%3.91
%49.8

Codes

Color #806D7B in popluar color models

806D7B
RGB128109123
HSL316°8.02%46.47%
HSB/HSV316°14.84%50.20%
CMYK0.00%14.84%3.91%
49.80%

Color #806D7B in popluar number systems.

HEX806D7B
Decimal128109123
Binary1000000011011011111011
Octal200155173

Shades and tints

Shades of #806D7B

#806D7B
(128,109,123)
#756470
(117,100,112)
#6A5B65
(106,91,101)
#5F525A
(95,82,90)
#54494F
(84,73,79)
#494044
(73,64,68)
#3E3739
(62,55,57)
#332E2E
(51,46,46)
#282523
(40,37,35)
#1D1C18
(29,28,24)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #806D7B

#806D7B
(128,109,123)
#8B7A87
(139,122,135)
#968793
(150,135,147)
#A1949F
(161,148,159)
#ACA1AB
(172,161,171)
#B7AEB7
(183,174,183)
#C2BBC3
(194,187,195)
#CDC8CF
(205,200,207)
#D8D5DB
(216,213,219)
#E3E2E7
(227,226,231)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806D7B color. Also use rgb(128,109,123) instead hex code.

Text Font Color

.myTextColor { color: #806D7B; }

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

This text font color is #806D7B.


Background Color

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

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

This div background color is #806D7B.


Border color

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

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

This div border color is #806D7B.


Opacity

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

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

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

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

This text has shadow with #806D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806D7B on black background.


Color preview on white background

This text has color #806D7B on white background.



Black color preview on #806D7B background

This text has black color on #806D7B background.


White color preview on #806D7B background

This text has white color on #806D7B background.