COLOR #444C66

HEX: #444C66 RGB: (68,76,102)

Color info

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

RGB color model

#444C66 color RGB value is (68,76,102).

RGB: (68,76,102) (27%, 30%, 40%)

RGB channels and saturation

R 68 of 255 = 27%
G 76 of 255 = 30%
B 102 of 255 = 40%

68
76
102

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

Portions of RGB colors in percentages

R + G + B = 68 + 76 + 102 = 246 (100%)
R 68 of 246 ~ 27.64%
G 76 of 246 ~ 30.89%
B 102 of 246 ~ 41.46'%

%27.64
%30.89
%41.46

CMYK color model

#444C66 color CMYK value is (33,25,0,60).

  • cyan value is 33.33%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (33,25,0,60) C33M25Y0K60 (33%,25%,0%,60%) (0.33/0.25/0.00/0.60) 

CMYK percentages

%33.33
%25.49
%0
%60

Codes

Color #444C66 in popluar color models

44 4C 66
RGB 68 76 102
HSL 226° 20.00% 33.33%
HSB/HSV 226° 33.33% 40.00%
CMYK 33.33% 25.49% 0.00%
60.00%

Color #444C66 in popluar number systems.

HEX 44 4C 66
Decimal 68 76 102
Binary 1000100 1001100 1100110
Octal 104 114 146

Shades and tints

Shades of #444C66

#444C66
(68,76,102)
#3E465D
(62,70,93)
#384054
(56,64,84)
#323A4B
(50,58,75)
#2C3442
(44,52,66)
#262E39
(38,46,57)
#202830
(32,40,48)
#1A2227
(26,34,39)
#141C1E
(20,28,30)
#0E1615
(14,22,21)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #444C66

#444C66
(68,76,102)
#555C73
(85,92,115)
#666C80
(102,108,128)
#777C8D
(119,124,141)
#888C9A
(136,140,154)
#999CA7
(153,156,167)
#AAACB4
(170,172,180)
#BBBCC1
(187,188,193)
#CCCCCE
(204,204,206)
#DDDCDB
(221,220,219)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444C66 color. Also use rgb(68,76,102) instead hex code.

Text Font Color

.myTextColor { color: #444C66; }

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

This text font color is #444C66.

Background Color

.myBgColor { background-color: #444C66; }

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

This div background color is #444C66.

Border color

.myBorderColor { border: 1px solid #444C66; }

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

This div border color is #444C66.

Opacity

.myOpacity80 { color: #444C66; opacity: 0.8; }

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

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

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

This text has shadow with #444C66 color.


.textShadow {text-shadow: 3px 3px 1px #444C66', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #444C66; -webkit-box-shadow: 1px 1px 3px 2px #444C66; box-shadow:1px 1px 3px 2px #444C66;">
Div content here
</div>

This div box has shadow with color #444C66.

Preview

Color preview on black background

This text has color #444C66 on black background.


Color preview on white background

This text has color #444C66 on white background.


Black color preview on #444C66 background

This text has black color on #444C66 background.


White color preview on #444C66 background

This text has white color on #444C66 background.


Related colors

Complementary color

Complementary color for #hex is #BBB399.


I love getcolorcode.com

Triadic colors

1 #66444C and #4C6644 with #444C66 are triadic colors.

2 #664C44 and #4C4466 with #444C66 are triadic colors.