COLOR #959088

HEX: #959088
RGB: (149,144,136)

Color info

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

RGB color model

#959088 color RGB value is (149,144,136).

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

RGB channels and saturation

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

149
144
136

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 136 = 429 (100%)
R 149 of 429 ~ 34.73%
G 144 of 429 ~ 33.57%
B 136 of 429 ~ 31.7%

%34.73
%33.57
%31.7

CMYK color model

#959088 color CMYK value is (0,3,9,42).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(0,3,9,42)
C0M3Y9K42 
(0%,3%,9%,42%)
(0.00/0.03/0.09/0.42)	

CMYK percentages

%0
%3.36
%8.72
%41.57

Codes

Color #959088 in popluar color models

959088
RGB149144136
HSL37°5.78%55.88%
HSB/HSV37°8.72%58.43%
CMYK0.00%3.36%8.72%
41.57%

Color #959088 in popluar number systems.

HEX959088
Decimal149144136
Binary100101011001000010001000
Octal225220210

Shades and tints

Shades of #959088

#959088
(149,144,136)
#88837C
(136,131,124)
#7B7670
(123,118,112)
#6E6964
(110,105,100)
#615C58
(97,92,88)
#544F4C
(84,79,76)
#474240
(71,66,64)
#3A3534
(58,53,52)
#2D2828
(45,40,40)
#201B1C
(32,27,28)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #959088

#959088
(149,144,136)
#9E9A92
(158,154,146)
#A7A49C
(167,164,156)
#B0AEA6
(176,174,166)
#B9B8B0
(185,184,176)
#C2C2BA
(194,194,186)
#CBCCC4
(203,204,196)
#D4D6CE
(212,214,206)
#DDE0D8
(221,224,216)
#E6EAE2
(230,234,226)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959088; }

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

This text font color is #959088.


Background Color

.myBgColor { background-color: #959088; }

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

This div background color is #959088.


Border color

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

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

This div border color is #959088.


Opacity

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

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

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

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

This text has shadow with #959088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959088 on black background.


Color preview on white background

This text has color #959088 on white background.



Black color preview on #959088 background

This text has black color on #959088 background.


White color preview on #959088 background

This text has white color on #959088 background.