COLOR #808363

HEX: #808363
RGB: (128,131,99)

Color info

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

RGB color model

#808363 color RGB value is (128,131,99).

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

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 99 of 255 = 39%

128
131
99

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

Portions of RGB colors in percentages

R + G + B =
128 + 131 + 99 = 358 (100%)
R 128 of 358 ~ 35.75%
G 131 of 358 ~ 36.59%
B 99 of 358 ~ 27.65%

%35.75
%36.59
%27.65

CMYK color model

#808363 color CMYK value is (2,0,24,49).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 48.63%
CMYK:
(2,0,24,49)
C2M0Y24K49 
(2%,0%,24%,49%)
(0.02/0.00/0.24/0.49)	

CMYK percentages

%2.29
%0
%24.43
%48.63

Codes

Color #808363 in popluar color models

808363
RGB12813199
HSL66°13.91%45.10%
HSB/HSV66°24.43%51.37%
CMYK2.29%0.00%24.43%
48.63%

Color #808363 in popluar number systems.

HEX808363
Decimal12813199
Binary10000000100000111100011
Octal200203143

Shades and tints

Shades of #808363

#808363
(128,131,99)
#75785A
(117,120,90)
#6A6D51
(106,109,81)
#5F6248
(95,98,72)
#54573F
(84,87,63)
#494C36
(73,76,54)
#3E412D
(62,65,45)
#333624
(51,54,36)
#282B1B
(40,43,27)
#1D2012
(29,32,18)
#121509
(18,21,9)
#000000
(0,0,0)

Tints of #808363

#808363
(128,131,99)
#8B8E71
(139,142,113)
#96997F
(150,153,127)
#A1A48D
(161,164,141)
#ACAF9B
(172,175,155)
#B7BAA9
(183,186,169)
#C2C5B7
(194,197,183)
#CDD0C5
(205,208,197)
#D8DBD3
(216,219,211)
#E3E6E1
(227,230,225)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808363; }

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

This text font color is #808363.


Background Color

.myBgColor { background-color: #808363; }

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

This div background color is #808363.


Border color

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

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

This div border color is #808363.


Opacity

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

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

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

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

This text has shadow with #808363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808363 on black background.


Color preview on white background

This text has color #808363 on white background.



Black color preview on #808363 background

This text has black color on #808363 background.


White color preview on #808363 background

This text has white color on #808363 background.