COLOR #948F8F

HEX: #948F8F
RGB: (148,143,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

148
143
143

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

Portions of RGB colors in percentages

R + G + B =
148 + 143 + 143 = 434 (100%)
R 148 of 434 ~ 34.1%
G 143 of 434 ~ 32.95%
B 143 of 434 ~ 32.95%

%34.1
%32.95
%32.95

CMYK color model

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

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

CMYK percentages

%0
%3.38
%3.38
%41.96

Codes

Color #948F8F in popluar color models

948F8F
RGB148143143
HSL2.28%57.06%
HSB/HSV3.38%58.04%
CMYK0.00%3.38%3.38%
41.96%

Color #948F8F in popluar number systems.

HEX948F8F
Decimal148143143
Binary100101001000111110001111
Octal224217217

Shades and tints

Shades of #948F8F

#948F8F
(148,143,143)
#878282
(135,130,130)
#7A7575
(122,117,117)
#6D6868
(109,104,104)
#605B5B
(96,91,91)
#534E4E
(83,78,78)
#464141
(70,65,65)
#393434
(57,52,52)
#2C2727
(44,39,39)
#1F1A1A
(31,26,26)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #948F8F

#948F8F
(148,143,143)
#9D9999
(157,153,153)
#A6A3A3
(166,163,163)
#AFADAD
(175,173,173)
#B8B7B7
(184,183,183)
#C1C1C1
(193,193,193)
#CACBCB
(202,203,203)
#D3D5D5
(211,213,213)
#DCDFDF
(220,223,223)
#E5E9E9
(229,233,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948F8F; }

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

This text font color is #948F8F.


Background Color

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

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

This div background color is #948F8F.


Border color

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

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

This div border color is #948F8F.


Opacity

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

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

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

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

This text has shadow with #948F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948F8F on black background.


Color preview on white background

This text has color #948F8F on white background.



Black color preview on #948F8F background

This text has black color on #948F8F background.


White color preview on #948F8F background

This text has white color on #948F8F background.