COLOR #807A52

HEX: #807A52 RGB: (128,122,82)

Color info

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

RGB color model

#807A52 color RGB value is (128,122,82).

RGB: (128,122,82) (50%, 48%, 32%)

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 82 of 255 = 32%

128
122
82

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

Portions of RGB colors in percentages

R + G + B = 128 + 122 + 82 = 332 (100%)
R 128 of 332 ~ 38.55%
G 122 of 332 ~ 36.75%
B 82 of 332 ~ 24.7'%

%38.55
%36.75
%24.7

CMYK color model

#807A52 color CMYK value is (0,5,36,50).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 35.94%
  • key color value is 49.80%

CMYK: (0,5,36,50)
C0M5Y36K50 (0%, 5%, 36%, 50%)
(0.00 / 0.05 / 0.36 / 0.50)

CMYK percentages

%0
%4.69
%35.94
%49.8

Codes

Color #807A52 in popluar color models

80 7A 52
RGB 128 122 82
HSL 52° 21.90% 41.18%
HSB/HSV 52° 35.94% 50.20%
CMYK 0.00% 4.69% 35.94%
49.80%

Color #807A52 in popluar number systems.

HEX 80 7A 52
Decimal 128 122 82
Binary 10000000 1111010 1010010
Octal 200 172 122

Shades and tints

Shades of #807A52

#807A52
(128,122,82)
#756F4B
(117,111,75)
#6A6444
(106,100,68)
#5F593D
(95,89,61)
#544E36
(84,78,54)
#49432F
(73,67,47)
#3E3828
(62,56,40)
#332D21
(51,45,33)
#28221A
(40,34,26)
#1D1713
(29,23,19)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #807A52

#807A52
(128,122,82)
#8B8661
(139,134,97)
#969270
(150,146,112)
#A19E7F
(161,158,127)
#ACAA8E
(172,170,142)
#B7B69D
(183,182,157)
#C2C2AC
(194,194,172)
#CDCEBB
(205,206,187)
#D8DACA
(216,218,202)
#E3E6D9
(227,230,217)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807A52 color. Also use rgb(128,122,82) instead hex code.

Text Font Color

.myTextColor { color: #807A52; }

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

This text font color is #807A52.

Background Color

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

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

This div background color is #807A52.

Border color

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

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

This div border color is #807A52.

Opacity

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

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

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

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

This text has shadow with #807A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807A52.

Preview

Color preview on black background

This text has color #807A52 on black background.


Color preview on white background

This text has color #807A52 on white background.


Black color preview on #807A52 background

This text has black color on #807A52 background.


White color preview on #807A52 background

This text has white color on #807A52 background.


Related colors

Complementary color

Complementary color for #hex is #7F85AD.


I love getcolorcode.com

Triadic colors

1 #52807A and #7A5280 with #807A52 are triadic colors.

2 #527A80 and #7A8052 with #807A52 are triadic colors.