COLOR #80833F

HEX: #80833F
RGB: (128,131,63)

Color info

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

RGB color model

#80833F color RGB value is (128,131,63).

  • red value is 128;
  • green value is 131;
  • blue value is 63.
RGB:
(128,131,63)
(50%,51%,25%)

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 63 of 255 = 25%

128
131
63

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

Portions of RGB colors in percentages

R + G + B =
128 + 131 + 63 = 322 (100%)
R 128 of 322 ~ 39.75%
G 131 of 322 ~ 40.68%
B 63 of 322 ~ 19.57%

%39.75
%40.68
%19.57

CMYK color model

#80833F color CMYK value is (2,0,52,49).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 51.91%
  • key color value is 48.63%
CMYK:
(2,0,52,49)
C2M0Y52K49 
(2%,0%,52%,49%)
(0.02/0.00/0.52/0.49)	

CMYK percentages

%2.29
%0
%51.91
%48.63

Codes

Color #80833F in popluar color models

80833F
RGB12813163
HSL63°35.05%38.04%
HSB/HSV63°51.91%51.37%
CMYK2.29%0.00%51.91%
48.63%

Color #80833F in popluar number systems.

HEX80833F
Decimal12813163
Binary1000000010000011111111
Octal20020377

Shades and tints

Shades of #80833F

#80833F
(128,131,63)
#75783A
(117,120,58)
#6A6D35
(106,109,53)
#5F6230
(95,98,48)
#54572B
(84,87,43)
#494C26
(73,76,38)
#3E4121
(62,65,33)
#33361C
(51,54,28)
#282B17
(40,43,23)
#1D2012
(29,32,18)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #80833F

#80833F
(128,131,63)
#8B8E50
(139,142,80)
#969961
(150,153,97)
#A1A472
(161,164,114)
#ACAF83
(172,175,131)
#B7BA94
(183,186,148)
#C2C5A5
(194,197,165)
#CDD0B6
(205,208,182)
#D8DBC7
(216,219,199)
#E3E6D8
(227,230,216)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80833F color. Also use rgb(128,131,63) instead hex code.

Text Font Color

.myTextColor { color: #80833F; }

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

This text font color is #80833F.


Background Color

.myBgColor { background-color: #80833F; }

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

This div background color is #80833F.


Border color

.myBorderColor { border: 1px solid #80833F; }

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

This div border color is #80833F.


Opacity

.myOpacity80 { color: #80833F; opacity: 0.8; }

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

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

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

This text has shadow with #80833F color.

.textShadow {text-shadow: 3px 3px 1px #80833F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80833F on black background.


Color preview on white background

This text has color #80833F on white background.



Black color preview on #80833F background

This text has black color on #80833F background.


White color preview on #80833F background

This text has white color on #80833F background.