COLOR #807065

HEX: #807065
RGB: (128,112,101)

Color info

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

RGB color model

#807065 color RGB value is (128,112,101).

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

RGB channels and saturation

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

128
112
101

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

Portions of RGB colors in percentages

R + G + B =
128 + 112 + 101 = 341 (100%)
R 128 of 341 ~ 37.54%
G 112 of 341 ~ 32.84%
B 101 of 341 ~ 29.62%

%37.54
%32.84
%29.62

CMYK color model

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

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

CMYK percentages

%0
%12.5
%21.09
%49.8

Codes

Color #807065 in popluar color models

807065
RGB128112101
HSL24°11.79%44.90%
HSB/HSV24°21.09%50.20%
CMYK0.00%12.50%21.09%
49.80%

Color #807065 in popluar number systems.

HEX807065
Decimal128112101
Binary1000000011100001100101
Octal200160145

Shades and tints

Shades of #807065

#807065
(128,112,101)
#75665C
(117,102,92)
#6A5C53
(106,92,83)
#5F524A
(95,82,74)
#544841
(84,72,65)
#493E38
(73,62,56)
#3E342F
(62,52,47)
#332A26
(51,42,38)
#28201D
(40,32,29)
#1D1614
(29,22,20)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #807065

#807065
(128,112,101)
#8B7D73
(139,125,115)
#968A81
(150,138,129)
#A1978F
(161,151,143)
#ACA49D
(172,164,157)
#B7B1AB
(183,177,171)
#C2BEB9
(194,190,185)
#CDCBC7
(205,203,199)
#D8D8D5
(216,216,213)
#E3E5E3
(227,229,227)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807065; }

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

This text font color is #807065.


Background Color

.myBgColor { background-color: #807065; }

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

This div background color is #807065.


Border color

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

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

This div border color is #807065.


Opacity

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

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

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

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

This text has shadow with #807065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807065 on black background.


Color preview on white background

This text has color #807065 on white background.



Black color preview on #807065 background

This text has black color on #807065 background.


White color preview on #807065 background

This text has white color on #807065 background.