COLOR #444172

HEX: #444172
RGB: (68,65,114)

Color info

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

RGB color model

#444172 color RGB value is (68,65,114).

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

RGB channels and saturation

R 68 of 255 = 27%
G 65 of 255 = 25%
B 114 of 255 = 45%

68
65
114

R + G + B ~ 32%. #444172 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 65 + 114 = 247 (100%)
R 68 of 247 ~ 27.53%
G 65 of 247 ~ 26.32%
B 114 of 247 ~ 46.15%

%27.53
%26.32
%46.15

CMYK color model

#444172 color CMYK value is (40,43,0,55).

  • cyan value is 40.35%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(40,43,0,55)
C40M43Y0K55 
(40%,43%,0%,55%)
(0.40/0.43/0.00/0.55)	

CMYK percentages

%40.35
%42.98
%0
%55.29

Codes

Color #444172 in popluar color models

444172
RGB6865114
HSL244°27.37%35.10%
HSB/HSV244°42.98%44.71%
CMYK40.35%42.98%0.00%
55.29%

Color #444172 in popluar number systems.

HEX444172
Decimal6865114
Binary100010010000011110010
Octal104101162

Shades and tints

Shades of #444172

#444172
(68,65,114)
#3E3C68
(62,60,104)
#38375E
(56,55,94)
#323254
(50,50,84)
#2C2D4A
(44,45,74)
#262840
(38,40,64)
#202336
(32,35,54)
#1A1E2C
(26,30,44)
#141922
(20,25,34)
#0E1418
(14,20,24)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #444172

#444172
(68,65,114)
#55527E
(85,82,126)
#66638A
(102,99,138)
#777496
(119,116,150)
#8885A2
(136,133,162)
#9996AE
(153,150,174)
#AAA7BA
(170,167,186)
#BBB8C6
(187,184,198)
#CCC9D2
(204,201,210)
#DDDADE
(221,218,222)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444172; }

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

This text font color is #444172.


Background Color

.myBgColor { background-color: #444172; }

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

This div background color is #444172.


Border color

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

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

This div border color is #444172.


Opacity

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

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

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

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

This text has shadow with #444172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444172 on black background.


Color preview on white background

This text has color #444172 on white background.



Black color preview on #444172 background

This text has black color on #444172 background.


White color preview on #444172 background

This text has white color on #444172 background.