COLOR #948C88

HEX: #948C88 RGB: (148,140,136)

Color info

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

RGB color model

#948C88 color RGB value is (148,140,136).

RGB: (148,140,136) (58%, 55%, 53%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 136 of 255 = 53%

148
140
136

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

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 136 = 424 (100%)
R 148 of 424 ~ 34.91%
G 140 of 424 ~ 33.02%
B 136 of 424 ~ 32.08'%

%34.91
%33.02
%32.08

CMYK color model

#948C88 color CMYK value is (0,5,8,42).

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

CMYK: (0,5,8,42)
C0M5Y8K42 (0%, 5%, 8%, 42%)
(0.00 / 0.05 / 0.08 / 0.42)

CMYK percentages

%0
%5.41
%8.11
%41.96

Codes

Color #948C88 in popluar color models

94 8C 88
RGB 148 140 136
HSL 20° 5.31% 55.69%
HSB/HSV 20° 8.11% 58.04%
CMYK 0.00% 5.41% 8.11%
41.96%

Color #948C88 in popluar number systems.

HEX 94 8C 88
Decimal 148 140 136
Binary 10010100 10001100 10001000
Octal 224 214 210

Shades and tints

Shades of #948C88

#948C88
(148,140,136)
#87807C
(135,128,124)
#7A7470
(122,116,112)
#6D6864
(109,104,100)
#605C58
(96,92,88)
#53504C
(83,80,76)
#464440
(70,68,64)
#393834
(57,56,52)
#2C2C28
(44,44,40)
#1F201C
(31,32,28)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #948C88

#948C88
(148,140,136)
#9D9692
(157,150,146)
#A6A09C
(166,160,156)
#AFAAA6
(175,170,166)
#B8B4B0
(184,180,176)
#C1BEBA
(193,190,186)
#CAC8C4
(202,200,196)
#D3D2CE
(211,210,206)
#DCDCD8
(220,220,216)
#E5E6E2
(229,230,226)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948C88; }

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

This text font color is #948C88.

Background Color

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

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

This div background color is #948C88.

Border color

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

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

This div border color is #948C88.

Opacity

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

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

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

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

This text has shadow with #948C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948C88.

Preview

Color preview on black background

This text has color #948C88 on black background.


Color preview on white background

This text has color #948C88 on white background.


Black color preview on #948C88 background

This text has black color on #948C88 background.


White color preview on #948C88 background

This text has white color on #948C88 background.


Related colors

Complementary color

Complementary color for #hex is #6B7377.


I love getcolorcode.com

Triadic colors

1 #88948C and #8C8894 with #948C88 are triadic colors.

2 #888C94 and #8C9488 with #948C88 are triadic colors.