COLOR #93AE48

HEX: #93AE48
RGB: (147,174,72)

Color info

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

RGB color model

#93AE48 color RGB value is (147,174,72).

  • red value is 147;
  • green value is 174;
  • blue value is 72.
RGB:
(147,174,72)
(58%,68%,28%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 72 of 255 = 28%

147
174
72

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

Portions of RGB colors in percentages

R + G + B =
147 + 174 + 72 = 393 (100%)
R 147 of 393 ~ 37.4%
G 174 of 393 ~ 44.27%
B 72 of 393 ~ 18.32%

%37.4
%44.27
%18.32

CMYK color model

#93AE48 color CMYK value is (16,0,59,32).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 58.62%
  • key color value is 31.76%
CMYK:
(16,0,59,32)
C16M0Y59K32 
(16%,0%,59%,32%)
(0.16/0.00/0.59/0.32)	

CMYK percentages

%15.52
%0
%58.62
%31.76

Codes

Color #93AE48 in popluar color models

93AE48
RGB14717472
HSL76°41.46%48.24%
HSB/HSV76°58.62%68.24%
CMYK15.52%0.00%58.62%
31.76%

Color #93AE48 in popluar number systems.

HEX93AE48
Decimal14717472
Binary10010011101011101001000
Octal223256110

Shades and tints

Shades of #93AE48

#93AE48
(147,174,72)
#869F42
(134,159,66)
#79903C
(121,144,60)
#6C8136
(108,129,54)
#5F7230
(95,114,48)
#52632A
(82,99,42)
#455424
(69,84,36)
#38451E
(56,69,30)
#2B3618
(43,54,24)
#1E2712
(30,39,18)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #93AE48

#93AE48
(147,174,72)
#9CB558
(156,181,88)
#A5BC68
(165,188,104)
#AEC378
(174,195,120)
#B7CA88
(183,202,136)
#C0D198
(192,209,152)
#C9D8A8
(201,216,168)
#D2DFB8
(210,223,184)
#DBE6C8
(219,230,200)
#E4EDD8
(228,237,216)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AE48 color. Also use rgb(147,174,72) instead hex code.

Text Font Color

.myTextColor { color: #93AE48; }

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

This text font color is #93AE48.


Background Color

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

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

This div background color is #93AE48.


Border color

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

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

This div border color is #93AE48.


Opacity

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

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

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

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

This text has shadow with #93AE48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AE48 on black background.


Color preview on white background

This text has color #93AE48 on white background.



Black color preview on #93AE48 background

This text has black color on #93AE48 background.


White color preview on #93AE48 background

This text has white color on #93AE48 background.