COLOR #93AA6F

HEX: #93AA6F
RGB: (147,170,111)

Color info

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

RGB color model

#93AA6F color RGB value is (147,170,111).

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

RGB channels and saturation

R 147 of 255 = 58%
G 170 of 255 = 67%
B 111 of 255 = 44%

147
170
111

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

Portions of RGB colors in percentages

R + G + B =
147 + 170 + 111 = 428 (100%)
R 147 of 428 ~ 34.35%
G 170 of 428 ~ 39.72%
B 111 of 428 ~ 25.93%

%34.35
%39.72
%25.93

CMYK color model

#93AA6F color CMYK value is (14,0,35,33).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 34.71%
  • key color value is 33.33%
CMYK:
(14,0,35,33)
C14M0Y35K33 
(14%,0%,35%,33%)
(0.14/0.00/0.35/0.33)	

CMYK percentages

%13.53
%0
%34.71
%33.33

Codes

Color #93AA6F in popluar color models

93AA6F
RGB147170111
HSL83°25.76%55.10%
HSB/HSV83°34.71%66.67%
CMYK13.53%0.00%34.71%
33.33%

Color #93AA6F in popluar number systems.

HEX93AA6F
Decimal147170111
Binary10010011101010101101111
Octal223252157

Shades and tints

Shades of #93AA6F

#93AA6F
(147,170,111)
#869B65
(134,155,101)
#798C5B
(121,140,91)
#6C7D51
(108,125,81)
#5F6E47
(95,110,71)
#525F3D
(82,95,61)
#455033
(69,80,51)
#384129
(56,65,41)
#2B321F
(43,50,31)
#1E2315
(30,35,21)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #93AA6F

#93AA6F
(147,170,111)
#9CB17C
(156,177,124)
#A5B889
(165,184,137)
#AEBF96
(174,191,150)
#B7C6A3
(183,198,163)
#C0CDB0
(192,205,176)
#C9D4BD
(201,212,189)
#D2DBCA
(210,219,202)
#DBE2D7
(219,226,215)
#E4E9E4
(228,233,228)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AA6F; }

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

This text font color is #93AA6F.


Background Color

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

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

This div background color is #93AA6F.


Border color

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

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

This div border color is #93AA6F.


Opacity

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

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

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

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

This text has shadow with #93AA6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AA6F on black background.


Color preview on white background

This text has color #93AA6F on white background.



Black color preview on #93AA6F background

This text has black color on #93AA6F background.


White color preview on #93AA6F background

This text has white color on #93AA6F background.