COLOR #807121

HEX: #807121 RGB: (128,113,33)

Color info

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

RGB color model

#807121 color RGB value is (128,113,33).

RGB: (128,113,33) (50%, 44%, 13%)

RGB channels and saturation

R 128 of 255 = 50%
G 113 of 255 = 44%
B 33 of 255 = 13%

128
113
33

R + G + B ~ 36%. #807121 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 113 + 33 = 274 (100%)
R 128 of 274 ~ 46.72%
G 113 of 274 ~ 41.24%
B 33 of 274 ~ 12.04'%

%46.72
%41.24
%12.04

CMYK color model

#807121 color CMYK value is (0,12,74,50).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 74.22%
  • key color value is 49.80%
CMYK: (0,12,74,50) C0M12Y74K50 (0%,12%,74%,50%) (0.00/0.12/0.74/0.50) 

CMYK percentages

%0
%11.72
%74.22
%49.8

Codes

Color #807121 in popluar color models

80 71 21
RGB 128 113 33
HSL 51° 59.01% 31.57%
HSB/HSV 51° 74.22% 50.20%
CMYK 0.00% 11.72% 74.22%
49.80%

Color #807121 in popluar number systems.

HEX 80 71 21
Decimal 128 113 33
Binary 10000000 1110001 100001
Octal 200 161 41

Shades and tints

Shades of #807121

#807121
(128,113,33)
#75671E
(117,103,30)
#6A5D1B
(106,93,27)
#5F5318
(95,83,24)
#544915
(84,73,21)
#493F12
(73,63,18)
#3E350F
(62,53,15)
#332B0C
(51,43,12)
#282109
(40,33,9)
#1D1706
(29,23,6)
#120D03
(18,13,3)
#000000
(0,0,0)

Tints of #807121

#807121
(128,113,33)
#8B7D35
(139,125,53)
#968949
(150,137,73)
#A1955D
(161,149,93)
#ACA171
(172,161,113)
#B7AD85
(183,173,133)
#C2B999
(194,185,153)
#CDC5AD
(205,197,173)
#D8D1C1
(216,209,193)
#E3DDD5
(227,221,213)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807121 color. Also use rgb(128,113,33) instead hex code.

Text Font Color

.myTextColor { color: #807121; }

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

This text font color is #807121.

Background Color

.myBgColor { background-color: #807121; }

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

This div background color is #807121.

Border color

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

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

This div border color is #807121.

Opacity

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

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

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

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

This text has shadow with #807121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807121.

Preview

Color preview on black background

This text has color #807121 on black background.


Color preview on white background

This text has color #807121 on white background.


Black color preview on #807121 background

This text has black color on #807121 background.


White color preview on #807121 background

This text has white color on #807121 background.


Related colors

Complementary color

Complementary color for #hex is #7F8EDE.


I love getcolorcode.com

Triadic colors

1 #218071 and #712180 with #807121 are triadic colors.

2 #217180 and #718021 with #807121 are triadic colors.