COLOR #948E8D

HEX: #948E8D
RGB: (148,142,141)

Color info

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

RGB color model

#948E8D color RGB value is (148,142,141).

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

RGB channels and saturation

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

148
142
141

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

Portions of RGB colors in percentages

R + G + B =
148 + 142 + 141 = 431 (100%)
R 148 of 431 ~ 34.34%
G 142 of 431 ~ 32.95%
B 141 of 431 ~ 32.71%

%34.34
%32.95
%32.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 4.73%
  • key color value is 41.96%
CMYK:
(0,4,5,42)
C0M4Y5K42 
(0%,4%,5%,42%)
(0.00/0.04/0.05/0.42)	

CMYK percentages

%0
%4.05
%4.73
%41.96

Codes

Color #948E8D in popluar color models

948E8D
RGB148142141
HSL3.17%56.67%
HSB/HSV4.73%58.04%
CMYK0.00%4.05%4.73%
41.96%

Color #948E8D in popluar number systems.

HEX948E8D
Decimal148142141
Binary100101001000111010001101
Octal224216215

Shades and tints

Shades of #948E8D

#948E8D
(148,142,141)
#878281
(135,130,129)
#7A7675
(122,118,117)
#6D6A69
(109,106,105)
#605E5D
(96,94,93)
#535251
(83,82,81)
#464645
(70,70,69)
#393A39
(57,58,57)
#2C2E2D
(44,46,45)
#1F2221
(31,34,33)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #948E8D

#948E8D
(148,142,141)
#9D9897
(157,152,151)
#A6A2A1
(166,162,161)
#AFACAB
(175,172,171)
#B8B6B5
(184,182,181)
#C1C0BF
(193,192,191)
#CACAC9
(202,202,201)
#D3D4D3
(211,212,211)
#DCDEDD
(220,222,221)
#E5E8E7
(229,232,231)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948E8D; }

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

This text font color is #948E8D.


Background Color

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

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

This div background color is #948E8D.


Border color

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

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

This div border color is #948E8D.


Opacity

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

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

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

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

This text has shadow with #948E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948E8D on black background.


Color preview on white background

This text has color #948E8D on white background.



Black color preview on #948E8D background

This text has black color on #948E8D background.


White color preview on #948E8D background

This text has white color on #948E8D background.