COLOR #948A88

HEX: #948A88
RGB: (148,138,136)

Color info

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

RGB color model

#948A88 color RGB value is (148,138,136).

  • red value is 148;
  • green value is 138;
  • blue value is 136.
RGB:
(148,138,136)
(58%,54%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 136 of 255 = 53%

148
138
136

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

Portions of RGB colors in percentages

R + G + B =
148 + 138 + 136 = 422 (100%)
R 148 of 422 ~ 35.07%
G 138 of 422 ~ 32.7%
B 136 of 422 ~ 32.23%

%35.07
%32.7
%32.23

CMYK color model

#948A88 color CMYK value is (0,7,8,42).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(0,7,8,42)
C0M7Y8K42 
(0%,7%,8%,42%)
(0.00/0.07/0.08/0.42)	

CMYK percentages

%0
%6.76
%8.11
%41.96

Codes

Color #948A88 in popluar color models

948A88
RGB148138136
HSL10°5.31%55.69%
HSB/HSV10°8.11%58.04%
CMYK0.00%6.76%8.11%
41.96%

Color #948A88 in popluar number systems.

HEX948A88
Decimal148138136
Binary100101001000101010001000
Octal224212210

Shades and tints

Shades of #948A88

#948A88
(148,138,136)
#877E7C
(135,126,124)
#7A7270
(122,114,112)
#6D6664
(109,102,100)
#605A58
(96,90,88)
#534E4C
(83,78,76)
#464240
(70,66,64)
#393634
(57,54,52)
#2C2A28
(44,42,40)
#1F1E1C
(31,30,28)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #948A88

#948A88
(148,138,136)
#9D9492
(157,148,146)
#A69E9C
(166,158,156)
#AFA8A6
(175,168,166)
#B8B2B0
(184,178,176)
#C1BCBA
(193,188,186)
#CAC6C4
(202,198,196)
#D3D0CE
(211,208,206)
#DCDAD8
(220,218,216)
#E5E4E2
(229,228,226)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948A88; }

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

This text font color is #948A88.


Background Color

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

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

This div background color is #948A88.


Border color

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

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

This div border color is #948A88.


Opacity

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

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

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

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

This text has shadow with #948A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948A88 on black background.


Color preview on white background

This text has color #948A88 on white background.



Black color preview on #948A88 background

This text has black color on #948A88 background.


White color preview on #948A88 background

This text has white color on #948A88 background.