COLOR #949495

HEX: #949495 RGB: (148,148,149)

Color info

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

RGB color model

#949495 color RGB value is (148,148,149).

RGB: (148,148,149) (58%, 58%, 58%)

RGB channels and saturation

R 148 of 255 = 58%
G 148 of 255 = 58%
B 149 of 255 = 58%

148
148
149

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

Portions of RGB colors in percentages

R + G + B = 148 + 148 + 149 = 445 (100%)
R 148 of 445 ~ 33.26%
G 148 of 445 ~ 33.26%
B 149 of 445 ~ 33.48'%

%33.26
%33.26
%33.48

CMYK color model

#949495 color CMYK value is (1,1,0,42).

  • cyan value is 0.67%
  • magenta value is 0.67%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (1,1,0,42) C1M1Y0K42 (1%,1%,0%,42%) (0.01/0.01/0.00/0.42) 

CMYK percentages

%0.67
%0.67
%0
%41.57

Codes

Color #949495 in popluar color models

94 94 95
RGB 148 148 149
HSL 240° 0.47% 58.24%
HSB/HSV 240° 0.67% 58.43%
CMYK 0.67% 0.67% 0.00%
41.57%

Color #949495 in popluar number systems.

HEX 94 94 95
Decimal 148 148 149
Binary 10010100 10010100 10010101
Octal 224 224 225

Shades and tints

Shades of #949495

#949495
(148,148,149)
#878788
(135,135,136)
#7A7A7B
(122,122,123)
#6D6D6E
(109,109,110)
#606061
(96,96,97)
#535354
(83,83,84)
#464647
(70,70,71)
#39393A
(57,57,58)
#2C2C2D
(44,44,45)
#1F1F20
(31,31,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #949495

#949495
(148,148,149)
#9D9D9E
(157,157,158)
#A6A6A7
(166,166,167)
#AFAFB0
(175,175,176)
#B8B8B9
(184,184,185)
#C1C1C2
(193,193,194)
#CACACB
(202,202,203)
#D3D3D4
(211,211,212)
#DCDCDD
(220,220,221)
#E5E5E6
(229,229,230)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949495; }

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

This text font color is #949495.

Background Color

.myBgColor { background-color: #949495; }

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

This div background color is #949495.

Border color

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

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

This div border color is #949495.

Opacity

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

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

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

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

This text has shadow with #949495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949495.

Preview

Color preview on black background

This text has color #949495 on black background.


Color preview on white background

This text has color #949495 on white background.


Black color preview on #949495 background

This text has black color on #949495 background.


White color preview on #949495 background

This text has white color on #949495 background.


Related colors

Complementary color

Complementary color for #hex is #6B6B6A.


I love getcolorcode.com