COLOR #444163

HEX: #444163
RGB: (68,65,99)

Color info

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

RGB color model

#444163 color RGB value is (68,65,99).

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

RGB channels and saturation

R 68 of 255 = 27%
G 65 of 255 = 25%
B 99 of 255 = 39%

68
65
99

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

Portions of RGB colors in percentages

R + G + B =
68 + 65 + 99 = 232 (100%)
R 68 of 232 ~ 29.31%
G 65 of 232 ~ 28.02%
B 99 of 232 ~ 42.67%

%29.31
%28.02
%42.67

CMYK color model

#444163 color CMYK value is (31,34,0,61).

  • cyan value is 31.31%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(31,34,0,61)
C31M34Y0K61 
(31%,34%,0%,61%)
(0.31/0.34/0.00/0.61)	

CMYK percentages

%31.31
%34.34
%0
%61.18

Codes

Color #444163 in popluar color models

444163
RGB686599
HSL245°20.73%32.16%
HSB/HSV245°34.34%38.82%
CMYK31.31%34.34%0.00%
61.18%

Color #444163 in popluar number systems.

HEX444163
Decimal686599
Binary100010010000011100011
Octal104101143

Shades and tints

Shades of #444163

#444163
(68,65,99)
#3E3C5A
(62,60,90)
#383751
(56,55,81)
#323248
(50,50,72)
#2C2D3F
(44,45,63)
#262836
(38,40,54)
#20232D
(32,35,45)
#1A1E24
(26,30,36)
#14191B
(20,25,27)
#0E1412
(14,20,18)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #444163

#444163
(68,65,99)
#555271
(85,82,113)
#66637F
(102,99,127)
#77748D
(119,116,141)
#88859B
(136,133,155)
#9996A9
(153,150,169)
#AAA7B7
(170,167,183)
#BBB8C5
(187,184,197)
#CCC9D3
(204,201,211)
#DDDAE1
(221,218,225)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444163; }

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

This text font color is #444163.


Background Color

.myBgColor { background-color: #444163; }

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

This div background color is #444163.


Border color

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

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

This div border color is #444163.


Opacity

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

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

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

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

This text has shadow with #444163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444163 on black background.


Color preview on white background

This text has color #444163 on white background.



Black color preview on #444163 background

This text has black color on #444163 background.


White color preview on #444163 background

This text has white color on #444163 background.