COLOR #948A8C

HEX: #948A8C
RGB: (148,138,140)

Color info

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

RGB color model

#948A8C color RGB value is (148,138,140).

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

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 140 of 255 = 55%

148
138
140

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

Portions of RGB colors in percentages

R + G + B =
148 + 138 + 140 = 426 (100%)
R 148 of 426 ~ 34.74%
G 138 of 426 ~ 32.39%
B 140 of 426 ~ 32.86%

%34.74
%32.39
%32.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 5.41%
  • key color value is 41.96%
CMYK:
(0,7,5,42)
C0M7Y5K42 
(0%,7%,5%,42%)
(0.00/0.07/0.05/0.42)	

CMYK percentages

%0
%6.76
%5.41
%41.96

Codes

Color #948A8C in popluar color models

948A8C
RGB148138140
HSL348°4.46%56.08%
HSB/HSV348°6.76%58.04%
CMYK0.00%6.76%5.41%
41.96%

Color #948A8C in popluar number systems.

HEX948A8C
Decimal148138140
Binary100101001000101010001100
Octal224212214

Shades and tints

Shades of #948A8C

#948A8C
(148,138,140)
#877E80
(135,126,128)
#7A7274
(122,114,116)
#6D6668
(109,102,104)
#605A5C
(96,90,92)
#534E50
(83,78,80)
#464244
(70,66,68)
#393638
(57,54,56)
#2C2A2C
(44,42,44)
#1F1E20
(31,30,32)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #948A8C

#948A8C
(148,138,140)
#9D9496
(157,148,150)
#A69EA0
(166,158,160)
#AFA8AA
(175,168,170)
#B8B2B4
(184,178,180)
#C1BCBE
(193,188,190)
#CAC6C8
(202,198,200)
#D3D0D2
(211,208,210)
#DCDADC
(220,218,220)
#E5E4E6
(229,228,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948A8C; }

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

This text font color is #948A8C.


Background Color

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

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

This div background color is #948A8C.


Border color

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

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

This div border color is #948A8C.


Opacity

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

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

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

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

This text has shadow with #948A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948A8C on black background.


Color preview on white background

This text has color #948A8C on white background.



Black color preview on #948A8C background

This text has black color on #948A8C background.


White color preview on #948A8C background

This text has white color on #948A8C background.