COLOR #807E3D

HEX: #807E3D
RGB: (128,126,61)

Color info

#807E3D contains mainly red and green colors. Web safe color of #807E3D is #666633 (or #663).

RGB color model

#807E3D color RGB value is (128,126,61).

  • red value is 128;
  • green value is 126;
  • blue value is 61.
RGB:
(128,126,61)
(50%,49%,24%)

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 61 of 255 = 24%

128
126
61

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

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 61 = 315 (100%)
R 128 of 315 ~ 40.63%
G 126 of 315 ~ 40%
B 61 of 315 ~ 19.37%

%40.63
%40
%19.37

CMYK color model

#807E3D color CMYK value is (0,2,52,50).

  • cyan value is 0.00%
  • magenta value is 1.56%
  • yellow value is 52.34%
  • key color value is 49.80%
CMYK:
(0,2,52,50)
C0M2Y52K50 
(0%,2%,52%,50%)
(0.00/0.02/0.52/0.50)	

CMYK percentages

%0
%1.56
%52.34
%49.8

Codes

Color #807E3D in popluar color models

807E3D
RGB12812661
HSL58°35.45%37.06%
HSB/HSV58°52.34%50.20%
CMYK0.00%1.56%52.34%
49.80%

Color #807E3D in popluar number systems.

HEX807E3D
Decimal12812661
Binary100000001111110111101
Octal20017675

Shades and tints

Shades of #807E3D

#807E3D
(128,126,61)
#757338
(117,115,56)
#6A6833
(106,104,51)
#5F5D2E
(95,93,46)
#545229
(84,82,41)
#494724
(73,71,36)
#3E3C1F
(62,60,31)
#33311A
(51,49,26)
#282615
(40,38,21)
#1D1B10
(29,27,16)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #807E3D

#807E3D
(128,126,61)
#8B894E
(139,137,78)
#96945F
(150,148,95)
#A19F70
(161,159,112)
#ACAA81
(172,170,129)
#B7B592
(183,181,146)
#C2C0A3
(194,192,163)
#CDCBB4
(205,203,180)
#D8D6C5
(216,214,197)
#E3E1D6
(227,225,214)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807E3D color. Also use rgb(128,126,61) instead hex code.

Text Font Color

.myTextColor { color: #807E3D; }

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

This text font color is #807E3D.


Background Color

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

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

This div background color is #807E3D.


Border color

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

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

This div border color is #807E3D.


Opacity

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

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

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

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

This text has shadow with #807E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807E3D on black background.


Color preview on white background

This text has color #807E3D on white background.



Black color preview on #807E3D background

This text has black color on #807E3D background.


White color preview on #807E3D background

This text has white color on #807E3D background.