COLOR #95969A

HEX: #95969A
RGB: (149,150,154)

Color info

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

RGB color model

#95969A color RGB value is (149,150,154).

  • red value is 149;
  • green value is 150;
  • blue value is 154.
RGB:
(149,150,154)
(58%,59%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 150 of 255 = 59%
B 154 of 255 = 60%

149
150
154

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

Portions of RGB colors in percentages

R + G + B =
149 + 150 + 154 = 453 (100%)
R 149 of 453 ~ 32.89%
G 150 of 453 ~ 33.11%
B 154 of 453 ~ 34%

%32.89
%33.11
%34

CMYK color model

#95969A color CMYK value is (3,3,0,40).

  • cyan value is 3.25%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,3,0,40)
C3M3Y0K40 
(3%,3%,0%,40%)
(0.03/0.03/0.00/0.40)	

CMYK percentages

%3.25
%2.6
%0
%39.61

Codes

Color #95969A in popluar color models

95969A
RGB149150154
HSL228°2.42%59.41%
HSB/HSV228°3.25%60.39%
CMYK3.25%2.60%0.00%
39.61%

Color #95969A in popluar number systems.

HEX95969A
Decimal149150154
Binary100101011001011010011010
Octal225226232

Shades and tints

Shades of #95969A

#95969A
(149,150,154)
#88898C
(136,137,140)
#7B7C7E
(123,124,126)
#6E6F70
(110,111,112)
#616262
(97,98,98)
#545554
(84,85,84)
#474846
(71,72,70)
#3A3B38
(58,59,56)
#2D2E2A
(45,46,42)
#20211C
(32,33,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #95969A

#95969A
(149,150,154)
#9E9FA3
(158,159,163)
#A7A8AC
(167,168,172)
#B0B1B5
(176,177,181)
#B9BABE
(185,186,190)
#C2C3C7
(194,195,199)
#CBCCD0
(203,204,208)
#D4D5D9
(212,213,217)
#DDDEE2
(221,222,226)
#E6E7EB
(230,231,235)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95969A color. Also use rgb(149,150,154) instead hex code.

Text Font Color

.myTextColor { color: #95969A; }

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

This text font color is #95969A.


Background Color

.myBgColor { background-color: #95969A; }

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

This div background color is #95969A.


Border color

.myBorderColor { border: 1px solid #95969A; }

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

This div border color is #95969A.


Opacity

.myOpacity80 { color: #95969A; opacity: 0.8; }

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

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

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

This text has shadow with #95969A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95969A on black background.


Color preview on white background

This text has color #95969A on white background.



Black color preview on #95969A background

This text has black color on #95969A background.


White color preview on #95969A background

This text has white color on #95969A background.