COLOR #806263

HEX: #806263
RGB: (128,98,99)

Color info

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

RGB color model

#806263 color RGB value is (128,98,99).

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

RGB channels and saturation

R 128 of 255 = 50%
G 98 of 255 = 38%
B 99 of 255 = 39%

128
98
99

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

Portions of RGB colors in percentages

R + G + B =
128 + 98 + 99 = 325 (100%)
R 128 of 325 ~ 39.38%
G 98 of 325 ~ 30.15%
B 99 of 325 ~ 30.46%

%39.38
%30.15
%30.46

CMYK color model

#806263 color CMYK value is (0,23,23,50).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(0,23,23,50)
C0M23Y23K50 
(0%,23%,23%,50%)
(0.00/0.23/0.23/0.50)	

CMYK percentages

%0
%23.44
%22.66
%49.8

Codes

Color #806263 in popluar color models

806263
RGB1289899
HSL358°13.27%44.31%
HSB/HSV358°23.44%50.20%
CMYK0.00%23.44%22.66%
49.80%

Color #806263 in popluar number systems.

HEX806263
Decimal1289899
Binary1000000011000101100011
Octal200142143

Shades and tints

Shades of #806263

#806263
(128,98,99)
#755A5A
(117,90,90)
#6A5251
(106,82,81)
#5F4A48
(95,74,72)
#54423F
(84,66,63)
#493A36
(73,58,54)
#3E322D
(62,50,45)
#332A24
(51,42,36)
#28221B
(40,34,27)
#1D1A12
(29,26,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #806263

#806263
(128,98,99)
#8B7071
(139,112,113)
#967E7F
(150,126,127)
#A18C8D
(161,140,141)
#AC9A9B
(172,154,155)
#B7A8A9
(183,168,169)
#C2B6B7
(194,182,183)
#CDC4C5
(205,196,197)
#D8D2D3
(216,210,211)
#E3E0E1
(227,224,225)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806263; }

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

This text font color is #806263.


Background Color

.myBgColor { background-color: #806263; }

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

This div background color is #806263.


Border color

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

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

This div border color is #806263.


Opacity

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

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

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

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

This text has shadow with #806263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806263 on black background.


Color preview on white background

This text has color #806263 on white background.



Black color preview on #806263 background

This text has black color on #806263 background.


White color preview on #806263 background

This text has white color on #806263 background.