COLOR #94B439

HEX: #94B439
RGB: (148,180,57)

Color info

#94B439 contains mainly red and green colors. Web safe color of #94B439 is #99CC33 (or #9C3).

RGB color model

#94B439 color RGB value is (148,180,57).

  • red value is 148;
  • green value is 180;
  • blue value is 57.
RGB:
(148,180,57)
(58%,71%,22%)

RGB channels and saturation

R 148 of 255 = 58%
G 180 of 255 = 71%
B 57 of 255 = 22%

148
180
57

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

Portions of RGB colors in percentages

R + G + B =
148 + 180 + 57 = 385 (100%)
R 148 of 385 ~ 38.44%
G 180 of 385 ~ 46.75%
B 57 of 385 ~ 14.81%

%38.44
%46.75
%14.81

CMYK color model

#94B439 color CMYK value is (18,0,68,29).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 68.33%
  • key color value is 29.41%
CMYK:
(18,0,68,29)
C18M0Y68K29 
(18%,0%,68%,29%)
(0.18/0.00/0.68/0.29)	

CMYK percentages

%17.78
%0
%68.33
%29.41

Codes

Color #94B439 in popluar color models

94B439
RGB14818057
HSL76°51.90%46.47%
HSB/HSV76°68.33%70.59%
CMYK17.78%0.00%68.33%
29.41%

Color #94B439 in popluar number systems.

HEX94B439
Decimal14818057
Binary1001010010110100111001
Octal22426471

Shades and tints

Shades of #94B439

#94B439
(148,180,57)
#87A434
(135,164,52)
#7A942F
(122,148,47)
#6D842A
(109,132,42)
#607425
(96,116,37)
#536420
(83,100,32)
#46541B
(70,84,27)
#394416
(57,68,22)
#2C3411
(44,52,17)
#1F240C
(31,36,12)
#121407
(18,20,7)
#000000
(0,0,0)

Tints of #94B439

#94B439
(148,180,57)
#9DBA4B
(157,186,75)
#A6C05D
(166,192,93)
#AFC66F
(175,198,111)
#B8CC81
(184,204,129)
#C1D293
(193,210,147)
#CAD8A5
(202,216,165)
#D3DEB7
(211,222,183)
#DCE4C9
(220,228,201)
#E5EADB
(229,234,219)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B439 color. Also use rgb(148,180,57) instead hex code.

Text Font Color

.myTextColor { color: #94B439; }

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

This text font color is #94B439.


Background Color

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

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

This div background color is #94B439.


Border color

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

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

This div border color is #94B439.


Opacity

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

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

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

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

This text has shadow with #94B439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B439 on black background.


Color preview on white background

This text has color #94B439 on white background.



Black color preview on #94B439 background

This text has black color on #94B439 background.


White color preview on #94B439 background

This text has white color on #94B439 background.