COLOR #93AA80

HEX: #93AA80
RGB: (147,170,128)

Color info

#93AA80 contains red, green and blue colors in about the same proportion. Web safe color of #93AA80 is #999966 (or #996).

RGB color model

#93AA80 color RGB value is (147,170,128).

  • red value is 147;
  • green value is 170;
  • blue value is 128.
RGB:
(147,170,128)
(58%,67%,50%)

RGB channels and saturation

R 147 of 255 = 58%
G 170 of 255 = 67%
B 128 of 255 = 50%

147
170
128

R + G + B ~ 58%. #93AA80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 170 + 128 = 445 (100%)
R 147 of 445 ~ 33.03%
G 170 of 445 ~ 38.2%
B 128 of 445 ~ 28.76%

%33.03
%38.2
%28.76

CMYK color model

#93AA80 color CMYK value is (14,0,25,33).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 33.33%
CMYK:
(14,0,25,33)
C14M0Y25K33 
(14%,0%,25%,33%)
(0.14/0.00/0.25/0.33)	

CMYK percentages

%13.53
%0
%24.71
%33.33

Codes

Color #93AA80 in popluar color models

93AA80
RGB147170128
HSL93°19.81%58.43%
HSB/HSV93°24.71%66.67%
CMYK13.53%0.00%24.71%
33.33%

Color #93AA80 in popluar number systems.

HEX93AA80
Decimal147170128
Binary100100111010101010000000
Octal223252200

Shades and tints

Shades of #93AA80

#93AA80
(147,170,128)
#869B75
(134,155,117)
#798C6A
(121,140,106)
#6C7D5F
(108,125,95)
#5F6E54
(95,110,84)
#525F49
(82,95,73)
#45503E
(69,80,62)
#384133
(56,65,51)
#2B3228
(43,50,40)
#1E231D
(30,35,29)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #93AA80

#93AA80
(147,170,128)
#9CB18B
(156,177,139)
#A5B896
(165,184,150)
#AEBFA1
(174,191,161)
#B7C6AC
(183,198,172)
#C0CDB7
(192,205,183)
#C9D4C2
(201,212,194)
#D2DBCD
(210,219,205)
#DBE2D8
(219,226,216)
#E4E9E3
(228,233,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AA80 color. Also use rgb(147,170,128) instead hex code.

Text Font Color

.myTextColor { color: #93AA80; }

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

This text font color is #93AA80.


Background Color

.myBgColor { background-color: #93AA80; }

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

This div background color is #93AA80.


Border color

.myBorderColor { border: 1px solid #93AA80; }

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

This div border color is #93AA80.


Opacity

.myOpacity80 { color: #93AA80; opacity: 0.8; }

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

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

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

This text has shadow with #93AA80 color.

.textShadow {text-shadow: 3px 3px 1px #93AA80, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AA80 on black background.


Color preview on white background

This text has color #93AA80 on white background.



Black color preview on #93AA80 background

This text has black color on #93AA80 background.


White color preview on #93AA80 background

This text has white color on #93AA80 background.