COLOR #94A177

HEX: #94A177
RGB: (148,161,119)

Color info

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

RGB color model

#94A177 color RGB value is (148,161,119).

  • red value is 148;
  • green value is 161;
  • blue value is 119.
RGB:
(148,161,119)
(58%,63%,47%)

RGB channels and saturation

R 148 of 255 = 58%
G 161 of 255 = 63%
B 119 of 255 = 47%

148
161
119

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

Portions of RGB colors in percentages

R + G + B =
148 + 161 + 119 = 428 (100%)
R 148 of 428 ~ 34.58%
G 161 of 428 ~ 37.62%
B 119 of 428 ~ 27.8%

%34.58
%37.62
%27.8

CMYK color model

#94A177 color CMYK value is (8,0,26,37).

  • cyan value is 8.07%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 36.86%
CMYK:
(8,0,26,37)
C8M0Y26K37 
(8%,0%,26%,37%)
(0.08/0.00/0.26/0.37)	

CMYK percentages

%8.07
%0
%26.09
%36.86

Codes

Color #94A177 in popluar color models

94A177
RGB148161119
HSL79°18.26%54.90%
HSB/HSV79°26.09%63.14%
CMYK8.07%0.00%26.09%
36.86%

Color #94A177 in popluar number systems.

HEX94A177
Decimal148161119
Binary10010100101000011110111
Octal224241167

Shades and tints

Shades of #94A177

#94A177
(148,161,119)
#87936D
(135,147,109)
#7A8563
(122,133,99)
#6D7759
(109,119,89)
#60694F
(96,105,79)
#535B45
(83,91,69)
#464D3B
(70,77,59)
#393F31
(57,63,49)
#2C3127
(44,49,39)
#1F231D
(31,35,29)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #94A177

#94A177
(148,161,119)
#9DA983
(157,169,131)
#A6B18F
(166,177,143)
#AFB99B
(175,185,155)
#B8C1A7
(184,193,167)
#C1C9B3
(193,201,179)
#CAD1BF
(202,209,191)
#D3D9CB
(211,217,203)
#DCE1D7
(220,225,215)
#E5E9E3
(229,233,227)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A177 color. Also use rgb(148,161,119) instead hex code.

Text Font Color

.myTextColor { color: #94A177; }

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

This text font color is #94A177.


Background Color

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

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

This div background color is #94A177.


Border color

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

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

This div border color is #94A177.


Opacity

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

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

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

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

This text has shadow with #94A177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A177 on black background.


Color preview on white background

This text has color #94A177 on white background.



Black color preview on #94A177 background

This text has black color on #94A177 background.


White color preview on #94A177 background

This text has white color on #94A177 background.