COLOR #807747

HEX: #807747
RGB: (128,119,71)

Color info

#807747 contains red, green and blue colors in about the same proportion. Web safe color of #807747 is #666633 (or #663).

RGB color model

#807747 color RGB value is (128,119,71).

  • red value is 128;
  • green value is 119;
  • blue value is 71.
RGB:
(128,119,71)
(50%,47%,28%)

RGB channels and saturation

R 128 of 255 = 50%
G 119 of 255 = 47%
B 71 of 255 = 28%

128
119
71

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

Portions of RGB colors in percentages

R + G + B =
128 + 119 + 71 = 318 (100%)
R 128 of 318 ~ 40.25%
G 119 of 318 ~ 37.42%
B 71 of 318 ~ 22.33%

%40.25
%37.42
%22.33

CMYK color model

#807747 color CMYK value is (0,7,45,50).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 44.53%
  • key color value is 49.80%
CMYK:
(0,7,45,50)
C0M7Y45K50 
(0%,7%,45%,50%)
(0.00/0.07/0.45/0.50)	

CMYK percentages

%0
%7.03
%44.53
%49.8

Codes

Color #807747 in popluar color models

807747
RGB12811971
HSL51°28.64%39.02%
HSB/HSV51°44.53%50.20%
CMYK0.00%7.03%44.53%
49.80%

Color #807747 in popluar number systems.

HEX807747
Decimal12811971
Binary1000000011101111000111
Octal200167107

Shades and tints

Shades of #807747

#807747
(128,119,71)
#756D41
(117,109,65)
#6A633B
(106,99,59)
#5F5935
(95,89,53)
#544F2F
(84,79,47)
#494529
(73,69,41)
#3E3B23
(62,59,35)
#33311D
(51,49,29)
#282717
(40,39,23)
#1D1D11
(29,29,17)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #807747

#807747
(128,119,71)
#8B8357
(139,131,87)
#968F67
(150,143,103)
#A19B77
(161,155,119)
#ACA787
(172,167,135)
#B7B397
(183,179,151)
#C2BFA7
(194,191,167)
#CDCBB7
(205,203,183)
#D8D7C7
(216,215,199)
#E3E3D7
(227,227,215)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807747 color. Also use rgb(128,119,71) instead hex code.

Text Font Color

.myTextColor { color: #807747; }

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

This text font color is #807747.


Background Color

.myBgColor { background-color: #807747; }

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

This div background color is #807747.


Border color

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

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

This div border color is #807747.


Opacity

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

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

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

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

This text has shadow with #807747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807747 on black background.


Color preview on white background

This text has color #807747 on white background.



Black color preview on #807747 background

This text has black color on #807747 background.


White color preview on #807747 background

This text has white color on #807747 background.