COLOR #807969

HEX: #807969
RGB: (128,121,105)

Color info

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

RGB color model

#807969 color RGB value is (128,121,105).

  • red value is 128;
  • green value is 121;
  • blue value is 105.
RGB:
(128,121,105)
(50%,47%,41%)

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 105 of 255 = 41%

128
121
105

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

Portions of RGB colors in percentages

R + G + B =
128 + 121 + 105 = 354 (100%)
R 128 of 354 ~ 36.16%
G 121 of 354 ~ 34.18%
B 105 of 354 ~ 29.66%

%36.16
%34.18
%29.66

CMYK color model

#807969 color CMYK value is (0,5,18,50).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 17.97%
  • key color value is 49.80%
CMYK:
(0,5,18,50)
C0M5Y18K50 
(0%,5%,18%,50%)
(0.00/0.05/0.18/0.50)	

CMYK percentages

%0
%5.47
%17.97
%49.8

Codes

Color #807969 in popluar color models

807969
RGB128121105
HSL42°9.87%45.69%
HSB/HSV42°17.97%50.20%
CMYK0.00%5.47%17.97%
49.80%

Color #807969 in popluar number systems.

HEX807969
Decimal128121105
Binary1000000011110011101001
Octal200171151

Shades and tints

Shades of #807969

#807969
(128,121,105)
#756E60
(117,110,96)
#6A6357
(106,99,87)
#5F584E
(95,88,78)
#544D45
(84,77,69)
#49423C
(73,66,60)
#3E3733
(62,55,51)
#332C2A
(51,44,42)
#282121
(40,33,33)
#1D1618
(29,22,24)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #807969

#807969
(128,121,105)
#8B8576
(139,133,118)
#969183
(150,145,131)
#A19D90
(161,157,144)
#ACA99D
(172,169,157)
#B7B5AA
(183,181,170)
#C2C1B7
(194,193,183)
#CDCDC4
(205,205,196)
#D8D9D1
(216,217,209)
#E3E5DE
(227,229,222)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807969; }

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

This text font color is #807969.


Background Color

.myBgColor { background-color: #807969; }

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

This div background color is #807969.


Border color

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

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

This div border color is #807969.


Opacity

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

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

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

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

This text has shadow with #807969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807969 on black background.


Color preview on white background

This text has color #807969 on white background.



Black color preview on #807969 background

This text has black color on #807969 background.


White color preview on #807969 background

This text has white color on #807969 background.