COLOR #93AC4C

HEX: #93AC4C
RGB: (147,172,76)

Color info

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

RGB color model

#93AC4C color RGB value is (147,172,76).

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

RGB channels and saturation

R 147 of 255 = 58%
G 172 of 255 = 67%
B 76 of 255 = 30%

147
172
76

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

Portions of RGB colors in percentages

R + G + B =
147 + 172 + 76 = 395 (100%)
R 147 of 395 ~ 37.22%
G 172 of 395 ~ 43.54%
B 76 of 395 ~ 19.24%

%37.22
%43.54
%19.24

CMYK color model

#93AC4C color CMYK value is (15,0,56,33).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 55.81%
  • key color value is 32.55%
CMYK:
(15,0,56,33)
C15M0Y56K33 
(15%,0%,56%,33%)
(0.15/0.00/0.56/0.33)	

CMYK percentages

%14.53
%0
%55.81
%32.55

Codes

Color #93AC4C in popluar color models

93AC4C
RGB14717276
HSL76°38.71%48.63%
HSB/HSV76°55.81%67.45%
CMYK14.53%0.00%55.81%
32.55%

Color #93AC4C in popluar number systems.

HEX93AC4C
Decimal14717276
Binary10010011101011001001100
Octal223254114

Shades and tints

Shades of #93AC4C

#93AC4C
(147,172,76)
#869D46
(134,157,70)
#798E40
(121,142,64)
#6C7F3A
(108,127,58)
#5F7034
(95,112,52)
#52612E
(82,97,46)
#455228
(69,82,40)
#384322
(56,67,34)
#2B341C
(43,52,28)
#1E2516
(30,37,22)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #93AC4C

#93AC4C
(147,172,76)
#9CB35C
(156,179,92)
#A5BA6C
(165,186,108)
#AEC17C
(174,193,124)
#B7C88C
(183,200,140)
#C0CF9C
(192,207,156)
#C9D6AC
(201,214,172)
#D2DDBC
(210,221,188)
#DBE4CC
(219,228,204)
#E4EBDC
(228,235,220)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AC4C; }

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

This text font color is #93AC4C.


Background Color

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

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

This div background color is #93AC4C.


Border color

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

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

This div border color is #93AC4C.


Opacity

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

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

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

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

This text has shadow with #93AC4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AC4C on black background.


Color preview on white background

This text has color #93AC4C on white background.



Black color preview on #93AC4C background

This text has black color on #93AC4C background.


White color preview on #93AC4C background

This text has white color on #93AC4C background.