COLOR #94B178

HEX: #94B178
RGB: (148,177,120)

Color info

#94B178 contains red, green and blue colors in about the same proportion. Web safe color of #94B178 is #999966 (or #996).

RGB color model

#94B178 color RGB value is (148,177,120).

  • red value is 148;
  • green value is 177;
  • blue value is 120.
RGB:
(148,177,120)
(58%,69%,47%)

RGB channels and saturation

R 148 of 255 = 58%
G 177 of 255 = 69%
B 120 of 255 = 47%

148
177
120

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

Portions of RGB colors in percentages

R + G + B =
148 + 177 + 120 = 445 (100%)
R 148 of 445 ~ 33.26%
G 177 of 445 ~ 39.78%
B 120 of 445 ~ 26.97%

%33.26
%39.78
%26.97

CMYK color model

#94B178 color CMYK value is (16,0,32,31).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 30.59%
CMYK:
(16,0,32,31)
C16M0Y32K31 
(16%,0%,32%,31%)
(0.16/0.00/0.32/0.31)	

CMYK percentages

%16.38
%0
%32.2
%30.59

Codes

Color #94B178 in popluar color models

94B178
RGB148177120
HSL91°26.76%58.24%
HSB/HSV91°32.20%69.41%
CMYK16.38%0.00%32.20%
30.59%

Color #94B178 in popluar number systems.

HEX94B178
Decimal148177120
Binary10010100101100011111000
Octal224261170

Shades and tints

Shades of #94B178

#94B178
(148,177,120)
#87A16E
(135,161,110)
#7A9164
(122,145,100)
#6D815A
(109,129,90)
#607150
(96,113,80)
#536146
(83,97,70)
#46513C
(70,81,60)
#394132
(57,65,50)
#2C3128
(44,49,40)
#1F211E
(31,33,30)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #94B178

#94B178
(148,177,120)
#9DB884
(157,184,132)
#A6BF90
(166,191,144)
#AFC69C
(175,198,156)
#B8CDA8
(184,205,168)
#C1D4B4
(193,212,180)
#CADBC0
(202,219,192)
#D3E2CC
(211,226,204)
#DCE9D8
(220,233,216)
#E5F0E4
(229,240,228)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B178 color. Also use rgb(148,177,120) instead hex code.

Text Font Color

.myTextColor { color: #94B178; }

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

This text font color is #94B178.


Background Color

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

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

This div background color is #94B178.


Border color

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

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

This div border color is #94B178.


Opacity

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

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

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

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

This text has shadow with #94B178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B178 on black background.


Color preview on white background

This text has color #94B178 on white background.



Black color preview on #94B178 background

This text has black color on #94B178 background.


White color preview on #94B178 background

This text has white color on #94B178 background.