COLOR #94B408

HEX: #94B408
RGB: (148,180,8)

Color info

#94B408 contains mainly red and green colors. Web safe color of #94B408 is #99CC00 (or #9C0).

RGB color model

#94B408 color RGB value is (148,180,8).

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

RGB channels and saturation

R 148 of 255 = 58%
G 180 of 255 = 71%
B 8 of 255 = 3%

148
180
8

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

Portions of RGB colors in percentages

R + G + B =
148 + 180 + 8 = 336 (100%)
R 148 of 336 ~ 44.05%
G 180 of 336 ~ 53.57%
B 8 of 336 ~ 2.38%

%44.05
%53.57

CMYK color model

#94B408 color CMYK value is (18,0,96,29).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 95.56%
  • key color value is 29.41%
CMYK:
(18,0,96,29)
C18M0Y96K29 
(18%,0%,96%,29%)
(0.18/0.00/0.96/0.29)	

CMYK percentages

%17.78
%0
%95.56
%29.41

Codes

Color #94B408 in popluar color models

94B408
RGB1481808
HSL71°91.49%36.86%
HSB/HSV71°95.56%70.59%
CMYK17.78%0.00%95.56%
29.41%

Color #94B408 in popluar number systems.

HEX94B408
Decimal1481808
Binary10010100101101001000
Octal22426410

Shades and tints

Shades of #94B408

#94B408
(148,180,8)
#87A408
(135,164,8)
#7A9408
(122,148,8)
#6D8408
(109,132,8)
#607408
(96,116,8)
#536408
(83,100,8)
#465408
(70,84,8)
#394408
(57,68,8)
#2C3408
(44,52,8)
#1F2408
(31,36,8)
#121408
(18,20,8)
#000000
(0,0,0)

Tints of #94B408

#94B408
(148,180,8)
#9DBA1E
(157,186,30)
#A6C034
(166,192,52)
#AFC64A
(175,198,74)
#B8CC60
(184,204,96)
#C1D276
(193,210,118)
#CAD88C
(202,216,140)
#D3DEA2
(211,222,162)
#DCE4B8
(220,228,184)
#E5EACE
(229,234,206)
#EEF0E4
(238,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B408; }

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

This text font color is #94B408.


Background Color

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

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

This div background color is #94B408.


Border color

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

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

This div border color is #94B408.


Opacity

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

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

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

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

This text has shadow with #94B408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B408 on black background.


Color preview on white background

This text has color #94B408 on white background.



Black color preview on #94B408 background

This text has black color on #94B408 background.


White color preview on #94B408 background

This text has white color on #94B408 background.