COLOR #807263

HEX: #807263
RGB: (128,114,99)

Color info

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

RGB color model

#807263 color RGB value is (128,114,99).

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

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 99 of 255 = 39%

128
114
99

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 99 = 341 (100%)
R 128 of 341 ~ 37.54%
G 114 of 341 ~ 33.43%
B 99 of 341 ~ 29.03%

%37.54
%33.43
%29.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(0,11,23,50)
C0M11Y23K50 
(0%,11%,23%,50%)
(0.00/0.11/0.23/0.50)	

CMYK percentages

%0
%10.94
%22.66
%49.8

Codes

Color #807263 in popluar color models

807263
RGB12811499
HSL31°12.78%44.51%
HSB/HSV31°22.66%50.20%
CMYK0.00%10.94%22.66%
49.80%

Color #807263 in popluar number systems.

HEX807263
Decimal12811499
Binary1000000011100101100011
Octal200162143

Shades and tints

Shades of #807263

#807263
(128,114,99)
#75685A
(117,104,90)
#6A5E51
(106,94,81)
#5F5448
(95,84,72)
#544A3F
(84,74,63)
#494036
(73,64,54)
#3E362D
(62,54,45)
#332C24
(51,44,36)
#28221B
(40,34,27)
#1D1812
(29,24,18)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #807263

#807263
(128,114,99)
#8B7E71
(139,126,113)
#968A7F
(150,138,127)
#A1968D
(161,150,141)
#ACA29B
(172,162,155)
#B7AEA9
(183,174,169)
#C2BAB7
(194,186,183)
#CDC6C5
(205,198,197)
#D8D2D3
(216,210,211)
#E3DEE1
(227,222,225)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807263; }

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

This text font color is #807263.


Background Color

.myBgColor { background-color: #807263; }

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

This div background color is #807263.


Border color

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

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

This div border color is #807263.


Opacity

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

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

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

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

This text has shadow with #807263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807263 on black background.


Color preview on white background

This text has color #807263 on white background.



Black color preview on #807263 background

This text has black color on #807263 background.


White color preview on #807263 background

This text has white color on #807263 background.