COLOR #948C8E

HEX: #948C8E RGB: (148,140,142)

Color info

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

RGB color model

#948C8E color RGB value is (148,140,142).

RGB: (148,140,142) (58%, 55%, 56%)

RGB channels and saturation

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

148
140
142

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

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 142 = 430 (100%)
R 148 of 430 ~ 34.42%
G 140 of 430 ~ 32.56%
B 142 of 430 ~ 33.02'%

%34.42
%32.56
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 4.05%
  • key color value is 41.96%

CMYK: (0,5,4,42)
C0M5Y4K42 (0%, 5%, 4%, 42%)
(0.00 / 0.05 / 0.04 / 0.42)

CMYK percentages

%0
%5.41
%4.05
%41.96

Codes

Color #948C8E in popluar color models

94 8C 8E
RGB 148 140 142
HSL 345° 3.60% 56.47%
HSB/HSV 345° 5.41% 58.04%
CMYK 0.00% 5.41% 4.05%
41.96%

Color #948C8E in popluar number systems.

HEX 94 8C 8E
Decimal 148 140 142
Binary 10010100 10001100 10001110
Octal 224 214 216

Shades and tints

Shades of #948C8E

#948C8E
(148,140,142)
#878082
(135,128,130)
#7A7476
(122,116,118)
#6D686A
(109,104,106)
#605C5E
(96,92,94)
#535052
(83,80,82)
#464446
(70,68,70)
#39383A
(57,56,58)
#2C2C2E
(44,44,46)
#1F2022
(31,32,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #948C8E

#948C8E
(148,140,142)
#9D9698
(157,150,152)
#A6A0A2
(166,160,162)
#AFAAAC
(175,170,172)
#B8B4B6
(184,180,182)
#C1BEC0
(193,190,192)
#CAC8CA
(202,200,202)
#D3D2D4
(211,210,212)
#DCDCDE
(220,220,222)
#E5E6E8
(229,230,232)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948C8E; }

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

This text font color is #948C8E.

Background Color

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

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

This div background color is #948C8E.

Border color

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

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

This div border color is #948C8E.

Opacity

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

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

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

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

This text has shadow with #948C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948C8E.

Preview

Color preview on black background

This text has color #948C8E on black background.


Color preview on white background

This text has color #948C8E on white background.


Black color preview on #948C8E background

This text has black color on #948C8E background.


White color preview on #948C8E background

This text has white color on #948C8E background.


Related colors

Complementary color

Complementary color for #hex is #6B7371.


I love getcolorcode.com

Triadic colors

1 #8E948C and #8C8E94 with #948C8E are triadic colors.

2 #8E8C94 and #8C948E with #948C8E are triadic colors.