COLOR #444946

HEX: #444946
RGB: (68,73,70)

Color info

#444946 contains red, green and blue colors in about the same proportion. Web safe color of #444946 is #333333 (or #333).

RGB color model

#444946 color RGB value is (68,73,70).

  • red value is 68;
  • green value is 73;
  • blue value is 70.
RGB:
(68,73,70)
(27%,29%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 70 of 255 = 27%

68
73
70

R + G + B ~ 28%. #444946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 70 = 211 (100%)
R 68 of 211 ~ 32.23%
G 73 of 211 ~ 34.6%
B 70 of 211 ~ 33.18%

%32.23
%34.6
%33.18

CMYK color model

#444946 color CMYK value is (7,0,4,71).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 71.37%
CMYK:
(7,0,4,71)
C7M0Y4K71 
(7%,0%,4%,71%)
(0.07/0.00/0.04/0.71)	

CMYK percentages

%6.85
%0
%4.11
%71.37

Codes

Color #444946 in popluar color models

444946
RGB687370
HSL144°3.55%27.65%
HSB/HSV144°6.85%28.63%
CMYK6.85%0.00%4.11%
71.37%

Color #444946 in popluar number systems.

HEX444946
Decimal687370
Binary100010010010011000110
Octal104111106

Shades and tints

Shades of #444946

#444946
(68,73,70)
#3E4340
(62,67,64)
#383D3A
(56,61,58)
#323734
(50,55,52)
#2C312E
(44,49,46)
#262B28
(38,43,40)
#202522
(32,37,34)
#1A1F1C
(26,31,28)
#141916
(20,25,22)
#0E1310
(14,19,16)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #444946

#444946
(68,73,70)
#555956
(85,89,86)
#666966
(102,105,102)
#777976
(119,121,118)
#888986
(136,137,134)
#999996
(153,153,150)
#AAA9A6
(170,169,166)
#BBB9B6
(187,185,182)
#CCC9C6
(204,201,198)
#DDD9D6
(221,217,214)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444946 color. Also use rgb(68,73,70) instead hex code.

Text Font Color

.myTextColor { color: #444946; }

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

This text font color is #444946.


Background Color

.myBgColor { background-color: #444946; }

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

This div background color is #444946.


Border color

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

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

This div border color is #444946.


Opacity

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

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

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

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

This text has shadow with #444946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444946 on black background.


Color preview on white background

This text has color #444946 on white background.



Black color preview on #444946 background

This text has black color on #444946 background.


White color preview on #444946 background

This text has white color on #444946 background.