COLOR #94B468

HEX: #94B468
RGB: (148,180,104)

Color info

#94B468 contains mainly red and green colors. Web safe color of #94B468 is #99CC66 (or #9C6).

RGB color model

#94B468 color RGB value is (148,180,104).

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

RGB channels and saturation

R 148 of 255 = 58%
G 180 of 255 = 71%
B 104 of 255 = 41%

148
180
104

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

Portions of RGB colors in percentages

R + G + B =
148 + 180 + 104 = 432 (100%)
R 148 of 432 ~ 34.26%
G 180 of 432 ~ 41.67%
B 104 of 432 ~ 24.07%

%34.26
%41.67
%24.07

CMYK color model

#94B468 color CMYK value is (18,0,42,29).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 42.22%
  • key color value is 29.41%
CMYK:
(18,0,42,29)
C18M0Y42K29 
(18%,0%,42%,29%)
(0.18/0.00/0.42/0.29)	

CMYK percentages

%17.78
%0
%42.22
%29.41

Codes

Color #94B468 in popluar color models

94B468
RGB148180104
HSL85°33.63%55.69%
HSB/HSV85°42.22%70.59%
CMYK17.78%0.00%42.22%
29.41%

Color #94B468 in popluar number systems.

HEX94B468
Decimal148180104
Binary10010100101101001101000
Octal224264150

Shades and tints

Shades of #94B468

#94B468
(148,180,104)
#87A45F
(135,164,95)
#7A9456
(122,148,86)
#6D844D
(109,132,77)
#607444
(96,116,68)
#53643B
(83,100,59)
#465432
(70,84,50)
#394429
(57,68,41)
#2C3420
(44,52,32)
#1F2417
(31,36,23)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #94B468

#94B468
(148,180,104)
#9DBA75
(157,186,117)
#A6C082
(166,192,130)
#AFC68F
(175,198,143)
#B8CC9C
(184,204,156)
#C1D2A9
(193,210,169)
#CAD8B6
(202,216,182)
#D3DEC3
(211,222,195)
#DCE4D0
(220,228,208)
#E5EADD
(229,234,221)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B468; }

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

This text font color is #94B468.


Background Color

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

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

This div background color is #94B468.


Border color

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

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

This div border color is #94B468.


Opacity

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

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

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

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

This text has shadow with #94B468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B468 on black background.


Color preview on white background

This text has color #94B468 on white background.



Black color preview on #94B468 background

This text has black color on #94B468 background.


White color preview on #94B468 background

This text has white color on #94B468 background.