COLOR #93AC64

HEX: #93AC64
RGB: (147,172,100)

Color info

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

RGB color model

#93AC64 color RGB value is (147,172,100).

  • red value is 147;
  • green value is 172;
  • blue value is 100.
RGB:
(147,172,100)
(58%,67%,39%)

RGB channels and saturation

R 147 of 255 = 58%
G 172 of 255 = 67%
B 100 of 255 = 39%

147
172
100

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

Portions of RGB colors in percentages

R + G + B =
147 + 172 + 100 = 419 (100%)
R 147 of 419 ~ 35.08%
G 172 of 419 ~ 41.05%
B 100 of 419 ~ 23.87%

%35.08
%41.05
%23.87

CMYK color model

#93AC64 color CMYK value is (15,0,42,33).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 32.55%
CMYK:
(15,0,42,33)
C15M0Y42K33 
(15%,0%,42%,33%)
(0.15/0.00/0.42/0.33)	

CMYK percentages

%14.53
%0
%41.86
%32.55

Codes

Color #93AC64 in popluar color models

93AC64
RGB147172100
HSL81°30.25%53.33%
HSB/HSV81°41.86%67.45%
CMYK14.53%0.00%41.86%
32.55%

Color #93AC64 in popluar number systems.

HEX93AC64
Decimal147172100
Binary10010011101011001100100
Octal223254144

Shades and tints

Shades of #93AC64

#93AC64
(147,172,100)
#869D5B
(134,157,91)
#798E52
(121,142,82)
#6C7F49
(108,127,73)
#5F7040
(95,112,64)
#526137
(82,97,55)
#45522E
(69,82,46)
#384325
(56,67,37)
#2B341C
(43,52,28)
#1E2513
(30,37,19)
#11160A
(17,22,10)
#000000
(0,0,0)

Tints of #93AC64

#93AC64
(147,172,100)
#9CB372
(156,179,114)
#A5BA80
(165,186,128)
#AEC18E
(174,193,142)
#B7C89C
(183,200,156)
#C0CFAA
(192,207,170)
#C9D6B8
(201,214,184)
#D2DDC6
(210,221,198)
#DBE4D4
(219,228,212)
#E4EBE2
(228,235,226)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AC64 color. Also use rgb(147,172,100) instead hex code.

Text Font Color

.myTextColor { color: #93AC64; }

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

This text font color is #93AC64.


Background Color

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

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

This div background color is #93AC64.


Border color

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

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

This div border color is #93AC64.


Opacity

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

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

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

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

This text has shadow with #93AC64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AC64 on black background.


Color preview on white background

This text has color #93AC64 on white background.



Black color preview on #93AC64 background

This text has black color on #93AC64 background.


White color preview on #93AC64 background

This text has white color on #93AC64 background.