COLOR #807B63

HEX: #807B63 RGB: (128,123,99)

Color info

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

RGB color model

#807B63 color RGB value is (128,123,99).

RGB: (128,123,99) (50%, 48%, 39%)

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 99 of 255 = 39%

128
123
99

R + G + B ~ 46%. #807B63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 123 + 99 = 350 (100%)
R 128 of 350 ~ 36.57%
G 123 of 350 ~ 35.14%
B 99 of 350 ~ 28.29'%

%36.57
%35.14
%28.29

CMYK color model

#807B63 color CMYK value is (0,4,23,50).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 22.66%
  • key color value is 49.80%

CMYK: (0,4,23,50)
C0M4Y23K50 (0%, 4%, 23%, 50%)
(0.00 / 0.04 / 0.23 / 0.50)

CMYK percentages

%0
%3.91
%22.66
%49.8

Codes

Color #807B63 in popluar color models

80 7B 63
RGB 128 123 99
HSL 50° 12.78% 44.51%
HSB/HSV 50° 22.66% 50.20%
CMYK 0.00% 3.91% 22.66%
49.80%

Color #807B63 in popluar number systems.

HEX 80 7B 63
Decimal 128 123 99
Binary 10000000 1111011 1100011
Octal 200 173 143

Shades and tints

Shades of #807B63

#807B63
(128,123,99)
#75705A
(117,112,90)
#6A6551
(106,101,81)
#5F5A48
(95,90,72)
#544F3F
(84,79,63)
#494436
(73,68,54)
#3E392D
(62,57,45)
#332E24
(51,46,36)
#28231B
(40,35,27)
#1D1812
(29,24,18)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #807B63

#807B63
(128,123,99)
#8B8771
(139,135,113)
#96937F
(150,147,127)
#A19F8D
(161,159,141)
#ACAB9B
(172,171,155)
#B7B7A9
(183,183,169)
#C2C3B7
(194,195,183)
#CDCFC5
(205,207,197)
#D8DBD3
(216,219,211)
#E3E7E1
(227,231,225)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807B63; }

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

This text font color is #807B63.

Background Color

.myBgColor { background-color: #807B63; }

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

This div background color is #807B63.

Border color

.myBorderColor { border: 1px solid #807B63; }

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

This div border color is #807B63.

Opacity

.myOpacity80 { color: #807B63; opacity: 0.8; }

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

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

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

This text has shadow with #807B63 color.


.textShadow {text-shadow: 3px 3px 1px #807B63', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #807B63; -webkit-box-shadow: 1px 1px 3px 2px #807B63; box-shadow:1px 1px 3px 2px #807B63;">
Div content here
</div>

This div box has shadow with color #807B63.

Preview

Color preview on black background

This text has color #807B63 on black background.


Color preview on white background

This text has color #807B63 on white background.


Black color preview on #807B63 background

This text has black color on #807B63 background.


White color preview on #807B63 background

This text has white color on #807B63 background.


Related colors

Complementary color

Complementary color for #hex is #7F849C.


I love getcolorcode.com

Triadic colors

1 #63807B and #7B6380 with #807B63 are triadic colors.

2 #637B80 and #7B8063 with #807B63 are triadic colors.