COLOR #806565

HEX: #806565
RGB: (128,101,101)

Color info

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

RGB color model

#806565 color RGB value is (128,101,101).

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

RGB channels and saturation

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

128
101
101

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

Portions of RGB colors in percentages

R + G + B =
128 + 101 + 101 = 330 (100%)
R 128 of 330 ~ 38.79%
G 101 of 330 ~ 30.61%
B 101 of 330 ~ 30.61%

%38.79
%30.61
%30.61

CMYK color model

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

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

CMYK percentages

%0
%21.09
%21.09
%49.8

Codes

Color #806565 in popluar color models

806565
RGB128101101
HSL11.79%44.90%
HSB/HSV21.09%50.20%
CMYK0.00%21.09%21.09%
49.80%

Color #806565 in popluar number systems.

HEX806565
Decimal128101101
Binary1000000011001011100101
Octal200145145

Shades and tints

Shades of #806565

#806565
(128,101,101)
#755C5C
(117,92,92)
#6A5353
(106,83,83)
#5F4A4A
(95,74,74)
#544141
(84,65,65)
#493838
(73,56,56)
#3E2F2F
(62,47,47)
#332626
(51,38,38)
#281D1D
(40,29,29)
#1D1414
(29,20,20)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #806565

#806565
(128,101,101)
#8B7373
(139,115,115)
#968181
(150,129,129)
#A18F8F
(161,143,143)
#AC9D9D
(172,157,157)
#B7ABAB
(183,171,171)
#C2B9B9
(194,185,185)
#CDC7C7
(205,199,199)
#D8D5D5
(216,213,213)
#E3E3E3
(227,227,227)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806565; }

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

This text font color is #806565.


Background Color

.myBgColor { background-color: #806565; }

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

This div background color is #806565.


Border color

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

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

This div border color is #806565.


Opacity

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

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

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

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

This text has shadow with #806565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806565 on black background.


Color preview on white background

This text has color #806565 on white background.



Black color preview on #806565 background

This text has black color on #806565 background.


White color preview on #806565 background

This text has white color on #806565 background.