COLOR #94998B

HEX: #94998B
RGB: (148,153,139)

Color info

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

RGB color model

#94998B color RGB value is (148,153,139).

  • red value is 148;
  • green value is 153;
  • blue value is 139.
RGB:
(148,153,139)
(58%,60%,55%)

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 139 of 255 = 55%

148
153
139

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

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 139 = 440 (100%)
R 148 of 440 ~ 33.64%
G 153 of 440 ~ 34.77%
B 139 of 440 ~ 31.59%

%33.64
%34.77
%31.59

CMYK color model

#94998B color CMYK value is (3,0,9,40).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(3,0,9,40)
C3M0Y9K40 
(3%,0%,9%,40%)
(0.03/0.00/0.09/0.40)	

CMYK percentages

%3.27
%0
%9.15
%40

Codes

Color #94998B in popluar color models

94998B
RGB148153139
HSL81°6.42%57.25%
HSB/HSV81°9.15%60.00%
CMYK3.27%0.00%9.15%
40.00%

Color #94998B in popluar number systems.

HEX94998B
Decimal148153139
Binary100101001001100110001011
Octal224231213

Shades and tints

Shades of #94998B

#94998B
(148,153,139)
#878C7F
(135,140,127)
#7A7F73
(122,127,115)
#6D7267
(109,114,103)
#60655B
(96,101,91)
#53584F
(83,88,79)
#464B43
(70,75,67)
#393E37
(57,62,55)
#2C312B
(44,49,43)
#1F241F
(31,36,31)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #94998B

#94998B
(148,153,139)
#9DA295
(157,162,149)
#A6AB9F
(166,171,159)
#AFB4A9
(175,180,169)
#B8BDB3
(184,189,179)
#C1C6BD
(193,198,189)
#CACFC7
(202,207,199)
#D3D8D1
(211,216,209)
#DCE1DB
(220,225,219)
#E5EAE5
(229,234,229)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94998B color. Also use rgb(148,153,139) instead hex code.

Text Font Color

.myTextColor { color: #94998B; }

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

This text font color is #94998B.


Background Color

.myBgColor { background-color: #94998B; }

<div style="background-color:#94998B">Inner text</div>

This div background color is #94998B.


Border color

.myBorderColor { border: 1px solid #94998B; }

<div style="border:3px solid #94998B">Div</div>

This div border color is #94998B.


Opacity

.myOpacity80 { color: #94998B; opacity: 0.8; }

<p style="color:#94998B;opacity:0.8;">80%</p>

Text with #94998B 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 #94998B;}

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

This text has shadow with #94998B color.

.textShadow {text-shadow: 3px 3px 1px #94998B, 3px 3px 1px red;}

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

This text has shadow with #94998B primary color and red secondary color.


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

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

This text has shadow with #94998B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94998B on black background.


Color preview on white background

This text has color #94998B on white background.



Black color preview on #94998B background

This text has black color on #94998B background.


White color preview on #94998B background

This text has white color on #94998B background.