COLOR #807D42

HEX: #807D42 RGB: (128,125,66)

Color info

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

RGB color model

#807D42 color RGB value is (128,125,66).

RGB: (128,125,66) (50%, 49%, 26%)

RGB channels and saturation

R 128 of 255 = 50%
G 125 of 255 = 49%
B 66 of 255 = 26%

128
125
66

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

Portions of RGB colors in percentages

R + G + B = 128 + 125 + 66 = 319 (100%)
R 128 of 319 ~ 40.13%
G 125 of 319 ~ 39.18%
B 66 of 319 ~ 20.69'%

%40.13
%39.18
%20.69

CMYK color model

#807D42 color CMYK value is (0,2,48,50).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 48.44%
  • key color value is 49.80%

CMYK: (0,2,48,50)
C0M2Y48K50 (0%, 2%, 48%, 50%)
(0.00 / 0.02 / 0.48 / 0.50)

CMYK percentages

%0
%2.34
%48.44
%49.8

Codes

Color #807D42 in popluar color models

80 7D 42
RGB 128 125 66
HSL 57° 31.96% 38.04%
HSB/HSV 57° 48.44% 50.20%
CMYK 0.00% 2.34% 48.44%
49.80%

Color #807D42 in popluar number systems.

HEX 80 7D 42
Decimal 128 125 66
Binary 10000000 1111101 1000010
Octal 200 175 102

Shades and tints

Shades of #807D42

#807D42
(128,125,66)
#75723C
(117,114,60)
#6A6736
(106,103,54)
#5F5C30
(95,92,48)
#54512A
(84,81,42)
#494624
(73,70,36)
#3E3B1E
(62,59,30)
#333018
(51,48,24)
#282512
(40,37,18)
#1D1A0C
(29,26,12)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #807D42

#807D42
(128,125,66)
#8B8853
(139,136,83)
#969364
(150,147,100)
#A19E75
(161,158,117)
#ACA986
(172,169,134)
#B7B497
(183,180,151)
#C2BFA8
(194,191,168)
#CDCAB9
(205,202,185)
#D8D5CA
(216,213,202)
#E3E0DB
(227,224,219)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807D42; }

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

This text font color is #807D42.

Background Color

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

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

This div background color is #807D42.

Border color

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

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

This div border color is #807D42.

Opacity

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

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

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

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

This text has shadow with #807D42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807D42.

Preview

Color preview on black background

This text has color #807D42 on black background.


Color preview on white background

This text has color #807D42 on white background.


Black color preview on #807D42 background

This text has black color on #807D42 background.


White color preview on #807D42 background

This text has white color on #807D42 background.


Related colors

Complementary color

Complementary color for #hex is #7F82BD.


I love getcolorcode.com

Triadic colors

1 #42807D and #7D4280 with #807D42 are triadic colors.

2 #427D80 and #7D8042 with #807D42 are triadic colors.