COLOR #807B67

HEX: #807B67
RGB: (128,123,103)

Color info

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

RGB color model

#807B67 color RGB value is (128,123,103).

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

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 103 of 255 = 40%

128
123
103

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

Portions of RGB colors in percentages

R + G + B =
128 + 123 + 103 = 354 (100%)
R 128 of 354 ~ 36.16%
G 123 of 354 ~ 34.75%
B 103 of 354 ~ 29.1%

%36.16
%34.75
%29.1

CMYK color model

#807B67 color CMYK value is (0,4,20,50).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(0,4,20,50)
C0M4Y20K50 
(0%,4%,20%,50%)
(0.00/0.04/0.20/0.50)	

CMYK percentages

%0
%3.91
%19.53
%49.8

Codes

Color #807B67 in popluar color models

807B67
RGB128123103
HSL48°10.82%45.29%
HSB/HSV48°19.53%50.20%
CMYK0.00%3.91%19.53%
49.80%

Color #807B67 in popluar number systems.

HEX807B67
Decimal128123103
Binary1000000011110111100111
Octal200173147

Shades and tints

Shades of #807B67

#807B67
(128,123,103)
#75705E
(117,112,94)
#6A6555
(106,101,85)
#5F5A4C
(95,90,76)
#544F43
(84,79,67)
#49443A
(73,68,58)
#3E3931
(62,57,49)
#332E28
(51,46,40)
#28231F
(40,35,31)
#1D1816
(29,24,22)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #807B67

#807B67
(128,123,103)
#8B8774
(139,135,116)
#969381
(150,147,129)
#A19F8E
(161,159,142)
#ACAB9B
(172,171,155)
#B7B7A8
(183,183,168)
#C2C3B5
(194,195,181)
#CDCFC2
(205,207,194)
#D8DBCF
(216,219,207)
#E3E7DC
(227,231,220)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807B67; }

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

This text font color is #807B67.


Background Color

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

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

This div background color is #807B67.


Border color

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

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

This div border color is #807B67.


Opacity

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

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

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

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

This text has shadow with #807B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807B67 on black background.


Color preview on white background

This text has color #807B67 on white background.



Black color preview on #807B67 background

This text has black color on #807B67 background.


White color preview on #807B67 background

This text has white color on #807B67 background.