COLOR #948988

HEX: #948988
RGB: (148,137,136)

Color info

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

RGB color model

#948988 color RGB value is (148,137,136).

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

RGB channels and saturation

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

148
137
136

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

Portions of RGB colors in percentages

R + G + B =
148 + 137 + 136 = 421 (100%)
R 148 of 421 ~ 35.15%
G 137 of 421 ~ 32.54%
B 136 of 421 ~ 32.3%

%35.15
%32.54
%32.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.43%
  • 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
%7.43
%8.11
%41.96

Codes

Color #948988 in popluar color models

948988
RGB148137136
HSL5.31%55.69%
HSB/HSV8.11%58.04%
CMYK0.00%7.43%8.11%
41.96%

Color #948988 in popluar number systems.

HEX948988
Decimal148137136
Binary100101001000100110001000
Octal224211210

Shades and tints

Shades of #948988

#948988
(148,137,136)
#877D7C
(135,125,124)
#7A7170
(122,113,112)
#6D6564
(109,101,100)
#605958
(96,89,88)
#534D4C
(83,77,76)
#464140
(70,65,64)
#393534
(57,53,52)
#2C2928
(44,41,40)
#1F1D1C
(31,29,28)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #948988

#948988
(148,137,136)
#9D9392
(157,147,146)
#A69D9C
(166,157,156)
#AFA7A6
(175,167,166)
#B8B1B0
(184,177,176)
#C1BBBA
(193,187,186)
#CAC5C4
(202,197,196)
#D3CFCE
(211,207,206)
#DCD9D8
(220,217,216)
#E5E3E2
(229,227,226)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948988; }

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

This text font color is #948988.


Background Color

.myBgColor { background-color: #948988; }

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

This div background color is #948988.


Border color

.myBorderColor { border: 1px solid #948988; }

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

This div border color is #948988.


Opacity

.myOpacity80 { color: #948988; opacity: 0.8; }

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

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

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

This text has shadow with #948988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948988 on black background.


Color preview on white background

This text has color #948988 on white background.



Black color preview on #948988 background

This text has black color on #948988 background.


White color preview on #948988 background

This text has white color on #948988 background.