COLOR #93AA5C

HEX: #93AA5C RGB: (147,170,92)

Color info

#93AA5C contains mainly red and green colors. Web safe color of #93AA5C is #999966 (or #996).

RGB color model

#93AA5C color RGB value is (147,170,92).

RGB: (147,170,92) (58%, 67%, 36%)

RGB channels and saturation

R 147 of 255 = 58%
G 170 of 255 = 67%
B 92 of 255 = 36%

147
170
92

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

Portions of RGB colors in percentages

R + G + B = 147 + 170 + 92 = 409 (100%)
R 147 of 409 ~ 35.94%
G 170 of 409 ~ 41.56%
B 92 of 409 ~ 22.49'%

%35.94
%41.56
%22.49

CMYK color model

#93AA5C color CMYK value is (14,0,46,33).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 45.88%
  • key color value is 33.33%

CMYK: (14,0,46,33)
C14M0Y46K33 (14%, 0%, 46%, 33%)
(0.14 / 0.00 / 0.46 / 0.33)

CMYK percentages

%13.53
%0
%45.88
%33.33

Codes

Color #93AA5C in popluar color models

93 AA 5C
RGB 147 170 92
HSL 78° 31.45% 51.37%
HSB/HSV 78° 45.88% 66.67%
CMYK 13.53% 0.00% 45.88%
33.33%

Color #93AA5C in popluar number systems.

HEX 93 AA 5C
Decimal 147 170 92
Binary 10010011 10101010 1011100
Octal 223 252 134

Shades and tints

Shades of #93AA5C

#93AA5C
(147,170,92)
#869B54
(134,155,84)
#798C4C
(121,140,76)
#6C7D44
(108,125,68)
#5F6E3C
(95,110,60)
#525F34
(82,95,52)
#45502C
(69,80,44)
#384124
(56,65,36)
#2B321C
(43,50,28)
#1E2314
(30,35,20)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #93AA5C

#93AA5C
(147,170,92)
#9CB16A
(156,177,106)
#A5B878
(165,184,120)
#AEBF86
(174,191,134)
#B7C694
(183,198,148)
#C0CDA2
(192,205,162)
#C9D4B0
(201,212,176)
#D2DBBE
(210,219,190)
#DBE2CC
(219,226,204)
#E4E9DA
(228,233,218)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AA5C; }

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

This text font color is #93AA5C.

Background Color

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

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

This div background color is #93AA5C.

Border color

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

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

This div border color is #93AA5C.

Opacity

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

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

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

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

This text has shadow with #93AA5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AA5C.

Preview

Color preview on black background

This text has color #93AA5C on black background.


Color preview on white background

This text has color #93AA5C on white background.


Black color preview on #93AA5C background

This text has black color on #93AA5C background.


White color preview on #93AA5C background

This text has white color on #93AA5C background.


Related colors

Complementary color

Complementary color for #hex is #6C55A3.


I love getcolorcode.com

Triadic colors

1 #5C93AA and #AA5C93 with #93AA5C are triadic colors.

2 #5CAA93 and #AA935C with #93AA5C are triadic colors.