COLOR #808653

HEX: #808653
RGB: (128,134,83)

Color info

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

RGB color model

#808653 color RGB value is (128,134,83).

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

RGB channels and saturation

R 128 of 255 = 50%
G 134 of 255 = 53%
B 83 of 255 = 33%

128
134
83

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

Portions of RGB colors in percentages

R + G + B =
128 + 134 + 83 = 345 (100%)
R 128 of 345 ~ 37.1%
G 134 of 345 ~ 38.84%
B 83 of 345 ~ 24.06%

%37.1
%38.84
%24.06

CMYK color model

#808653 color CMYK value is (4,0,38,47).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 38.06%
  • key color value is 47.45%
CMYK:
(4,0,38,47)
C4M0Y38K47 
(4%,0%,38%,47%)
(0.04/0.00/0.38/0.47)	

CMYK percentages

%4.48
%0
%38.06
%47.45

Codes

Color #808653 in popluar color models

808653
RGB12813483
HSL67°23.50%42.55%
HSB/HSV67°38.06%52.55%
CMYK4.48%0.00%38.06%
47.45%

Color #808653 in popluar number systems.

HEX808653
Decimal12813483
Binary10000000100001101010011
Octal200206123

Shades and tints

Shades of #808653

#808653
(128,134,83)
#757A4C
(117,122,76)
#6A6E45
(106,110,69)
#5F623E
(95,98,62)
#545637
(84,86,55)
#494A30
(73,74,48)
#3E3E29
(62,62,41)
#333222
(51,50,34)
#28261B
(40,38,27)
#1D1A14
(29,26,20)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #808653

#808653
(128,134,83)
#8B9162
(139,145,98)
#969C71
(150,156,113)
#A1A780
(161,167,128)
#ACB28F
(172,178,143)
#B7BD9E
(183,189,158)
#C2C8AD
(194,200,173)
#CDD3BC
(205,211,188)
#D8DECB
(216,222,203)
#E3E9DA
(227,233,218)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808653; }

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

This text font color is #808653.


Background Color

.myBgColor { background-color: #808653; }

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

This div background color is #808653.


Border color

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

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

This div border color is #808653.


Opacity

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

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

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

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

This text has shadow with #808653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808653 on black background.


Color preview on white background

This text has color #808653 on white background.



Black color preview on #808653 background

This text has black color on #808653 background.


White color preview on #808653 background

This text has white color on #808653 background.