COLOR #948F8D

HEX: #948F8D
RGB: (148,143,141)

Color info

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

RGB color model

#948F8D color RGB value is (148,143,141).

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

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 141 of 255 = 55%

148
143
141

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

Portions of RGB colors in percentages

R + G + B =
148 + 143 + 141 = 432 (100%)
R 148 of 432 ~ 34.26%
G 143 of 432 ~ 33.1%
B 141 of 432 ~ 32.64%

%34.26
%33.1
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 4.73%
  • key color value is 41.96%
CMYK:
(0,3,5,42)
C0M3Y5K42 
(0%,3%,5%,42%)
(0.00/0.03/0.05/0.42)	

CMYK percentages

%0
%3.38
%4.73
%41.96

Codes

Color #948F8D in popluar color models

948F8D
RGB148143141
HSL17°3.17%56.67%
HSB/HSV17°4.73%58.04%
CMYK0.00%3.38%4.73%
41.96%

Color #948F8D in popluar number systems.

HEX948F8D
Decimal148143141
Binary100101001000111110001101
Octal224217215

Shades and tints

Shades of #948F8D

#948F8D
(148,143,141)
#878281
(135,130,129)
#7A7575
(122,117,117)
#6D6869
(109,104,105)
#605B5D
(96,91,93)
#534E51
(83,78,81)
#464145
(70,65,69)
#393439
(57,52,57)
#2C272D
(44,39,45)
#1F1A21
(31,26,33)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #948F8D

#948F8D
(148,143,141)
#9D9997
(157,153,151)
#A6A3A1
(166,163,161)
#AFADAB
(175,173,171)
#B8B7B5
(184,183,181)
#C1C1BF
(193,193,191)
#CACBC9
(202,203,201)
#D3D5D3
(211,213,211)
#DCDFDD
(220,223,221)
#E5E9E7
(229,233,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948F8D; }

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

This text font color is #948F8D.


Background Color

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

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

This div background color is #948F8D.


Border color

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

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

This div border color is #948F8D.


Opacity

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

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

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

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

This text has shadow with #948F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948F8D on black background.


Color preview on white background

This text has color #948F8D on white background.



Black color preview on #948F8D background

This text has black color on #948F8D background.


White color preview on #948F8D background

This text has white color on #948F8D background.