COLOR #93A53F

HEX: #93A53F
RGB: (147,165,63)

Color info

#93A53F contains mainly red and green colors. Web safe color of #93A53F is #999933 (or #993).

RGB color model

#93A53F color RGB value is (147,165,63).

  • red value is 147;
  • green value is 165;
  • blue value is 63.
RGB:
(147,165,63)
(58%,65%,25%)

RGB channels and saturation

R 147 of 255 = 58%
G 165 of 255 = 65%
B 63 of 255 = 25%

147
165
63

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

Portions of RGB colors in percentages

R + G + B =
147 + 165 + 63 = 375 (100%)
R 147 of 375 ~ 39.2%
G 165 of 375 ~ 44%
B 63 of 375 ~ 16.8%

%39.2
%44
%16.8

CMYK color model

#93A53F color CMYK value is (11,0,62,35).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 61.82%
  • key color value is 35.29%
CMYK:
(11,0,62,35)
C11M0Y62K35 
(11%,0%,62%,35%)
(0.11/0.00/0.62/0.35)	

CMYK percentages

%10.91
%0
%61.82
%35.29

Codes

Color #93A53F in popluar color models

93A53F
RGB14716563
HSL71°44.74%44.71%
HSB/HSV71°61.82%64.71%
CMYK10.91%0.00%61.82%
35.29%

Color #93A53F in popluar number systems.

HEX93A53F
Decimal14716563
Binary1001001110100101111111
Octal22324577

Shades and tints

Shades of #93A53F

#93A53F
(147,165,63)
#86963A
(134,150,58)
#798735
(121,135,53)
#6C7830
(108,120,48)
#5F692B
(95,105,43)
#525A26
(82,90,38)
#454B21
(69,75,33)
#383C1C
(56,60,28)
#2B2D17
(43,45,23)
#1E1E12
(30,30,18)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #93A53F

#93A53F
(147,165,63)
#9CAD50
(156,173,80)
#A5B561
(165,181,97)
#AEBD72
(174,189,114)
#B7C583
(183,197,131)
#C0CD94
(192,205,148)
#C9D5A5
(201,213,165)
#D2DDB6
(210,221,182)
#DBE5C7
(219,229,199)
#E4EDD8
(228,237,216)
#EDF5E9
(237,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93A53F color. Also use rgb(147,165,63) instead hex code.

Text Font Color

.myTextColor { color: #93A53F; }

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

This text font color is #93A53F.


Background Color

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

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

This div background color is #93A53F.


Border color

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

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

This div border color is #93A53F.


Opacity

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

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

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

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

This text has shadow with #93A53F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A53F on black background.


Color preview on white background

This text has color #93A53F on white background.



Black color preview on #93A53F background

This text has black color on #93A53F background.


White color preview on #93A53F background

This text has white color on #93A53F background.