COLOR #807D61

HEX: #807D61
RGB: (128,125,97)

Color info

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

RGB color model

#807D61 color RGB value is (128,125,97).

  • red value is 128;
  • green value is 125;
  • blue value is 97.
RGB:
(128,125,97)
(50%,49%,38%)

RGB channels and saturation

R 128 of 255 = 50%
G 125 of 255 = 49%
B 97 of 255 = 38%

128
125
97

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

Portions of RGB colors in percentages

R + G + B =
128 + 125 + 97 = 350 (100%)
R 128 of 350 ~ 36.57%
G 125 of 350 ~ 35.71%
B 97 of 350 ~ 27.71%

%36.57
%35.71
%27.71

CMYK color model

#807D61 color CMYK value is (0,2,24,50).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 24.22%
  • key color value is 49.80%
CMYK:
(0,2,24,50)
C0M2Y24K50 
(0%,2%,24%,50%)
(0.00/0.02/0.24/0.50)	

CMYK percentages

%0
%2.34
%24.22
%49.8

Codes

Color #807D61 in popluar color models

807D61
RGB12812597
HSL54°13.78%44.12%
HSB/HSV54°24.22%50.20%
CMYK0.00%2.34%24.22%
49.80%

Color #807D61 in popluar number systems.

HEX807D61
Decimal12812597
Binary1000000011111011100001
Octal200175141

Shades and tints

Shades of #807D61

#807D61
(128,125,97)
#757259
(117,114,89)
#6A6751
(106,103,81)
#5F5C49
(95,92,73)
#545141
(84,81,65)
#494639
(73,70,57)
#3E3B31
(62,59,49)
#333029
(51,48,41)
#282521
(40,37,33)
#1D1A19
(29,26,25)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #807D61

#807D61
(128,125,97)
#8B886F
(139,136,111)
#96937D
(150,147,125)
#A19E8B
(161,158,139)
#ACA999
(172,169,153)
#B7B4A7
(183,180,167)
#C2BFB5
(194,191,181)
#CDCAC3
(205,202,195)
#D8D5D1
(216,213,209)
#E3E0DF
(227,224,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807D61 color. Also use rgb(128,125,97) instead hex code.

Text Font Color

.myTextColor { color: #807D61; }

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

This text font color is #807D61.


Background Color

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

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

This div background color is #807D61.


Border color

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

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

This div border color is #807D61.


Opacity

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

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

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

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

This text has shadow with #807D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807D61 on black background.


Color preview on white background

This text has color #807D61 on white background.



Black color preview on #807D61 background

This text has black color on #807D61 background.


White color preview on #807D61 background

This text has white color on #807D61 background.