COLOR #80695A

HEX: #80695A RGB: (128,105,90)

Color info

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

RGB color model

#80695A color RGB value is (128,105,90).

RGB: (128,105,90) (50%, 41%, 35%)

RGB channels and saturation

R 128 of 255 = 50%
G 105 of 255 = 41%
B 90 of 255 = 35%

128
105
90

R + G + B ~ 42%. #80695A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 105 + 90 = 323 (100%)
R 128 of 323 ~ 39.63%
G 105 of 323 ~ 32.51%
B 90 of 323 ~ 27.86'%

%39.63
%32.51
%27.86

CMYK color model

#80695A color CMYK value is (0,18,30,50).

  • cyan value is 0.00%
  • magenta value is 17.97%
  • yellow value is 29.69%
  • key color value is 49.80%

CMYK: (0,18,30,50)
C0M18Y30K50 (0%, 18%, 30%, 50%)
(0.00 / 0.18 / 0.30 / 0.50)

CMYK percentages

%0
%17.97
%29.69
%49.8

Codes

Color #80695A in popluar color models

80 69 5A
RGB 128 105 90
HSL 24° 17.43% 42.75%
HSB/HSV 24° 29.69% 50.20%
CMYK 0.00% 17.97% 29.69%
49.80%

Color #80695A in popluar number systems.

HEX 80 69 5A
Decimal 128 105 90
Binary 10000000 1101001 1011010
Octal 200 151 132

Shades and tints

Shades of #80695A

#80695A
(128,105,90)
#756052
(117,96,82)
#6A574A
(106,87,74)
#5F4E42
(95,78,66)
#54453A
(84,69,58)
#493C32
(73,60,50)
#3E332A
(62,51,42)
#332A22
(51,42,34)
#28211A
(40,33,26)
#1D1812
(29,24,18)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #80695A

#80695A
(128,105,90)
#8B7669
(139,118,105)
#968378
(150,131,120)
#A19087
(161,144,135)
#AC9D96
(172,157,150)
#B7AAA5
(183,170,165)
#C2B7B4
(194,183,180)
#CDC4C3
(205,196,195)
#D8D1D2
(216,209,210)
#E3DEE1
(227,222,225)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80695A; }

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

This text font color is #80695A.

Background Color

.myBgColor { background-color: #80695A; }

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

This div background color is #80695A.

Border color

.myBorderColor { border: 1px solid #80695A; }

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

This div border color is #80695A.

Opacity

.myOpacity80 { color: #80695A; opacity: 0.8; }

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

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

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

This text has shadow with #80695A color.


.textShadow {text-shadow: 3px 3px 1px #80695A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80695A; -webkit-box-shadow: 1px 1px 3px 2px #80695A; box-shadow:1px 1px 3px 2px #80695A;">
Div content here
</div>

This div box has shadow with color #80695A.

Preview

Color preview on black background

This text has color #80695A on black background.


Color preview on white background

This text has color #80695A on white background.


Black color preview on #80695A background

This text has black color on #80695A background.


White color preview on #80695A background

This text has white color on #80695A background.


Related colors

Complementary color

Complementary color for #hex is #7F96A5.


I love getcolorcode.com

Triadic colors

1 #5A8069 and #695A80 with #80695A are triadic colors.

2 #5A6980 and #69805A with #80695A are triadic colors.