COLOR #949E8E

HEX: #949E8E
RGB: (148,158,142)

Color info

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

RGB color model

#949E8E color RGB value is (148,158,142).

  • red value is 148;
  • green value is 158;
  • blue value is 142.
RGB:
(148,158,142)
(58%,62%,56%)

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 142 of 255 = 56%

148
158
142

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

Portions of RGB colors in percentages

R + G + B =
148 + 158 + 142 = 448 (100%)
R 148 of 448 ~ 33.04%
G 158 of 448 ~ 35.27%
B 142 of 448 ~ 31.7%

%33.04
%35.27
%31.7

CMYK color model

#949E8E color CMYK value is (6,0,10,38).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(6,0,10,38)
C6M0Y10K38 
(6%,0%,10%,38%)
(0.06/0.00/0.10/0.38)	

CMYK percentages

%6.33
%0
%10.13
%38.04

Codes

Color #949E8E in popluar color models

949E8E
RGB148158142
HSL98°7.62%58.82%
HSB/HSV98°10.13%61.96%
CMYK6.33%0.00%10.13%
38.04%

Color #949E8E in popluar number systems.

HEX949E8E
Decimal148158142
Binary100101001001111010001110
Octal224236216

Shades and tints

Shades of #949E8E

#949E8E
(148,158,142)
#879082
(135,144,130)
#7A8276
(122,130,118)
#6D746A
(109,116,106)
#60665E
(96,102,94)
#535852
(83,88,82)
#464A46
(70,74,70)
#393C3A
(57,60,58)
#2C2E2E
(44,46,46)
#1F2022
(31,32,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #949E8E

#949E8E
(148,158,142)
#9DA698
(157,166,152)
#A6AEA2
(166,174,162)
#AFB6AC
(175,182,172)
#B8BEB6
(184,190,182)
#C1C6C0
(193,198,192)
#CACECA
(202,206,202)
#D3D6D4
(211,214,212)
#DCDEDE
(220,222,222)
#E5E6E8
(229,230,232)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949E8E color. Also use rgb(148,158,142) instead hex code.

Text Font Color

.myTextColor { color: #949E8E; }

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

This text font color is #949E8E.


Background Color

.myBgColor { background-color: #949E8E; }

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

This div background color is #949E8E.


Border color

.myBorderColor { border: 1px solid #949E8E; }

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

This div border color is #949E8E.


Opacity

.myOpacity80 { color: #949E8E; opacity: 0.8; }

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

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

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

This text has shadow with #949E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949E8E on black background.


Color preview on white background

This text has color #949E8E on white background.



Black color preview on #949E8E background

This text has black color on #949E8E background.


White color preview on #949E8E background

This text has white color on #949E8E background.