COLOR #94B470

HEX: #94B470
RGB: (148,180,112)

Color info

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

RGB color model

#94B470 color RGB value is (148,180,112).

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

RGB channels and saturation

R 148 of 255 = 58%
G 180 of 255 = 71%
B 112 of 255 = 44%

148
180
112

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

Portions of RGB colors in percentages

R + G + B =
148 + 180 + 112 = 440 (100%)
R 148 of 440 ~ 33.64%
G 180 of 440 ~ 40.91%
B 112 of 440 ~ 25.45%

%33.64
%40.91
%25.45

CMYK color model

#94B470 color CMYK value is (18,0,38,29).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 29.41%
CMYK:
(18,0,38,29)
C18M0Y38K29 
(18%,0%,38%,29%)
(0.18/0.00/0.38/0.29)	

CMYK percentages

%17.78
%0
%37.78
%29.41

Codes

Color #94B470 in popluar color models

94B470
RGB148180112
HSL88°31.19%57.25%
HSB/HSV88°37.78%70.59%
CMYK17.78%0.00%37.78%
29.41%

Color #94B470 in popluar number systems.

HEX94B470
Decimal148180112
Binary10010100101101001110000
Octal224264160

Shades and tints

Shades of #94B470

#94B470
(148,180,112)
#87A466
(135,164,102)
#7A945C
(122,148,92)
#6D8452
(109,132,82)
#607448
(96,116,72)
#53643E
(83,100,62)
#465434
(70,84,52)
#39442A
(57,68,42)
#2C3420
(44,52,32)
#1F2416
(31,36,22)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #94B470

#94B470
(148,180,112)
#9DBA7D
(157,186,125)
#A6C08A
(166,192,138)
#AFC697
(175,198,151)
#B8CCA4
(184,204,164)
#C1D2B1
(193,210,177)
#CAD8BE
(202,216,190)
#D3DECB
(211,222,203)
#DCE4D8
(220,228,216)
#E5EAE5
(229,234,229)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B470; }

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

This text font color is #94B470.


Background Color

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

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

This div background color is #94B470.


Border color

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

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

This div border color is #94B470.


Opacity

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

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

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

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

This text has shadow with #94B470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B470 on black background.


Color preview on white background

This text has color #94B470 on white background.



Black color preview on #94B470 background

This text has black color on #94B470 background.


White color preview on #94B470 background

This text has white color on #94B470 background.