COLOR #807064

HEX: #807064
RGB: (128,112,100)

Color info

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

RGB color model

#807064 color RGB value is (128,112,100).

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

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 100 of 255 = 39%

128
112
100

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

Portions of RGB colors in percentages

R + G + B =
128 + 112 + 100 = 340 (100%)
R 128 of 340 ~ 37.65%
G 112 of 340 ~ 32.94%
B 100 of 340 ~ 29.41%

%37.65
%32.94
%29.41

CMYK color model

#807064 color CMYK value is (0,13,22,50).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 21.88%
  • key color value is 49.80%
CMYK:
(0,13,22,50)
C0M13Y22K50 
(0%,13%,22%,50%)
(0.00/0.13/0.22/0.50)	

CMYK percentages

%0
%12.5
%21.88
%49.8

Codes

Color #807064 in popluar color models

807064
RGB128112100
HSL26°12.28%44.71%
HSB/HSV26°21.88%50.20%
CMYK0.00%12.50%21.88%
49.80%

Color #807064 in popluar number systems.

HEX807064
Decimal128112100
Binary1000000011100001100100
Octal200160144

Shades and tints

Shades of #807064

#807064
(128,112,100)
#75665B
(117,102,91)
#6A5C52
(106,92,82)
#5F5249
(95,82,73)
#544840
(84,72,64)
#493E37
(73,62,55)
#3E342E
(62,52,46)
#332A25
(51,42,37)
#28201C
(40,32,28)
#1D1613
(29,22,19)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #807064

#807064
(128,112,100)
#8B7D72
(139,125,114)
#968A80
(150,138,128)
#A1978E
(161,151,142)
#ACA49C
(172,164,156)
#B7B1AA
(183,177,170)
#C2BEB8
(194,190,184)
#CDCBC6
(205,203,198)
#D8D8D4
(216,216,212)
#E3E5E2
(227,229,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807064; }

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

This text font color is #807064.


Background Color

.myBgColor { background-color: #807064; }

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

This div background color is #807064.


Border color

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

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

This div border color is #807064.


Opacity

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

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

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

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

This text has shadow with #807064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807064 on black background.


Color preview on white background

This text has color #807064 on white background.



Black color preview on #807064 background

This text has black color on #807064 background.


White color preview on #807064 background

This text has white color on #807064 background.