COLOR #949D91

HEX: #949D91
RGB: (148,157,145)

Color info

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

RGB color model

#949D91 color RGB value is (148,157,145).

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

RGB channels and saturation

R 148 of 255 = 58%
G 157 of 255 = 62%
B 145 of 255 = 57%

148
157
145

R + G + B ~ 59%. #949D91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 157 + 145 = 450 (100%)
R 148 of 450 ~ 32.89%
G 157 of 450 ~ 34.89%
B 145 of 450 ~ 32.22%

%32.89
%34.89
%32.22

CMYK color model

#949D91 color CMYK value is (6,0,8,38).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 7.64%
  • key color value is 38.43%
CMYK:
(6,0,8,38)
C6M0Y8K38 
(6%,0%,8%,38%)
(0.06/0.00/0.08/0.38)	

CMYK percentages

%5.73
%0
%7.64
%38.43

Codes

Color #949D91 in popluar color models

949D91
RGB148157145
HSL105°5.77%59.22%
HSB/HSV105°7.64%61.57%
CMYK5.73%0.00%7.64%
38.43%

Color #949D91 in popluar number systems.

HEX949D91
Decimal148157145
Binary100101001001110110010001
Octal224235221

Shades and tints

Shades of #949D91

#949D91
(148,157,145)
#878F84
(135,143,132)
#7A8177
(122,129,119)
#6D736A
(109,115,106)
#60655D
(96,101,93)
#535750
(83,87,80)
#464943
(70,73,67)
#393B36
(57,59,54)
#2C2D29
(44,45,41)
#1F1F1C
(31,31,28)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #949D91

#949D91
(148,157,145)
#9DA59B
(157,165,155)
#A6ADA5
(166,173,165)
#AFB5AF
(175,181,175)
#B8BDB9
(184,189,185)
#C1C5C3
(193,197,195)
#CACDCD
(202,205,205)
#D3D5D7
(211,213,215)
#DCDDE1
(220,221,225)
#E5E5EB
(229,229,235)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949D91 color. Also use rgb(148,157,145) instead hex code.

Text Font Color

.myTextColor { color: #949D91; }

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

This text font color is #949D91.


Background Color

.myBgColor { background-color: #949D91; }

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

This div background color is #949D91.


Border color

.myBorderColor { border: 1px solid #949D91; }

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

This div border color is #949D91.


Opacity

.myOpacity80 { color: #949D91; opacity: 0.8; }

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

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

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

This text has shadow with #949D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949D91 on black background.


Color preview on white background

This text has color #949D91 on white background.



Black color preview on #949D91 background

This text has black color on #949D91 background.


White color preview on #949D91 background

This text has white color on #949D91 background.