COLOR #948B8F

HEX: #948B8F
RGB: (148,139,143)

Color info

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

RGB color model

#948B8F color RGB value is (148,139,143).

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

RGB channels and saturation

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

148
139
143

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 143 = 430 (100%)
R 148 of 430 ~ 34.42%
G 139 of 430 ~ 32.33%
B 143 of 430 ~ 33.26%

%34.42
%32.33
%33.26

CMYK color model

#948B8F color CMYK value is (0,6,3,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 3.38%
  • key color value is 41.96%
CMYK: (0,6,3,42) C0M6Y3K42 (0%,6%,3%,42%) (0.00/0.06/0.03/0.42)

CMYK percentages

%0
%6.08
%3.38
%41.96

Codes

Color #948B8F in popluar color models

948B8F
RGB148139143
HSL333°4.04%56.27%
HSB/HSV333°6.08%58.04%
CMYK0.00%6.08%3.38%
41.96%

Color #948B8F in popluar number systems.

HEX948B8F
Decimal148139143
Binary100101001000101110001111
Octal224213217

Shades and tints

Shades of #948B8F

#948B8F
(148,139,143)
#877F82
(135,127,130)
#7A7375
(122,115,117)
#6D6768
(109,103,104)
#605B5B
(96,91,91)
#534F4E
(83,79,78)
#464341
(70,67,65)
#393734
(57,55,52)
#2C2B27
(44,43,39)
#1F1F1A
(31,31,26)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #948B8F

#948B8F
(148,139,143)
#9D9599
(157,149,153)
#A69FA3
(166,159,163)
#AFA9AD
(175,169,173)
#B8B3B7
(184,179,183)
#C1BDC1
(193,189,193)
#CAC7CB
(202,199,203)
#D3D1D5
(211,209,213)
#DCDBDF
(220,219,223)
#E5E5E9
(229,229,233)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948B8F; }

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

This text font color is #948B8F.


Background Color

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

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

This div background color is #948B8F.


Border color

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

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

This div border color is #948B8F.


Opacity

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

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

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

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

This text has shadow with #948B8F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #948B8F on black background.


Color preview on white background

This text has color #948B8F on white background.



Black color preview on #948B8F background

This text has black color on #948B8F background.


White color preview on #948B8F background

This text has white color on #948B8F background.