COLOR #94AC48

HEX: #94AC48
RGB: (148,172,72)

Color info

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

RGB color model

#94AC48 color RGB value is (148,172,72).

  • red value is 148;
  • green value is 172;
  • blue value is 72.
RGB:
(148,172,72)
(58%,67%,28%)

RGB channels and saturation

R 148 of 255 = 58%
G 172 of 255 = 67%
B 72 of 255 = 28%

148
172
72

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

Portions of RGB colors in percentages

R + G + B =
148 + 172 + 72 = 392 (100%)
R 148 of 392 ~ 37.76%
G 172 of 392 ~ 43.88%
B 72 of 392 ~ 18.37%

%37.76
%43.88
%18.37

CMYK color model

#94AC48 color CMYK value is (14,0,58,33).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 58.14%
  • key color value is 32.55%
CMYK:
(14,0,58,33)
C14M0Y58K33 
(14%,0%,58%,33%)
(0.14/0.00/0.58/0.33)	

CMYK percentages

%13.95
%0
%58.14
%32.55

Codes

Color #94AC48 in popluar color models

94AC48
RGB14817272
HSL74°40.98%47.84%
HSB/HSV74°58.14%67.45%
CMYK13.95%0.00%58.14%
32.55%

Color #94AC48 in popluar number systems.

HEX94AC48
Decimal14817272
Binary10010100101011001001000
Octal224254110

Shades and tints

Shades of #94AC48

#94AC48
(148,172,72)
#879D42
(135,157,66)
#7A8E3C
(122,142,60)
#6D7F36
(109,127,54)
#607030
(96,112,48)
#53612A
(83,97,42)
#465224
(70,82,36)
#39431E
(57,67,30)
#2C3418
(44,52,24)
#1F2512
(31,37,18)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #94AC48

#94AC48
(148,172,72)
#9DB358
(157,179,88)
#A6BA68
(166,186,104)
#AFC178
(175,193,120)
#B8C888
(184,200,136)
#C1CF98
(193,207,152)
#CAD6A8
(202,214,168)
#D3DDB8
(211,221,184)
#DCE4C8
(220,228,200)
#E5EBD8
(229,235,216)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94AC48 color. Also use rgb(148,172,72) instead hex code.

Text Font Color

.myTextColor { color: #94AC48; }

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

This text font color is #94AC48.


Background Color

.myBgColor { background-color: #94AC48; }

<div style="background-color:#94AC48">Inner text</div>

This div background color is #94AC48.


Border color

.myBorderColor { border: 1px solid #94AC48; }

<div style="border:3px solid #94AC48">Div</div>

This div border color is #94AC48.


Opacity

.myOpacity80 { color: #94AC48; opacity: 0.8; }

<p style="color:#94AC48;opacity:0.8;">80%</p>

Text with #94AC48 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 #94AC48;}

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

This text has shadow with #94AC48 color.

.textShadow {text-shadow: 3px 3px 1px #94AC48, 3px 3px 1px red;}

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

This text has shadow with #94AC48 primary color and red secondary color.


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

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

This text has shadow with #94AC48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AC48 on black background.


Color preview on white background

This text has color #94AC48 on white background.



Black color preview on #94AC48 background

This text has black color on #94AC48 background.


White color preview on #94AC48 background

This text has white color on #94AC48 background.