COLOR #93A84F

HEX: #93A84F
RGB: (147,168,79)

Color info

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

RGB color model

#93A84F color RGB value is (147,168,79).

  • red value is 147;
  • green value is 168;
  • blue value is 79.
RGB:
(147,168,79)
(58%,66%,31%)

RGB channels and saturation

R 147 of 255 = 58%
G 168 of 255 = 66%
B 79 of 255 = 31%

147
168
79

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

Portions of RGB colors in percentages

R + G + B =
147 + 168 + 79 = 394 (100%)
R 147 of 394 ~ 37.31%
G 168 of 394 ~ 42.64%
B 79 of 394 ~ 20.05%

%37.31
%42.64
%20.05

CMYK color model

#93A84F color CMYK value is (13,0,53,34).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 52.98%
  • key color value is 34.12%
CMYK:
(13,0,53,34)
C13M0Y53K34 
(13%,0%,53%,34%)
(0.13/0.00/0.53/0.34)	

CMYK percentages

%12.5
%0
%52.98
%34.12

Codes

Color #93A84F in popluar color models

93A84F
RGB14716879
HSL74°36.03%48.43%
HSB/HSV74°52.98%65.88%
CMYK12.50%0.00%52.98%
34.12%

Color #93A84F in popluar number systems.

HEX93A84F
Decimal14716879
Binary10010011101010001001111
Octal223250117

Shades and tints

Shades of #93A84F

#93A84F
(147,168,79)
#869948
(134,153,72)
#798A41
(121,138,65)
#6C7B3A
(108,123,58)
#5F6C33
(95,108,51)
#525D2C
(82,93,44)
#454E25
(69,78,37)
#383F1E
(56,63,30)
#2B3017
(43,48,23)
#1E2110
(30,33,16)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #93A84F

#93A84F
(147,168,79)
#9CAF5F
(156,175,95)
#A5B66F
(165,182,111)
#AEBD7F
(174,189,127)
#B7C48F
(183,196,143)
#C0CB9F
(192,203,159)
#C9D2AF
(201,210,175)
#D2D9BF
(210,217,191)
#DBE0CF
(219,224,207)
#E4E7DF
(228,231,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A84F color. Also use rgb(147,168,79) instead hex code.

Text Font Color

.myTextColor { color: #93A84F; }

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

This text font color is #93A84F.


Background Color

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

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

This div background color is #93A84F.


Border color

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

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

This div border color is #93A84F.


Opacity

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

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

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

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

This text has shadow with #93A84F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A84F on black background.


Color preview on white background

This text has color #93A84F on white background.



Black color preview on #93A84F background

This text has black color on #93A84F background.


White color preview on #93A84F background

This text has white color on #93A84F background.