COLOR #94988A

HEX: #94988A RGB: (148,152,138)

Color info

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

RGB color model

#94988A color RGB value is (148,152,138).

RGB: (148,152,138) (58%, 60%, 54%)

RGB channels and saturation

R 148 of 255 = 58%
G 152 of 255 = 60%
B 138 of 255 = 54%

148
152
138

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

Portions of RGB colors in percentages

R + G + B = 148 + 152 + 138 = 438 (100%)
R 148 of 438 ~ 33.79%
G 152 of 438 ~ 34.7%
B 138 of 438 ~ 31.51'%

%33.79
%34.7
%31.51

CMYK color model

#94988A color CMYK value is (3,0,9,40).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%

CMYK: (3,0,9,40)
C3M0Y9K40 (3%, 0%, 9%, 40%)
(0.03 / 0.00 / 0.09 / 0.40)

CMYK percentages

%2.63
%0
%9.21
%40.39

Codes

Color #94988A in popluar color models

94 98 8A
RGB 148 152 138
HSL 77° 6.36% 56.86%
HSB/HSV 77° 9.21% 59.61%
CMYK 2.63% 0.00% 9.21%
40.39%

Color #94988A in popluar number systems.

HEX 94 98 8A
Decimal 148 152 138
Binary 10010100 10011000 10001010
Octal 224 230 212

Shades and tints

Shades of #94988A

#94988A
(148,152,138)
#878B7E
(135,139,126)
#7A7E72
(122,126,114)
#6D7166
(109,113,102)
#60645A
(96,100,90)
#53574E
(83,87,78)
#464A42
(70,74,66)
#393D36
(57,61,54)
#2C302A
(44,48,42)
#1F231E
(31,35,30)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #94988A

#94988A
(148,152,138)
#9DA194
(157,161,148)
#A6AA9E
(166,170,158)
#AFB3A8
(175,179,168)
#B8BCB2
(184,188,178)
#C1C5BC
(193,197,188)
#CACEC6
(202,206,198)
#D3D7D0
(211,215,208)
#DCE0DA
(220,224,218)
#E5E9E4
(229,233,228)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94988A color. Also use rgb(148,152,138) instead hex code.

Text Font Color

.myTextColor { color: #94988A; }

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

This text font color is #94988A.

Background Color

.myBgColor { background-color: #94988A; }

<div style="background-color:#94988A">Inner text</div>

This div background color is #94988A.

Border color

.myBorderColor { border: 1px solid #94988A; }

<div style="border:3px solid #94988A">Div</div>

This div border color is #94988A.

Opacity

.myOpacity80 { color: #94988A; opacity: 0.8; }

<p style="color:#94988A;opacity:0.8;">80%</p>

Text with #94988A 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 #94988A;}

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

This text has shadow with #94988A color.


.textShadow {text-shadow: 3px 3px 1px #94988A', 3px 3px 1px red;}

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

This text has shadow with #94988A primary color and red secondary color.


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

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

This text has shadow with #94988A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #94988A; -webkit-box-shadow: 1px 1px 3px 2px #94988A; box-shadow:1px 1px 3px 2px #94988A;">
Div content here
</div>

This div box has shadow with color #94988A.

Preview

Color preview on black background

This text has color #94988A on black background.


Color preview on white background

This text has color #94988A on white background.


Black color preview on #94988A background

This text has black color on #94988A background.


White color preview on #94988A background

This text has white color on #94988A background.


Related colors

Complementary color

Complementary color for #hex is #6B6775.


I love getcolorcode.com

Triadic colors

1 #8A9498 and #988A94 with #94988A are triadic colors.

2 #8A9894 and #98948A with #94988A are triadic colors.