COLOR #807853

HEX: #807853 RGB: (128,120,83)

Color info

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

RGB color model

#807853 color RGB value is (128,120,83).

RGB: (128,120,83) (50%, 47%, 33%)

RGB channels and saturation

R 128 of 255 = 50%
G 120 of 255 = 47%
B 83 of 255 = 33%

128
120
83

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

Portions of RGB colors in percentages

R + G + B = 128 + 120 + 83 = 331 (100%)
R 128 of 331 ~ 38.67%
G 120 of 331 ~ 36.25%
B 83 of 331 ~ 25.08'%

%38.67
%36.25
%25.08

CMYK color model

#807853 color CMYK value is (0,6,35,50).

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

CMYK: (0,6,35,50)
C0M6Y35K50 (0%, 6%, 35%, 50%)
(0.00 / 0.06 / 0.35 / 0.50)

CMYK percentages

%0
%6.25
%35.16
%49.8

Codes

Color #807853 in popluar color models

80 78 53
RGB 128 120 83
HSL 49° 21.33% 41.37%
HSB/HSV 49° 35.16% 50.20%
CMYK 0.00% 6.25% 35.16%
49.80%

Color #807853 in popluar number systems.

HEX 80 78 53
Decimal 128 120 83
Binary 10000000 1111000 1010011
Octal 200 170 123

Shades and tints

Shades of #807853

#807853
(128,120,83)
#756E4C
(117,110,76)
#6A6445
(106,100,69)
#5F5A3E
(95,90,62)
#545037
(84,80,55)
#494630
(73,70,48)
#3E3C29
(62,60,41)
#333222
(51,50,34)
#28281B
(40,40,27)
#1D1E14
(29,30,20)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #807853

#807853
(128,120,83)
#8B8462
(139,132,98)
#969071
(150,144,113)
#A19C80
(161,156,128)
#ACA88F
(172,168,143)
#B7B49E
(183,180,158)
#C2C0AD
(194,192,173)
#CDCCBC
(205,204,188)
#D8D8CB
(216,216,203)
#E3E4DA
(227,228,218)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807853; }

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

This text font color is #807853.

Background Color

.myBgColor { background-color: #807853; }

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

This div background color is #807853.

Border color

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

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

This div border color is #807853.

Opacity

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

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

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

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

This text has shadow with #807853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807853.

Preview

Color preview on black background

This text has color #807853 on black background.


Color preview on white background

This text has color #807853 on white background.


Black color preview on #807853 background

This text has black color on #807853 background.


White color preview on #807853 background

This text has white color on #807853 background.


Related colors

Complementary color

Complementary color for #hex is #7F87AC.


I love getcolorcode.com

Triadic colors

1 #538078 and #785380 with #807853 are triadic colors.

2 #537880 and #788053 with #807853 are triadic colors.