COLOR #948B91

HEX: #948B91
RGB: (148,139,145)

Color info

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

RGB color model

#948B91 color RGB value is (148,139,145).

  • red value is 148;
  • green value is 139;
  • blue value is 145.
RGB:
(148,139,145)
(58%,55%,57%)

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 145 of 255 = 57%

148
139
145

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 145 = 432 (100%)
R 148 of 432 ~ 34.26%
G 139 of 432 ~ 32.18%
B 145 of 432 ~ 33.56%

%34.26
%32.18
%33.56

CMYK color model

#948B91 color CMYK value is (0,6,2,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(0,6,2,42)
C0M6Y2K42 
(0%,6%,2%,42%)
(0.00/0.06/0.02/0.42)	

CMYK percentages

%0
%6.08
%2.03
%41.96

Codes

Color #948B91 in popluar color models

948B91
RGB148139145
HSL320°4.04%56.27%
HSB/HSV320°6.08%58.04%
CMYK0.00%6.08%2.03%
41.96%

Color #948B91 in popluar number systems.

HEX948B91
Decimal148139145
Binary100101001000101110010001
Octal224213221

Shades and tints

Shades of #948B91

#948B91
(148,139,145)
#877F84
(135,127,132)
#7A7377
(122,115,119)
#6D676A
(109,103,106)
#605B5D
(96,91,93)
#534F50
(83,79,80)
#464343
(70,67,67)
#393736
(57,55,54)
#2C2B29
(44,43,41)
#1F1F1C
(31,31,28)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #948B91

#948B91
(148,139,145)
#9D959B
(157,149,155)
#A69FA5
(166,159,165)
#AFA9AF
(175,169,175)
#B8B3B9
(184,179,185)
#C1BDC3
(193,189,195)
#CAC7CD
(202,199,205)
#D3D1D7
(211,209,215)
#DCDBE1
(220,219,225)
#E5E5EB
(229,229,235)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948B91 color. Also use rgb(148,139,145) instead hex code.

Text Font Color

.myTextColor { color: #948B91; }

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

This text font color is #948B91.


Background Color

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

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

This div background color is #948B91.


Border color

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

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

This div border color is #948B91.


Opacity

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

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

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

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

This text has shadow with #948B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948B91 on black background.


Color preview on white background

This text has color #948B91 on white background.



Black color preview on #948B91 background

This text has black color on #948B91 background.


White color preview on #948B91 background

This text has white color on #948B91 background.