COLOR #808468

HEX: #808468 RGB: (128,132,104)

Color info

#808468 contains red, green and blue colors in about the same proportion. Web safe color of #808468 is #669966 (or #696).

RGB color model

#808468 color RGB value is (128,132,104).

RGB: (128,132,104) (50%, 52%, 41%)

RGB channels and saturation

R 128 of 255 = 50%
G 132 of 255 = 52%
B 104 of 255 = 41%

128
132
104

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

Portions of RGB colors in percentages

R + G + B = 128 + 132 + 104 = 364 (100%)
R 128 of 364 ~ 35.16%
G 132 of 364 ~ 36.26%
B 104 of 364 ~ 28.57'%

%35.16
%36.26
%28.57

CMYK color model

#808468 color CMYK value is (3,0,21,48).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 48.24%

CMYK: (3,0,21,48)
C3M0Y21K48 (3%, 0%, 21%, 48%)
(0.03 / 0.00 / 0.21 / 0.48)

CMYK percentages

%3.03
%0
%21.21
%48.24

Codes

Color #808468 in popluar color models

80 84 68
RGB 128 132 104
HSL 69° 11.86% 46.27%
HSB/HSV 69° 21.21% 51.76%
CMYK 3.03% 0.00% 21.21%
48.24%

Color #808468 in popluar number systems.

HEX 80 84 68
Decimal 128 132 104
Binary 10000000 10000100 1101000
Octal 200 204 150

Shades and tints

Shades of #808468

#808468
(128,132,104)
#75785F
(117,120,95)
#6A6C56
(106,108,86)
#5F604D
(95,96,77)
#545444
(84,84,68)
#49483B
(73,72,59)
#3E3C32
(62,60,50)
#333029
(51,48,41)
#282420
(40,36,32)
#1D1817
(29,24,23)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #808468

#808468
(128,132,104)
#8B8F75
(139,143,117)
#969A82
(150,154,130)
#A1A58F
(161,165,143)
#ACB09C
(172,176,156)
#B7BBA9
(183,187,169)
#C2C6B6
(194,198,182)
#CDD1C3
(205,209,195)
#D8DCD0
(216,220,208)
#E3E7DD
(227,231,221)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808468 color. Also use rgb(128,132,104) instead hex code.

Text Font Color

.myTextColor { color: #808468; }

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

This text font color is #808468.

Background Color

.myBgColor { background-color: #808468; }

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

This div background color is #808468.

Border color

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

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

This div border color is #808468.

Opacity

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

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

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

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

This text has shadow with #808468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808468.

Preview

Color preview on black background

This text has color #808468 on black background.


Color preview on white background

This text has color #808468 on white background.


Black color preview on #808468 background

This text has black color on #808468 background.


White color preview on #808468 background

This text has white color on #808468 background.


Related colors

Complementary color

Complementary color for #hex is #7F7B97.


I love getcolorcode.com

Triadic colors

1 #688084 and #846880 with #808468 are triadic colors.

2 #688480 and #848068 with #808468 are triadic colors.