COLOR #948D8C

HEX: #948D8C
RGB: (148,141,140)

Color info

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

RGB color model

#948D8C color RGB value is (148,141,140).

  • red value is 148;
  • green value is 141;
  • blue value is 140.
RGB:
(148,141,140)
(58%,55%,55%)

RGB channels and saturation

R 148 of 255 = 58%
G 141 of 255 = 55%
B 140 of 255 = 55%

148
141
140

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

Portions of RGB colors in percentages

R + G + B =
148 + 141 + 140 = 429 (100%)
R 148 of 429 ~ 34.5%
G 141 of 429 ~ 32.87%
B 140 of 429 ~ 32.63%

%34.5
%32.87
%32.63

CMYK color model

#948D8C color CMYK value is (0,5,5,42).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 5.41%
  • key color value is 41.96%
CMYK:
(0,5,5,42)
C0M5Y5K42 
(0%,5%,5%,42%)
(0.00/0.05/0.05/0.42)	

CMYK percentages

%0
%4.73
%5.41
%41.96

Codes

Color #948D8C in popluar color models

948D8C
RGB148141140
HSL3.60%56.47%
HSB/HSV5.41%58.04%
CMYK0.00%4.73%5.41%
41.96%

Color #948D8C in popluar number systems.

HEX948D8C
Decimal148141140
Binary100101001000110110001100
Octal224215214

Shades and tints

Shades of #948D8C

#948D8C
(148,141,140)
#878180
(135,129,128)
#7A7574
(122,117,116)
#6D6968
(109,105,104)
#605D5C
(96,93,92)
#535150
(83,81,80)
#464544
(70,69,68)
#393938
(57,57,56)
#2C2D2C
(44,45,44)
#1F2120
(31,33,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #948D8C

#948D8C
(148,141,140)
#9D9796
(157,151,150)
#A6A1A0
(166,161,160)
#AFABAA
(175,171,170)
#B8B5B4
(184,181,180)
#C1BFBE
(193,191,190)
#CAC9C8
(202,201,200)
#D3D3D2
(211,211,210)
#DCDDDC
(220,221,220)
#E5E7E6
(229,231,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948D8C color. Also use rgb(148,141,140) instead hex code.

Text Font Color

.myTextColor { color: #948D8C; }

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

This text font color is #948D8C.


Background Color

.myBgColor { background-color: #948D8C; }

<div style="background-color:#948D8C">Inner text</div>

This div background color is #948D8C.


Border color

.myBorderColor { border: 1px solid #948D8C; }

<div style="border:3px solid #948D8C">Div</div>

This div border color is #948D8C.


Opacity

.myOpacity80 { color: #948D8C; opacity: 0.8; }

<p style="color:#948D8C;opacity:0.8;">80%</p>

Text with #948D8C 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 #948D8C;}

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

This text has shadow with #948D8C color.

.textShadow {text-shadow: 3px 3px 1px #948D8C, 3px 3px 1px red;}

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

This text has shadow with #948D8C primary color and red secondary color.


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

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

This text has shadow with #948D8C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948D8C on black background.


Color preview on white background

This text has color #948D8C on white background.



Black color preview on #948D8C background

This text has black color on #948D8C background.


White color preview on #948D8C background

This text has white color on #948D8C background.