COLOR #444F6B

HEX: #444F6B RGB: (68,79,107)

Color info

#444F6B contains red, green and blue colors in about the same proportion. Web safe color of #444F6B is #336666 (or #366).

RGB color model

#444F6B color RGB value is (68,79,107).

RGB: (68,79,107) (27%, 31%, 42%)

RGB channels and saturation

R 68 of 255 = 27%
G 79 of 255 = 31%
B 107 of 255 = 42%

68
79
107

R + G + B ~ 33%. #444F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 79 + 107 = 254 (100%)
R 68 of 254 ~ 26.77%
G 79 of 254 ~ 31.1%
B 107 of 254 ~ 42.13'%

%26.77
%31.1
%42.13

CMYK color model

#444F6B color CMYK value is (36,26,0,58).

  • cyan value is 36.45%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (36,26,0,58)
C36M26Y0K58 (36%, 26%, 0%, 58%)
(0.36 / 0.26 / 0.00 / 0.58)

CMYK percentages

%36.45
%26.17
%0
%58.04

Codes

Color #444F6B in popluar color models

44 4F 6B
RGB 68 79 107
HSL 223° 22.29% 34.31%
HSB/HSV 223° 36.45% 41.96%
CMYK 36.45% 26.17% 0.00%
58.04%

Color #444F6B in popluar number systems.

HEX 44 4F 6B
Decimal 68 79 107
Binary 1000100 1001111 1101011
Octal 104 117 153

Shades and tints

Shades of #444F6B

#444F6B
(68,79,107)
#3E4862
(62,72,98)
#384159
(56,65,89)
#323A50
(50,58,80)
#2C3347
(44,51,71)
#262C3E
(38,44,62)
#202535
(32,37,53)
#1A1E2C
(26,30,44)
#141723
(20,23,35)
#0E101A
(14,16,26)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #444F6B

#444F6B
(68,79,107)
#555F78
(85,95,120)
#666F85
(102,111,133)
#777F92
(119,127,146)
#888F9F
(136,143,159)
#999FAC
(153,159,172)
#AAAFB9
(170,175,185)
#BBBFC6
(187,191,198)
#CCCFD3
(204,207,211)
#DDDFE0
(221,223,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444F6B color. Also use rgb(68,79,107) instead hex code.

Text Font Color

.myTextColor { color: #444F6B; }

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

This text font color is #444F6B.

Background Color

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

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

This div background color is #444F6B.

Border color

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

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

This div border color is #444F6B.

Opacity

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

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

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

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

This text has shadow with #444F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444F6B.

Preview

Color preview on black background

This text has color #444F6B on black background.


Color preview on white background

This text has color #444F6B on white background.


Black color preview on #444F6B background

This text has black color on #444F6B background.


White color preview on #444F6B background

This text has white color on #444F6B background.


Related colors

Complementary color

Complementary color for #hex is #BBB094.


I love getcolorcode.com

Triadic colors

1 #6B444F and #4F6B44 with #444F6B are triadic colors.

2 #6B4F44 and #4F446B with #444F6B are triadic colors.