COLOR #80853C

HEX: #80853C
RGB: (128,133,60)

Color info

#80853C contains mainly red and green colors. Web safe color of #80853C is #669933 (or #693).

RGB color model

#80853C color RGB value is (128,133,60).

  • red value is 128;
  • green value is 133;
  • blue value is 60.
RGB:
(128,133,60)
(50%,52%,24%)

RGB channels and saturation

R 128 of 255 = 50%
G 133 of 255 = 52%
B 60 of 255 = 24%

128
133
60

R + G + B ~ 42%. #80853C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 133 + 60 = 321 (100%)
R 128 of 321 ~ 39.88%
G 133 of 321 ~ 41.43%
B 60 of 321 ~ 18.69%

%39.88
%41.43
%18.69

CMYK color model

#80853C color CMYK value is (4,0,55,48).

  • cyan value is 3.76%
  • magenta value is 0.00%
  • yellow value is 54.89%
  • key color value is 47.84%
CMYK:
(4,0,55,48)
C4M0Y55K48 
(4%,0%,55%,48%)
(0.04/0.00/0.55/0.48)	

CMYK percentages

%3.76
%0
%54.89
%47.84

Codes

Color #80853C in popluar color models

80853C
RGB12813360
HSL64°37.82%37.84%
HSB/HSV64°54.89%52.16%
CMYK3.76%0.00%54.89%
47.84%

Color #80853C in popluar number systems.

HEX80853C
Decimal12813360
Binary1000000010000101111100
Octal20020574

Shades and tints

Shades of #80853C

#80853C
(128,133,60)
#757937
(117,121,55)
#6A6D32
(106,109,50)
#5F612D
(95,97,45)
#545528
(84,85,40)
#494923
(73,73,35)
#3E3D1E
(62,61,30)
#333119
(51,49,25)
#282514
(40,37,20)
#1D190F
(29,25,15)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #80853C

#80853C
(128,133,60)
#8B904D
(139,144,77)
#969B5E
(150,155,94)
#A1A66F
(161,166,111)
#ACB180
(172,177,128)
#B7BC91
(183,188,145)
#C2C7A2
(194,199,162)
#CDD2B3
(205,210,179)
#D8DDC4
(216,221,196)
#E3E8D5
(227,232,213)
#EEF3E6
(238,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80853C color. Also use rgb(128,133,60) instead hex code.

Text Font Color

.myTextColor { color: #80853C; }

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

This text font color is #80853C.


Background Color

.myBgColor { background-color: #80853C; }

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

This div background color is #80853C.


Border color

.myBorderColor { border: 1px solid #80853C; }

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

This div border color is #80853C.


Opacity

.myOpacity80 { color: #80853C; opacity: 0.8; }

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

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

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

This text has shadow with #80853C color.

.textShadow {text-shadow: 3px 3px 1px #80853C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80853C;
-webkit-box-shadow: 1px 1px 3px 2px #80853C;
box-shadow:1px 1px 3px 2px #80853C;">
Div content here</div>
This div box has shadow with color #80853C.

Preview

Color preview on black background

This text has color #80853C on black background.


Color preview on white background

This text has color #80853C on white background.



Black color preview on #80853C background

This text has black color on #80853C background.


White color preview on #80853C background

This text has white color on #80853C background.