COLOR #444863

HEX: #444863
RGB: (68,72,99)

Color info

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

RGB color model

#444863 color RGB value is (68,72,99).

  • red value is 68;
  • green value is 72;
  • blue value is 99.
RGB:
(68,72,99)
(27%,28%,39%)

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 99 of 255 = 39%

68
72
99

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

Portions of RGB colors in percentages

R + G + B =
68 + 72 + 99 = 239 (100%)
R 68 of 239 ~ 28.45%
G 72 of 239 ~ 30.13%
B 99 of 239 ~ 41.42%

%28.45
%30.13
%41.42

CMYK color model

#444863 color CMYK value is (31,27,0,61).

  • cyan value is 31.31%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(31,27,0,61)
C31M27Y0K61 
(31%,27%,0%,61%)
(0.31/0.27/0.00/0.61)	

CMYK percentages

%31.31
%27.27
%0
%61.18

Codes

Color #444863 in popluar color models

444863
RGB687299
HSL232°18.56%32.75%
HSB/HSV232°31.31%38.82%
CMYK31.31%27.27%0.00%
61.18%

Color #444863 in popluar number systems.

HEX444863
Decimal687299
Binary100010010010001100011
Octal104110143

Shades and tints

Shades of #444863

#444863
(68,72,99)
#3E425A
(62,66,90)
#383C51
(56,60,81)
#323648
(50,54,72)
#2C303F
(44,48,63)
#262A36
(38,42,54)
#20242D
(32,36,45)
#1A1E24
(26,30,36)
#14181B
(20,24,27)
#0E1212
(14,18,18)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #444863

#444863
(68,72,99)
#555871
(85,88,113)
#66687F
(102,104,127)
#77788D
(119,120,141)
#88889B
(136,136,155)
#9998A9
(153,152,169)
#AAA8B7
(170,168,183)
#BBB8C5
(187,184,197)
#CCC8D3
(204,200,211)
#DDD8E1
(221,216,225)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444863 color. Also use rgb(68,72,99) instead hex code.

Text Font Color

.myTextColor { color: #444863; }

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

This text font color is #444863.


Background Color

.myBgColor { background-color: #444863; }

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

This div background color is #444863.


Border color

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

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

This div border color is #444863.


Opacity

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

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

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

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

This text has shadow with #444863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444863 on black background.


Color preview on white background

This text has color #444863 on white background.



Black color preview on #444863 background

This text has black color on #444863 background.


White color preview on #444863 background

This text has white color on #444863 background.