COLOR #807850

HEX: #807850 RGB: (128,120,80)

Color info

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

RGB color model

#807850 color RGB value is (128,120,80).

RGB: (128,120,80) (50%, 47%, 31%)

RGB channels and saturation

R 128 of 255 = 50%
G 120 of 255 = 47%
B 80 of 255 = 31%

128
120
80

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

Portions of RGB colors in percentages

R + G + B = 128 + 120 + 80 = 328 (100%)
R 128 of 328 ~ 39.02%
G 120 of 328 ~ 36.59%
B 80 of 328 ~ 24.39'%

%39.02
%36.59
%24.39

CMYK color model

#807850 color CMYK value is (0,6,38,50).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 37.50%
  • key color value is 49.80%

CMYK: (0,6,38,50)
C0M6Y38K50 (0%, 6%, 38%, 50%)
(0.00 / 0.06 / 0.38 / 0.50)

CMYK percentages

%0
%6.25
%37.5
%49.8

Codes

Color #807850 in popluar color models

80 78 50
RGB 128 120 80
HSL 50° 23.08% 40.78%
HSB/HSV 50° 37.50% 50.20%
CMYK 0.00% 6.25% 37.50%
49.80%

Color #807850 in popluar number systems.

HEX 80 78 50
Decimal 128 120 80
Binary 10000000 1111000 1010000
Octal 200 170 120

Shades and tints

Shades of #807850

#807850
(128,120,80)
#756E49
(117,110,73)
#6A6442
(106,100,66)
#5F5A3B
(95,90,59)
#545034
(84,80,52)
#49462D
(73,70,45)
#3E3C26
(62,60,38)
#33321F
(51,50,31)
#282818
(40,40,24)
#1D1E11
(29,30,17)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #807850

#807850
(128,120,80)
#8B845F
(139,132,95)
#96906E
(150,144,110)
#A19C7D
(161,156,125)
#ACA88C
(172,168,140)
#B7B49B
(183,180,155)
#C2C0AA
(194,192,170)
#CDCCB9
(205,204,185)
#D8D8C8
(216,216,200)
#E3E4D7
(227,228,215)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807850 color. Also use rgb(128,120,80) instead hex code.

Text Font Color

.myTextColor { color: #807850; }

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

This text font color is #807850.

Background Color

.myBgColor { background-color: #807850; }

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

This div background color is #807850.

Border color

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

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

This div border color is #807850.

Opacity

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

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

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

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

This text has shadow with #807850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807850.

Preview

Color preview on black background

This text has color #807850 on black background.


Color preview on white background

This text has color #807850 on white background.


Black color preview on #807850 background

This text has black color on #807850 background.


White color preview on #807850 background

This text has white color on #807850 background.


Related colors

Complementary color

Complementary color for #hex is #7F87AF.


I love getcolorcode.com

Triadic colors

1 #508078 and #785080 with #807850 are triadic colors.

2 #507880 and #788050 with #807850 are triadic colors.