COLOR #444365

HEX: #444365
RGB: (68,67,101)

Color info

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

RGB color model

#444365 color RGB value is (68,67,101).

  • red value is 68;
  • green value is 67;
  • blue value is 101.
RGB: (68,67,101) (27%,26%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 67 of 255 = 26%
B 101 of 255 = 40%

68
67
101

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

Portions of RGB colors in percentages

R + G + B =
68 + 67 + 101 = 236 (100%)
R 68 of 236 ~ 28.81%
G 67 of 236 ~ 28.39%
B 101 of 236 ~ 42.8%

%28.81
%28.39
%42.8

CMYK color model

#444365 color CMYK value is (33,34,0,60).

  • cyan value is 32.67%
  • magenta value is 33.66%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (33,34,0,60) C33M34Y0K60 (33%,34%,0%,60%) (0.33/0.34/0.00/0.60)

CMYK percentages

%32.67
%33.66
%0
%60.39

Codes

Color #444365 in popluar color models

444365
RGB6867101
HSL242°20.24%32.94%
HSB/HSV242°33.66%39.61%
CMYK32.67%33.66%0.00%
60.39%

Color #444365 in popluar number systems.

HEX444365
Decimal6867101
Binary100010010000111100101
Octal104103145

Shades and tints

Shades of #444365

#444365
(68,67,101)
#3E3D5C
(62,61,92)
#383753
(56,55,83)
#32314A
(50,49,74)
#2C2B41
(44,43,65)
#262538
(38,37,56)
#201F2F
(32,31,47)
#1A1926
(26,25,38)
#14131D
(20,19,29)
#0E0D14
(14,13,20)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #444365

#444365
(68,67,101)
#555473
(85,84,115)
#666581
(102,101,129)
#77768F
(119,118,143)
#88879D
(136,135,157)
#9998AB
(153,152,171)
#AAA9B9
(170,169,185)
#BBBAC7
(187,186,199)
#CCCBD5
(204,203,213)
#DDDCE3
(221,220,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444365 color. Also use rgb(68,67,101) instead hex code.

Text Font Color

.myTextColor { color: #444365; }

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

This text font color is #444365.


Background Color

.myBgColor { background-color: #444365; }

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

This div background color is #444365.


Border color

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

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

This div border color is #444365.


Opacity

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

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

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

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

This text has shadow with #444365 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #444365 on black background.


Color preview on white background

This text has color #444365 on white background.



Black color preview on #444365 background

This text has black color on #444365 background.


White color preview on #444365 background

This text has white color on #444365 background.