COLOR #808663

HEX: #808663
RGB: (128,134,99)

Color info

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

RGB color model

#808663 color RGB value is (128,134,99).

  • red value is 128;
  • green value is 134;
  • blue value is 99.
RGB:
(128,134,99)
(50%,53%,39%)

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 99 of 255 = 39%

128
134
99

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 99 = 361 (100%)
R 128 of 361 ~ 35.46%
G 134 of 361 ~ 37.12%
B 99 of 361 ~ 27.42%

%35.46
%37.12
%27.42

CMYK color model

#808663 color CMYK value is (4,0,26,47).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 26.12%
  • key color value is 47.45%
CMYK:
(4,0,26,47)
C4M0Y26K47 
(4%,0%,26%,47%)
(0.04/0.00/0.26/0.47)	

CMYK percentages

%4.48
%0
%26.12
%47.45

Codes

Color #808663 in popluar color models

808663
RGB12813499
HSL70°15.02%45.69%
HSB/HSV70°26.12%52.55%
CMYK4.48%0.00%26.12%
47.45%

Color #808663 in popluar number systems.

HEX808663
Decimal12813499
Binary10000000100001101100011
Octal200206143

Shades and tints

Shades of #808663

#808663
(128,134,99)
#757A5A
(117,122,90)
#6A6E51
(106,110,81)
#5F6248
(95,98,72)
#54563F
(84,86,63)
#494A36
(73,74,54)
#3E3E2D
(62,62,45)
#333224
(51,50,36)
#28261B
(40,38,27)
#1D1A12
(29,26,18)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #808663

#808663
(128,134,99)
#8B9171
(139,145,113)
#969C7F
(150,156,127)
#A1A78D
(161,167,141)
#ACB29B
(172,178,155)
#B7BDA9
(183,189,169)
#C2C8B7
(194,200,183)
#CDD3C5
(205,211,197)
#D8DED3
(216,222,211)
#E3E9E1
(227,233,225)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808663 color. Also use rgb(128,134,99) instead hex code.

Text Font Color

.myTextColor { color: #808663; }

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

This text font color is #808663.


Background Color

.myBgColor { background-color: #808663; }

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

This div background color is #808663.


Border color

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

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

This div border color is #808663.


Opacity

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

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

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

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

This text has shadow with #808663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808663 on black background.


Color preview on white background

This text has color #808663 on white background.



Black color preview on #808663 background

This text has black color on #808663 background.


White color preview on #808663 background

This text has white color on #808663 background.