COLOR #949188

HEX: #949188
RGB: (148,145,136)

Color info

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

RGB color model

#949188 color RGB value is (148,145,136).

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

RGB channels and saturation

R 148 of 255 = 58%
G 145 of 255 = 57%
B 136 of 255 = 53%

148
145
136

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

Portions of RGB colors in percentages

R + G + B =
148 + 145 + 136 = 429 (100%)
R 148 of 429 ~ 34.5%
G 145 of 429 ~ 33.8%
B 136 of 429 ~ 31.7%

%34.5
%33.8
%31.7

CMYK color model

#949188 color CMYK value is (0,2,8,42).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(0,2,8,42)
C0M2Y8K42 
(0%,2%,8%,42%)
(0.00/0.02/0.08/0.42)	

CMYK percentages

%0
%2.03
%8.11
%41.96

Codes

Color #949188 in popluar color models

949188
RGB148145136
HSL45°5.31%55.69%
HSB/HSV45°8.11%58.04%
CMYK0.00%2.03%8.11%
41.96%

Color #949188 in popluar number systems.

HEX949188
Decimal148145136
Binary100101001001000110001000
Octal224221210

Shades and tints

Shades of #949188

#949188
(148,145,136)
#87847C
(135,132,124)
#7A7770
(122,119,112)
#6D6A64
(109,106,100)
#605D58
(96,93,88)
#53504C
(83,80,76)
#464340
(70,67,64)
#393634
(57,54,52)
#2C2928
(44,41,40)
#1F1C1C
(31,28,28)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #949188

#949188
(148,145,136)
#9D9B92
(157,155,146)
#A6A59C
(166,165,156)
#AFAFA6
(175,175,166)
#B8B9B0
(184,185,176)
#C1C3BA
(193,195,186)
#CACDC4
(202,205,196)
#D3D7CE
(211,215,206)
#DCE1D8
(220,225,216)
#E5EBE2
(229,235,226)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949188; }

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

This text font color is #949188.


Background Color

.myBgColor { background-color: #949188; }

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

This div background color is #949188.


Border color

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

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

This div border color is #949188.


Opacity

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

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

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

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

This text has shadow with #949188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949188 on black background.


Color preview on white background

This text has color #949188 on white background.



Black color preview on #949188 background

This text has black color on #949188 background.


White color preview on #949188 background

This text has white color on #949188 background.