COLOR #807C65

HEX: #807C65
RGB: (128,124,101)

Color info

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

RGB color model

#807C65 color RGB value is (128,124,101).

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

RGB channels and saturation

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

128
124
101

R + G + B ~ 46%. #807C65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 124 + 101 = 353 (100%)
R 128 of 353 ~ 36.26%
G 124 of 353 ~ 35.13%
B 101 of 353 ~ 28.61%

%36.26
%35.13
%28.61

CMYK color model

#807C65 color CMYK value is (0,3,21,50).

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

CMYK percentages

%0
%3.12
%21.09
%49.8

Codes

Color #807C65 in popluar color models

807C65
RGB128124101
HSL51°11.79%44.90%
HSB/HSV51°21.09%50.20%
CMYK0.00%3.12%21.09%
49.80%

Color #807C65 in popluar number systems.

HEX807C65
Decimal128124101
Binary1000000011111001100101
Octal200174145

Shades and tints

Shades of #807C65

#807C65
(128,124,101)
#75715C
(117,113,92)
#6A6653
(106,102,83)
#5F5B4A
(95,91,74)
#545041
(84,80,65)
#494538
(73,69,56)
#3E3A2F
(62,58,47)
#332F26
(51,47,38)
#28241D
(40,36,29)
#1D1914
(29,25,20)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #807C65

#807C65
(128,124,101)
#8B8773
(139,135,115)
#969281
(150,146,129)
#A19D8F
(161,157,143)
#ACA89D
(172,168,157)
#B7B3AB
(183,179,171)
#C2BEB9
(194,190,185)
#CDC9C7
(205,201,199)
#D8D4D5
(216,212,213)
#E3DFE3
(227,223,227)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807C65; }

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

This text font color is #807C65.


Background Color

.myBgColor { background-color: #807C65; }

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

This div background color is #807C65.


Border color

.myBorderColor { border: 1px solid #807C65; }

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

This div border color is #807C65.


Opacity

.myOpacity80 { color: #807C65; opacity: 0.8; }

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

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

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

This text has shadow with #807C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807C65 on black background.


Color preview on white background

This text has color #807C65 on white background.



Black color preview on #807C65 background

This text has black color on #807C65 background.


White color preview on #807C65 background

This text has white color on #807C65 background.