COLOR #806065

HEX: #806065
RGB: (128,96,101)

Color info

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

RGB color model

#806065 color RGB value is (128,96,101).

  • red value is 128;
  • green value is 96;
  • blue value is 101.
RGB:
(128,96,101)
(50%,38%,40%)

RGB channels and saturation

R 128 of 255 = 50%
G 96 of 255 = 38%
B 101 of 255 = 40%

128
96
101

R + G + B ~ 43%. #806065 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 96 + 101 = 325 (100%)
R 128 of 325 ~ 39.38%
G 96 of 325 ~ 29.54%
B 101 of 325 ~ 31.08%

%39.38
%29.54
%31.08

CMYK color model

#806065 color CMYK value is (0,25,21,50).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 21.09%
  • key color value is 49.80%
CMYK:
(0,25,21,50)
C0M25Y21K50 
(0%,25%,21%,50%)
(0.00/0.25/0.21/0.50)	

CMYK percentages

%0
%25
%21.09
%49.8

Codes

Color #806065 in popluar color models

806065
RGB12896101
HSL351°14.29%43.92%
HSB/HSV351°25.00%50.20%
CMYK0.00%25.00%21.09%
49.80%

Color #806065 in popluar number systems.

HEX806065
Decimal12896101
Binary1000000011000001100101
Octal200140145

Shades and tints

Shades of #806065

#806065
(128,96,101)
#75585C
(117,88,92)
#6A5053
(106,80,83)
#5F484A
(95,72,74)
#544041
(84,64,65)
#493838
(73,56,56)
#3E302F
(62,48,47)
#332826
(51,40,38)
#28201D
(40,32,29)
#1D1814
(29,24,20)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #806065

#806065
(128,96,101)
#8B6E73
(139,110,115)
#967C81
(150,124,129)
#A18A8F
(161,138,143)
#AC989D
(172,152,157)
#B7A6AB
(183,166,171)
#C2B4B9
(194,180,185)
#CDC2C7
(205,194,199)
#D8D0D5
(216,208,213)
#E3DEE3
(227,222,227)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806065 color. Also use rgb(128,96,101) instead hex code.

Text Font Color

.myTextColor { color: #806065; }

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

This text font color is #806065.


Background Color

.myBgColor { background-color: #806065; }

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

This div background color is #806065.


Border color

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

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

This div border color is #806065.


Opacity

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

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

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

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

This text has shadow with #806065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806065 on black background.


Color preview on white background

This text has color #806065 on white background.



Black color preview on #806065 background

This text has black color on #806065 background.


White color preview on #806065 background

This text has white color on #806065 background.