COLOR #948992

HEX: #948992
RGB: (148,137,146)

Color info

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

RGB color model

#948992 color RGB value is (148,137,146).

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

RGB channels and saturation

R 148 of 255 = 58%
G 137 of 255 = 54%
B 146 of 255 = 57%

148
137
146

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

Portions of RGB colors in percentages

R + G + B =
148 + 137 + 146 = 431 (100%)
R 148 of 431 ~ 34.34%
G 137 of 431 ~ 31.79%
B 146 of 431 ~ 33.87%

%34.34
%31.79
%33.87

CMYK color model

#948992 color CMYK value is (0,7,1,42).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 1.35%
  • key color value is 41.96%
CMYK:
(0,7,1,42)
C0M7Y1K42 
(0%,7%,1%,42%)
(0.00/0.07/0.01/0.42)	

CMYK percentages

%0
%7.43
%1.35
%41.96

Codes

Color #948992 in popluar color models

948992
RGB148137146
HSL311°4.89%55.88%
HSB/HSV311°7.43%58.04%
CMYK0.00%7.43%1.35%
41.96%

Color #948992 in popluar number systems.

HEX948992
Decimal148137146
Binary100101001000100110010010
Octal224211222

Shades and tints

Shades of #948992

#948992
(148,137,146)
#877D85
(135,125,133)
#7A7178
(122,113,120)
#6D656B
(109,101,107)
#60595E
(96,89,94)
#534D51
(83,77,81)
#464144
(70,65,68)
#393537
(57,53,55)
#2C292A
(44,41,42)
#1F1D1D
(31,29,29)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #948992

#948992
(148,137,146)
#9D939B
(157,147,155)
#A69DA4
(166,157,164)
#AFA7AD
(175,167,173)
#B8B1B6
(184,177,182)
#C1BBBF
(193,187,191)
#CAC5C8
(202,197,200)
#D3CFD1
(211,207,209)
#DCD9DA
(220,217,218)
#E5E3E3
(229,227,227)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948992; }

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

This text font color is #948992.


Background Color

.myBgColor { background-color: #948992; }

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

This div background color is #948992.


Border color

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

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

This div border color is #948992.


Opacity

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

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

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

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

This text has shadow with #948992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948992 on black background.


Color preview on white background

This text has color #948992 on white background.



Black color preview on #948992 background

This text has black color on #948992 background.


White color preview on #948992 background

This text has white color on #948992 background.