COLOR #949993

HEX: #949993
RGB: (148,153,147)

Color info

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

RGB color model

#949993 color RGB value is (148,153,147).

  • red value is 148;
  • green value is 153;
  • blue value is 147.
RGB:
(148,153,147)
(58%,60%,58%)

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 147 of 255 = 58%

148
153
147

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

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 147 = 448 (100%)
R 148 of 448 ~ 33.04%
G 153 of 448 ~ 34.15%
B 147 of 448 ~ 32.81%

%33.04
%34.15
%32.81

CMYK color model

#949993 color CMYK value is (3,0,4,40).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(3,0,4,40)
C3M0Y4K40 
(3%,0%,4%,40%)
(0.03/0.00/0.04/0.40)	

CMYK percentages

%3.27
%0
%3.92
%40

Codes

Color #949993 in popluar color models

949993
RGB148153147
HSL110°2.86%58.82%
HSB/HSV110°3.92%60.00%
CMYK3.27%0.00%3.92%
40.00%

Color #949993 in popluar number systems.

HEX949993
Decimal148153147
Binary100101001001100110010011
Octal224231223

Shades and tints

Shades of #949993

#949993
(148,153,147)
#878C86
(135,140,134)
#7A7F79
(122,127,121)
#6D726C
(109,114,108)
#60655F
(96,101,95)
#535852
(83,88,82)
#464B45
(70,75,69)
#393E38
(57,62,56)
#2C312B
(44,49,43)
#1F241E
(31,36,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #949993

#949993
(148,153,147)
#9DA29C
(157,162,156)
#A6ABA5
(166,171,165)
#AFB4AE
(175,180,174)
#B8BDB7
(184,189,183)
#C1C6C0
(193,198,192)
#CACFC9
(202,207,201)
#D3D8D2
(211,216,210)
#DCE1DB
(220,225,219)
#E5EAE4
(229,234,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949993; }

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

This text font color is #949993.


Background Color

.myBgColor { background-color: #949993; }

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

This div background color is #949993.


Border color

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

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

This div border color is #949993.


Opacity

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

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

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

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

This text has shadow with #949993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949993 on black background.


Color preview on white background

This text has color #949993 on white background.



Black color preview on #949993 background

This text has black color on #949993 background.


White color preview on #949993 background

This text has white color on #949993 background.