COLOR #94998F

HEX: #94998F
RGB: (148,153,143)

Color info

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

RGB color model

#94998F color RGB value is (148,153,143).

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

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 143 of 255 = 56%

148
153
143

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

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 143 = 444 (100%)
R 148 of 444 ~ 33.33%
G 153 of 444 ~ 34.46%
B 143 of 444 ~ 32.21%

%33.33
%34.46
%32.21

CMYK color model

#94998F color CMYK value is (3,0,7,40).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 40.00%
CMYK:
(3,0,7,40)
C3M0Y7K40 
(3%,0%,7%,40%)
(0.03/0.00/0.07/0.40)	

CMYK percentages

%3.27
%0
%6.54
%40

Codes

Color #94998F in popluar color models

94998F
RGB148153143
HSL90°4.67%58.04%
HSB/HSV90°6.54%60.00%
CMYK3.27%0.00%6.54%
40.00%

Color #94998F in popluar number systems.

HEX94998F
Decimal148153143
Binary100101001001100110001111
Octal224231217

Shades and tints

Shades of #94998F

#94998F
(148,153,143)
#878C82
(135,140,130)
#7A7F75
(122,127,117)
#6D7268
(109,114,104)
#60655B
(96,101,91)
#53584E
(83,88,78)
#464B41
(70,75,65)
#393E34
(57,62,52)
#2C3127
(44,49,39)
#1F241A
(31,36,26)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #94998F

#94998F
(148,153,143)
#9DA299
(157,162,153)
#A6ABA3
(166,171,163)
#AFB4AD
(175,180,173)
#B8BDB7
(184,189,183)
#C1C6C1
(193,198,193)
#CACFCB
(202,207,203)
#D3D8D5
(211,216,213)
#DCE1DF
(220,225,223)
#E5EAE9
(229,234,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94998F; }

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

This text font color is #94998F.


Background Color

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

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

This div background color is #94998F.


Border color

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

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

This div border color is #94998F.


Opacity

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

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

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

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

This text has shadow with #94998F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94998F on black background.


Color preview on white background

This text has color #94998F on white background.



Black color preview on #94998F background

This text has black color on #94998F background.


White color preview on #94998F background

This text has white color on #94998F background.