COLOR #444961

HEX: #444961
RGB: (68,73,97)

Color info

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

RGB color model

#444961 color RGB value is (68,73,97).

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

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 97 of 255 = 38%

68
73
97

R + G + B ~ 31%. #444961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 97 = 238 (100%)
R 68 of 238 ~ 28.57%
G 73 of 238 ~ 30.67%
B 97 of 238 ~ 40.76%

%28.57
%30.67
%40.76

CMYK color model

#444961 color CMYK value is (30,25,0,62).

  • cyan value is 29.90%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(30,25,0,62)
C30M25Y0K62 
(30%,25%,0%,62%)
(0.30/0.25/0.00/0.62)	

CMYK percentages

%29.9
%24.74
%0
%61.96

Codes

Color #444961 in popluar color models

444961
RGB687397
HSL230°17.58%32.35%
HSB/HSV230°29.90%38.04%
CMYK29.90%24.74%0.00%
61.96%

Color #444961 in popluar number systems.

HEX444961
Decimal687397
Binary100010010010011100001
Octal104111141

Shades and tints

Shades of #444961

#444961
(68,73,97)
#3E4359
(62,67,89)
#383D51
(56,61,81)
#323749
(50,55,73)
#2C3141
(44,49,65)
#262B39
(38,43,57)
#202531
(32,37,49)
#1A1F29
(26,31,41)
#141921
(20,25,33)
#0E1319
(14,19,25)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #444961

#444961
(68,73,97)
#55596F
(85,89,111)
#66697D
(102,105,125)
#77798B
(119,121,139)
#888999
(136,137,153)
#9999A7
(153,153,167)
#AAA9B5
(170,169,181)
#BBB9C3
(187,185,195)
#CCC9D1
(204,201,209)
#DDD9DF
(221,217,223)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444961; }

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

This text font color is #444961.


Background Color

.myBgColor { background-color: #444961; }

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

This div background color is #444961.


Border color

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

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

This div border color is #444961.


Opacity

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

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

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

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

This text has shadow with #444961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444961 on black background.


Color preview on white background

This text has color #444961 on white background.



Black color preview on #444961 background

This text has black color on #444961 background.


White color preview on #444961 background

This text has white color on #444961 background.