COLOR #949088

HEX: #949088
RGB: (148,144,136)

Color info

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

RGB color model

#949088 color RGB value is (148,144,136).

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

RGB channels and saturation

R 148 of 255 = 58%
G 144 of 255 = 56%
B 136 of 255 = 53%

148
144
136

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

Portions of RGB colors in percentages

R + G + B =
148 + 144 + 136 = 428 (100%)
R 148 of 428 ~ 34.58%
G 144 of 428 ~ 33.64%
B 136 of 428 ~ 31.78%

%34.58
%33.64
%31.78

CMYK color model

#949088 color CMYK value is (0,3,8,42).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(0,3,8,42)
C0M3Y8K42 
(0%,3%,8%,42%)
(0.00/0.03/0.08/0.42)	

CMYK percentages

%0
%2.7
%8.11
%41.96

Codes

Color #949088 in popluar color models

949088
RGB148144136
HSL40°5.31%55.69%
HSB/HSV40°8.11%58.04%
CMYK0.00%2.70%8.11%
41.96%

Color #949088 in popluar number systems.

HEX949088
Decimal148144136
Binary100101001001000010001000
Octal224220210

Shades and tints

Shades of #949088

#949088
(148,144,136)
#87837C
(135,131,124)
#7A7670
(122,118,112)
#6D6964
(109,105,100)
#605C58
(96,92,88)
#534F4C
(83,79,76)
#464240
(70,66,64)
#393534
(57,53,52)
#2C2828
(44,40,40)
#1F1B1C
(31,27,28)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #949088

#949088
(148,144,136)
#9D9A92
(157,154,146)
#A6A49C
(166,164,156)
#AFAEA6
(175,174,166)
#B8B8B0
(184,184,176)
#C1C2BA
(193,194,186)
#CACCC4
(202,204,196)
#D3D6CE
(211,214,206)
#DCE0D8
(220,224,216)
#E5EAE2
(229,234,226)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949088; }

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

This text font color is #949088.


Background Color

.myBgColor { background-color: #949088; }

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

This div background color is #949088.


Border color

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

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

This div border color is #949088.


Opacity

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

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

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

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

This text has shadow with #949088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949088 on black background.


Color preview on white background

This text has color #949088 on white background.



Black color preview on #949088 background

This text has black color on #949088 background.


White color preview on #949088 background

This text has white color on #949088 background.