COLOR #948A8F

HEX: #948A8F RGB: (148,138,143)

Color info

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

RGB color model

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

RGB: (148,138,143) (58%, 54%, 56%)

RGB channels and saturation

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

148
138
143

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

Portions of RGB colors in percentages

R + G + B = 148 + 138 + 143 = 429 (100%)
R 148 of 429 ~ 34.5%
G 138 of 429 ~ 32.17%
B 143 of 429 ~ 33.33'%

%34.5
%32.17
%33.33

CMYK color model

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

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

CMYK percentages

%0
%6.76
%3.38
%41.96

Codes

Color #948A8F in popluar color models

94 8A 8F
RGB 148 138 143
HSL 330° 4.46% 56.08%
HSB/HSV 330° 6.76% 58.04%
CMYK 0.00% 6.76% 3.38%
41.96%

Color #948A8F in popluar number systems.

HEX 94 8A 8F
Decimal 148 138 143
Binary 10010100 10001010 10001111
Octal 224 212 217

Shades and tints

Shades of #948A8F

#948A8F
(148,138,143)
#877E82
(135,126,130)
#7A7275
(122,114,117)
#6D6668
(109,102,104)
#605A5B
(96,90,91)
#534E4E
(83,78,78)
#464241
(70,66,65)
#393634
(57,54,52)
#2C2A27
(44,42,39)
#1F1E1A
(31,30,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #948A8F

#948A8F
(148,138,143)
#9D9499
(157,148,153)
#A69EA3
(166,158,163)
#AFA8AD
(175,168,173)
#B8B2B7
(184,178,183)
#C1BCC1
(193,188,193)
#CAC6CB
(202,198,203)
#D3D0D5
(211,208,213)
#DCDADF
(220,218,223)
#E5E4E9
(229,228,233)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948A8F; }

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

This text font color is #948A8F.

Background Color

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

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

This div background color is #948A8F.

Border color

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

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

This div border color is #948A8F.

Opacity

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

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

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

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

This text has shadow with #948A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948A8F.

Preview

Color preview on black background

This text has color #948A8F on black background.


Color preview on white background

This text has color #948A8F on white background.


Black color preview on #948A8F background

This text has black color on #948A8F background.


White color preview on #948A8F background

This text has white color on #948A8F background.


Related colors

Complementary color

Complementary color for #hex is #6B7570.


I love getcolorcode.com

Triadic colors

1 #8F948A and #8A8F94 with #948A8F are triadic colors.

2 #8F8A94 and #8A948F with #948A8F are triadic colors.