COLOR #948990

HEX: #948990
RGB: (148,137,144)

Color info

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

RGB color model

#948990 color RGB value is (148,137,144).

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

RGB channels and saturation

R 148 of 255 = 58%
G 137 of 255 = 54%
B 144 of 255 = 56%

148
137
144

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

Portions of RGB colors in percentages

R + G + B =
148 + 137 + 144 = 429 (100%)
R 148 of 429 ~ 34.5%
G 137 of 429 ~ 31.93%
B 144 of 429 ~ 33.57%

%34.5
%31.93
%33.57

CMYK color model

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

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

Codes

Color #948990 in popluar color models

948990
RGB148137144
HSL322°4.89%55.88%
HSB/HSV322°7.43%58.04%
CMYK0.00%7.43%2.70%
41.96%

Color #948990 in popluar number systems.

HEX948990
Decimal148137144
Binary100101001000100110010000
Octal224211220

Shades and tints

Shades of #948990

#948990
(148,137,144)
#877D83
(135,125,131)
#7A7176
(122,113,118)
#6D6569
(109,101,105)
#60595C
(96,89,92)
#534D4F
(83,77,79)
#464142
(70,65,66)
#393535
(57,53,53)
#2C2928
(44,41,40)
#1F1D1B
(31,29,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #948990

#948990
(148,137,144)
#9D939A
(157,147,154)
#A69DA4
(166,157,164)
#AFA7AE
(175,167,174)
#B8B1B8
(184,177,184)
#C1BBC2
(193,187,194)
#CAC5CC
(202,197,204)
#D3CFD6
(211,207,214)
#DCD9E0
(220,217,224)
#E5E3EA
(229,227,234)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948990; }

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

This text font color is #948990.


Background Color

.myBgColor { background-color: #948990; }

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

This div background color is #948990.


Border color

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

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

This div border color is #948990.


Opacity

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

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

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

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

This text has shadow with #948990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948990 on black background.


Color preview on white background

This text has color #948990 on white background.



Black color preview on #948990 background

This text has black color on #948990 background.


White color preview on #948990 background

This text has white color on #948990 background.