COLOR #807367

HEX: #807367
RGB: (128,115,103)

Color info

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

RGB color model

#807367 color RGB value is (128,115,103).

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

RGB channels and saturation

R 128 of 255 = 50%
G 115 of 255 = 45%
B 103 of 255 = 40%

128
115
103

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

Portions of RGB colors in percentages

R + G + B =
128 + 115 + 103 = 346 (100%)
R 128 of 346 ~ 36.99%
G 115 of 346 ~ 33.24%
B 103 of 346 ~ 29.77%

%36.99
%33.24
%29.77

CMYK color model

#807367 color CMYK value is (0,10,20,50).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(0,10,20,50)
C0M10Y20K50 
(0%,10%,20%,50%)
(0.00/0.10/0.20/0.50)	

CMYK percentages

%0
%10.16
%19.53
%49.8

Codes

Color #807367 in popluar color models

807367
RGB128115103
HSL29°10.82%45.29%
HSB/HSV29°19.53%50.20%
CMYK0.00%10.16%19.53%
49.80%

Color #807367 in popluar number systems.

HEX807367
Decimal128115103
Binary1000000011100111100111
Octal200163147

Shades and tints

Shades of #807367

#807367
(128,115,103)
#75695E
(117,105,94)
#6A5F55
(106,95,85)
#5F554C
(95,85,76)
#544B43
(84,75,67)
#49413A
(73,65,58)
#3E3731
(62,55,49)
#332D28
(51,45,40)
#28231F
(40,35,31)
#1D1916
(29,25,22)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #807367

#807367
(128,115,103)
#8B7F74
(139,127,116)
#968B81
(150,139,129)
#A1978E
(161,151,142)
#ACA39B
(172,163,155)
#B7AFA8
(183,175,168)
#C2BBB5
(194,187,181)
#CDC7C2
(205,199,194)
#D8D3CF
(216,211,207)
#E3DFDC
(227,223,220)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807367; }

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

This text font color is #807367.


Background Color

.myBgColor { background-color: #807367; }

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

This div background color is #807367.


Border color

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

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

This div border color is #807367.


Opacity

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

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

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

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

This text has shadow with #807367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807367 on black background.


Color preview on white background

This text has color #807367 on white background.



Black color preview on #807367 background

This text has black color on #807367 background.


White color preview on #807367 background

This text has white color on #807367 background.