COLOR #94A424

HEX: #94A424
RGB: (148,164,36)

Color info

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

RGB color model

#94A424 color RGB value is (148,164,36).

  • red value is 148;
  • green value is 164;
  • blue value is 36.
RGB:
(148,164,36)
(58%,64%,14%)

RGB channels and saturation

R 148 of 255 = 58%
G 164 of 255 = 64%
B 36 of 255 = 14%

148
164
36

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

Portions of RGB colors in percentages

R + G + B =
148 + 164 + 36 = 348 (100%)
R 148 of 348 ~ 42.53%
G 164 of 348 ~ 47.13%
B 36 of 348 ~ 10.34%

%42.53
%47.13
%10.34

CMYK color model

#94A424 color CMYK value is (10,0,78,36).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 35.69%
CMYK:
(10,0,78,36)
C10M0Y78K36 
(10%,0%,78%,36%)
(0.10/0.00/0.78/0.36)	

CMYK percentages

%9.76
%0
%78.05
%35.69

Codes

Color #94A424 in popluar color models

94A424
RGB14816436
HSL68°64.00%39.22%
HSB/HSV68°78.05%64.31%
CMYK9.76%0.00%78.05%
35.69%

Color #94A424 in popluar number systems.

HEX94A424
Decimal14816436
Binary1001010010100100100100
Octal22424444

Shades and tints

Shades of #94A424

#94A424
(148,164,36)
#879621
(135,150,33)
#7A881E
(122,136,30)
#6D7A1B
(109,122,27)
#606C18
(96,108,24)
#535E15
(83,94,21)
#465012
(70,80,18)
#39420F
(57,66,15)
#2C340C
(44,52,12)
#1F2609
(31,38,9)
#121806
(18,24,6)
#000000
(0,0,0)

Tints of #94A424

#94A424
(148,164,36)
#9DAC37
(157,172,55)
#A6B44A
(166,180,74)
#AFBC5D
(175,188,93)
#B8C470
(184,196,112)
#C1CC83
(193,204,131)
#CAD496
(202,212,150)
#D3DCA9
(211,220,169)
#DCE4BC
(220,228,188)
#E5ECCF
(229,236,207)
#EEF4E2
(238,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A424 color. Also use rgb(148,164,36) instead hex code.

Text Font Color

.myTextColor { color: #94A424; }

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

This text font color is #94A424.


Background Color

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

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

This div background color is #94A424.


Border color

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

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

This div border color is #94A424.


Opacity

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

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

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

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

This text has shadow with #94A424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A424 on black background.


Color preview on white background

This text has color #94A424 on white background.



Black color preview on #94A424 background

This text has black color on #94A424 background.


White color preview on #94A424 background

This text has white color on #94A424 background.