COLOR #80953A

HEX: #80953A
RGB: (128,149,58)

Color info

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

RGB color model

#80953A color RGB value is (128,149,58).

  • red value is 128;
  • green value is 149;
  • blue value is 58.
RGB:
(128,149,58)
(50%,58%,23%)

RGB channels and saturation

R 128 of 255 = 50%
G 149 of 255 = 58%
B 58 of 255 = 23%

128
149
58

R + G + B ~ 44%. #80953A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 149 + 58 = 335 (100%)
R 128 of 335 ~ 38.21%
G 149 of 335 ~ 44.48%
B 58 of 335 ~ 17.31%

%38.21
%44.48
%17.31

CMYK color model

#80953A color CMYK value is (14,0,61,42).

  • cyan value is 14.09%
  • magenta value is 0.00%
  • yellow value is 61.07%
  • key color value is 41.57%
CMYK:
(14,0,61,42)
C14M0Y61K42 
(14%,0%,61%,42%)
(0.14/0.00/0.61/0.42)	

CMYK percentages

%14.09
%0
%61.07
%41.57

Codes

Color #80953A in popluar color models

80953A
RGB12814958
HSL74°43.96%40.59%
HSB/HSV74°61.07%58.43%
CMYK14.09%0.00%61.07%
41.57%

Color #80953A in popluar number systems.

HEX80953A
Decimal12814958
Binary1000000010010101111010
Octal20022572

Shades and tints

Shades of #80953A

#80953A
(128,149,58)
#758835
(117,136,53)
#6A7B30
(106,123,48)
#5F6E2B
(95,110,43)
#546126
(84,97,38)
#495421
(73,84,33)
#3E471C
(62,71,28)
#333A17
(51,58,23)
#282D12
(40,45,18)
#1D200D
(29,32,13)
#121308
(18,19,8)
#000000
(0,0,0)

Tints of #80953A

#80953A
(128,149,58)
#8B9E4B
(139,158,75)
#96A75C
(150,167,92)
#A1B06D
(161,176,109)
#ACB97E
(172,185,126)
#B7C28F
(183,194,143)
#C2CBA0
(194,203,160)
#CDD4B1
(205,212,177)
#D8DDC2
(216,221,194)
#E3E6D3
(227,230,211)
#EEEFE4
(238,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80953A color. Also use rgb(128,149,58) instead hex code.

Text Font Color

.myTextColor { color: #80953A; }

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

This text font color is #80953A.


Background Color

.myBgColor { background-color: #80953A; }

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

This div background color is #80953A.


Border color

.myBorderColor { border: 1px solid #80953A; }

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

This div border color is #80953A.


Opacity

.myOpacity80 { color: #80953A; opacity: 0.8; }

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

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

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

This text has shadow with #80953A color.

.textShadow {text-shadow: 3px 3px 1px #80953A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80953A on black background.


Color preview on white background

This text has color #80953A on white background.



Black color preview on #80953A background

This text has black color on #80953A background.


White color preview on #80953A background

This text has white color on #80953A background.