COLOR #807B6C

HEX: #807B6C
RGB: (128,123,108)

Color info

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

RGB color model

#807B6C color RGB value is (128,123,108).

  • red value is 128;
  • green value is 123;
  • blue value is 108.
RGB:
(128,123,108)
(50%,48%,42%)

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 108 of 255 = 42%

128
123
108

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

Portions of RGB colors in percentages

R + G + B =
128 + 123 + 108 = 359 (100%)
R 128 of 359 ~ 35.65%
G 123 of 359 ~ 34.26%
B 108 of 359 ~ 30.08%

%35.65
%34.26
%30.08

CMYK color model

#807B6C color CMYK value is (0,4,16,50).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(0,4,16,50)
C0M4Y16K50 
(0%,4%,16%,50%)
(0.00/0.04/0.16/0.50)	

CMYK percentages

%0
%3.91
%15.63
%49.8

Codes

Color #807B6C in popluar color models

807B6C
RGB128123108
HSL45°8.47%46.27%
HSB/HSV45°15.63%50.20%
CMYK0.00%3.91%15.63%
49.80%

Color #807B6C in popluar number systems.

HEX807B6C
Decimal128123108
Binary1000000011110111101100
Octal200173154

Shades and tints

Shades of #807B6C

#807B6C
(128,123,108)
#757063
(117,112,99)
#6A655A
(106,101,90)
#5F5A51
(95,90,81)
#544F48
(84,79,72)
#49443F
(73,68,63)
#3E3936
(62,57,54)
#332E2D
(51,46,45)
#282324
(40,35,36)
#1D181B
(29,24,27)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #807B6C

#807B6C
(128,123,108)
#8B8779
(139,135,121)
#969386
(150,147,134)
#A19F93
(161,159,147)
#ACABA0
(172,171,160)
#B7B7AD
(183,183,173)
#C2C3BA
(194,195,186)
#CDCFC7
(205,207,199)
#D8DBD4
(216,219,212)
#E3E7E1
(227,231,225)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807B6C; }

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

This text font color is #807B6C.


Background Color

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

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

This div background color is #807B6C.


Border color

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

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

This div border color is #807B6C.


Opacity

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

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

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

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

This text has shadow with #807B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807B6C on black background.


Color preview on white background

This text has color #807B6C on white background.



Black color preview on #807B6C background

This text has black color on #807B6C background.


White color preview on #807B6C background

This text has white color on #807B6C background.