COLOR #94A989

HEX: #94A989
RGB: (148,169,137)

Color info

#94A989 contains red, green and blue colors in about the same proportion. Web safe color of #94A989 is #999999 (or #999).

RGB color model

#94A989 color RGB value is (148,169,137).

  • red value is 148;
  • green value is 169;
  • blue value is 137.
RGB:
(148,169,137)
(58%,66%,54%)

RGB channels and saturation

R 148 of 255 = 58%
G 169 of 255 = 66%
B 137 of 255 = 54%

148
169
137

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

Portions of RGB colors in percentages

R + G + B =
148 + 169 + 137 = 454 (100%)
R 148 of 454 ~ 32.6%
G 169 of 454 ~ 37.22%
B 137 of 454 ~ 30.18%

%32.6
%37.22
%30.18

CMYK color model

#94A989 color CMYK value is (12,0,19,34).

  • cyan value is 12.43%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(12,0,19,34)
C12M0Y19K34 
(12%,0%,19%,34%)
(0.12/0.00/0.19/0.34)	

CMYK percentages

%12.43
%0
%18.93
%33.73

Codes

Color #94A989 in popluar color models

94A989
RGB148169137
HSL99°15.69%60.00%
HSB/HSV99°18.93%66.27%
CMYK12.43%0.00%18.93%
33.73%

Color #94A989 in popluar number systems.

HEX94A989
Decimal148169137
Binary100101001010100110001001
Octal224251211

Shades and tints

Shades of #94A989

#94A989
(148,169,137)
#879A7D
(135,154,125)
#7A8B71
(122,139,113)
#6D7C65
(109,124,101)
#606D59
(96,109,89)
#535E4D
(83,94,77)
#464F41
(70,79,65)
#394035
(57,64,53)
#2C3129
(44,49,41)
#1F221D
(31,34,29)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #94A989

#94A989
(148,169,137)
#9DB093
(157,176,147)
#A6B79D
(166,183,157)
#AFBEA7
(175,190,167)
#B8C5B1
(184,197,177)
#C1CCBB
(193,204,187)
#CAD3C5
(202,211,197)
#D3DACF
(211,218,207)
#DCE1D9
(220,225,217)
#E5E8E3
(229,232,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A989 color. Also use rgb(148,169,137) instead hex code.

Text Font Color

.myTextColor { color: #94A989; }

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

This text font color is #94A989.


Background Color

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

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

This div background color is #94A989.


Border color

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

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

This div border color is #94A989.


Opacity

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

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

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

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

This text has shadow with #94A989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A989 on black background.


Color preview on white background

This text has color #94A989 on white background.



Black color preview on #94A989 background

This text has black color on #94A989 background.


White color preview on #94A989 background

This text has white color on #94A989 background.