COLOR #444955

HEX: #444955
RGB: (68,73,85)

Color info

#444955 contains red, green and blue colors in about the same proportion. Web safe color of #444955 is #333366 (or #336).

RGB color model

#444955 color RGB value is (68,73,85).

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

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 85 of 255 = 33%

68
73
85

R + G + B ~ 30%. #444955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 85 = 226 (100%)
R 68 of 226 ~ 30.09%
G 73 of 226 ~ 32.3%
B 85 of 226 ~ 37.61%

%30.09
%32.3
%37.61

CMYK color model

#444955 color CMYK value is (20,14,0,67).

  • cyan value is 20.00%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(20,14,0,67)
C20M14Y0K67 
(20%,14%,0%,67%)
(0.20/0.14/0.00/0.67)	

CMYK percentages

%20
%14.12
%0
%66.67

Codes

Color #444955 in popluar color models

444955
RGB687385
HSL222°11.11%30.00%
HSB/HSV222°20.00%33.33%
CMYK20.00%14.12%0.00%
66.67%

Color #444955 in popluar number systems.

HEX444955
Decimal687385
Binary100010010010011010101
Octal104111125

Shades and tints

Shades of #444955

#444955
(68,73,85)
#3E434E
(62,67,78)
#383D47
(56,61,71)
#323740
(50,55,64)
#2C3139
(44,49,57)
#262B32
(38,43,50)
#20252B
(32,37,43)
#1A1F24
(26,31,36)
#14191D
(20,25,29)
#0E1316
(14,19,22)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #444955

#444955
(68,73,85)
#555964
(85,89,100)
#666973
(102,105,115)
#777982
(119,121,130)
#888991
(136,137,145)
#9999A0
(153,153,160)
#AAA9AF
(170,169,175)
#BBB9BE
(187,185,190)
#CCC9CD
(204,201,205)
#DDD9DC
(221,217,220)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444955; }

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

This text font color is #444955.


Background Color

.myBgColor { background-color: #444955; }

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

This div background color is #444955.


Border color

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

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

This div border color is #444955.


Opacity

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

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

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

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

This text has shadow with #444955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444955 on black background.


Color preview on white background

This text has color #444955 on white background.



Black color preview on #444955 background

This text has black color on #444955 background.


White color preview on #444955 background

This text has white color on #444955 background.