COLOR #94A63A

HEX: #94A63A
RGB: (148,166,58)

Color info

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

RGB color model

#94A63A color RGB value is (148,166,58).

  • red value is 148;
  • green value is 166;
  • blue value is 58.
RGB:
(148,166,58)
(58%,65%,23%)

RGB channels and saturation

R 148 of 255 = 58%
G 166 of 255 = 65%
B 58 of 255 = 23%

148
166
58

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

Portions of RGB colors in percentages

R + G + B =
148 + 166 + 58 = 372 (100%)
R 148 of 372 ~ 39.78%
G 166 of 372 ~ 44.62%
B 58 of 372 ~ 15.59%

%39.78
%44.62
%15.59

CMYK color model

#94A63A color CMYK value is (11,0,65,35).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 65.06%
  • key color value is 34.90%
CMYK:
(11,0,65,35)
C11M0Y65K35 
(11%,0%,65%,35%)
(0.11/0.00/0.65/0.35)	

CMYK percentages

%10.84
%0
%65.06
%34.9

Codes

Color #94A63A in popluar color models

94A63A
RGB14816658
HSL70°48.21%43.92%
HSB/HSV70°65.06%65.10%
CMYK10.84%0.00%65.06%
34.90%

Color #94A63A in popluar number systems.

HEX94A63A
Decimal14816658
Binary1001010010100110111010
Octal22424672

Shades and tints

Shades of #94A63A

#94A63A
(148,166,58)
#879735
(135,151,53)
#7A8830
(122,136,48)
#6D792B
(109,121,43)
#606A26
(96,106,38)
#535B21
(83,91,33)
#464C1C
(70,76,28)
#393D17
(57,61,23)
#2C2E12
(44,46,18)
#1F1F0D
(31,31,13)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #94A63A

#94A63A
(148,166,58)
#9DAE4B
(157,174,75)
#A6B65C
(166,182,92)
#AFBE6D
(175,190,109)
#B8C67E
(184,198,126)
#C1CE8F
(193,206,143)
#CAD6A0
(202,214,160)
#D3DEB1
(211,222,177)
#DCE6C2
(220,230,194)
#E5EED3
(229,238,211)
#EEF6E4
(238,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A63A color. Also use rgb(148,166,58) instead hex code.

Text Font Color

.myTextColor { color: #94A63A; }

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

This text font color is #94A63A.


Background Color

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

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

This div background color is #94A63A.


Border color

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

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

This div border color is #94A63A.


Opacity

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

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

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

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

This text has shadow with #94A63A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A63A on black background.


Color preview on white background

This text has color #94A63A on white background.



Black color preview on #94A63A background

This text has black color on #94A63A background.


White color preview on #94A63A background

This text has white color on #94A63A background.