COLOR #948E91

HEX: #948E91
RGB: (148,142,145)

Color info

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

RGB color model

#948E91 color RGB value is (148,142,145).

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

RGB channels and saturation

R 148 of 255 = 58%
G 142 of 255 = 56%
B 145 of 255 = 57%

148
142
145

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

Portions of RGB colors in percentages

R + G + B =
148 + 142 + 145 = 435 (100%)
R 148 of 435 ~ 34.02%
G 142 of 435 ~ 32.64%
B 145 of 435 ~ 33.33%

%34.02
%32.64
%33.33

CMYK color model

#948E91 color CMYK value is (0,4,2,42).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(0,4,2,42)
C0M4Y2K42 
(0%,4%,2%,42%)
(0.00/0.04/0.02/0.42)	

CMYK percentages

%0
%4.05
%2.03
%41.96

Codes

Color #948E91 in popluar color models

948E91
RGB148142145
HSL330°2.73%56.86%
HSB/HSV330°4.05%58.04%
CMYK0.00%4.05%2.03%
41.96%

Color #948E91 in popluar number systems.

HEX948E91
Decimal148142145
Binary100101001000111010010001
Octal224216221

Shades and tints

Shades of #948E91

#948E91
(148,142,145)
#878284
(135,130,132)
#7A7677
(122,118,119)
#6D6A6A
(109,106,106)
#605E5D
(96,94,93)
#535250
(83,82,80)
#464643
(70,70,67)
#393A36
(57,58,54)
#2C2E29
(44,46,41)
#1F221C
(31,34,28)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #948E91

#948E91
(148,142,145)
#9D989B
(157,152,155)
#A6A2A5
(166,162,165)
#AFACAF
(175,172,175)
#B8B6B9
(184,182,185)
#C1C0C3
(193,192,195)
#CACACD
(202,202,205)
#D3D4D7
(211,212,215)
#DCDEE1
(220,222,225)
#E5E8EB
(229,232,235)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948E91; }

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

This text font color is #948E91.


Background Color

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

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

This div background color is #948E91.


Border color

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

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

This div border color is #948E91.


Opacity

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

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

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

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

This text has shadow with #948E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948E91 on black background.


Color preview on white background

This text has color #948E91 on white background.



Black color preview on #948E91 background

This text has black color on #948E91 background.


White color preview on #948E91 background

This text has white color on #948E91 background.