COLOR #808C52

HEX: #808C52 RGB: (128,140,82)

Color info

#808C52 contains red, green and blue colors in about the same proportion. Web safe color of #808C52 is #669966 (or #696).

RGB color model

#808C52 color RGB value is (128,140,82).

RGB: (128,140,82) (50%, 55%, 32%)

RGB channels and saturation

R 128 of 255 = 50%
G 140 of 255 = 55%
B 82 of 255 = 32%

128
140
82

R + G + B ~ 46%. #808C52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 140 + 82 = 350 (100%)
R 128 of 350 ~ 36.57%
G 140 of 350 ~ 40%
B 82 of 350 ~ 23.43'%

%36.57
%40
%23.43

CMYK color model

#808C52 color CMYK value is (9,0,41,45).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 41.43%
  • key color value is 45.10%

CMYK: (9,0,41,45)
C9M0Y41K45 (9%, 0%, 41%, 45%)
(0.09 / 0.00 / 0.41 / 0.45)

CMYK percentages

%8.57
%0
%41.43
%45.1

Codes

Color #808C52 in popluar color models

80 8C 52
RGB 128 140 82
HSL 72° 26.13% 43.53%
HSB/HSV 72° 41.43% 54.90%
CMYK 8.57% 0.00% 41.43%
45.10%

Color #808C52 in popluar number systems.

HEX 80 8C 52
Decimal 128 140 82
Binary 10000000 10001100 1010010
Octal 200 214 122

Shades and tints

Shades of #808C52

#808C52
(128,140,82)
#75804B
(117,128,75)
#6A7444
(106,116,68)
#5F683D
(95,104,61)
#545C36
(84,92,54)
#49502F
(73,80,47)
#3E4428
(62,68,40)
#333821
(51,56,33)
#282C1A
(40,44,26)
#1D2013
(29,32,19)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #808C52

#808C52
(128,140,82)
#8B9661
(139,150,97)
#96A070
(150,160,112)
#A1AA7F
(161,170,127)
#ACB48E
(172,180,142)
#B7BE9D
(183,190,157)
#C2C8AC
(194,200,172)
#CDD2BB
(205,210,187)
#D8DCCA
(216,220,202)
#E3E6D9
(227,230,217)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808C52 color. Also use rgb(128,140,82) instead hex code.

Text Font Color

.myTextColor { color: #808C52; }

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

This text font color is #808C52.

Background Color

.myBgColor { background-color: #808C52; }

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

This div background color is #808C52.

Border color

.myBorderColor { border: 1px solid #808C52; }

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

This div border color is #808C52.

Opacity

.myOpacity80 { color: #808C52; opacity: 0.8; }

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

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

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

This text has shadow with #808C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808C52.

Preview

Color preview on black background

This text has color #808C52 on black background.


Color preview on white background

This text has color #808C52 on white background.


Black color preview on #808C52 background

This text has black color on #808C52 background.


White color preview on #808C52 background

This text has white color on #808C52 background.


Related colors

Complementary color

Complementary color for #hex is #7F73AD.


I love getcolorcode.com

Triadic colors

1 #52808C and #8C5280 with #808C52 are triadic colors.

2 #528C80 and #8C8052 with #808C52 are triadic colors.