COLOR #444058

HEX: #444058 RGB: (68,64,88)

Color info

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

RGB color model

#444058 color RGB value is (68,64,88).

RGB: (68,64,88) (27%, 25%, 35%)

RGB channels and saturation

R 68 of 255 = 27%
G 64 of 255 = 25%
B 88 of 255 = 35%

68
64
88

R + G + B ~ 29%. #444058 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 64 + 88 = 220 (100%)
R 68 of 220 ~ 30.91%
G 64 of 220 ~ 29.09%
B 88 of 220 ~ 40'%

%30.91
%29.09
%40

CMYK color model

#444058 color CMYK value is (23,27,0,65).

  • cyan value is 22.73%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (23,27,0,65)
C23M27Y0K65 (23%, 27%, 0%, 65%)
(0.23 / 0.27 / 0.00 / 0.65)

CMYK percentages

%22.73
%27.27
%0
%65.49

Codes

Color #444058 in popluar color models

44 40 58
RGB 68 64 88
HSL 250° 15.79% 29.80%
HSB/HSV 250° 27.27% 34.51%
CMYK 22.73% 27.27% 0.00%
65.49%

Color #444058 in popluar number systems.

HEX 44 40 58
Decimal 68 64 88
Binary 1000100 1000000 1011000
Octal 104 100 130

Shades and tints

Shades of #444058

#444058
(68,64,88)
#3E3B50
(62,59,80)
#383648
(56,54,72)
#323140
(50,49,64)
#2C2C38
(44,44,56)
#262730
(38,39,48)
#202228
(32,34,40)
#1A1D20
(26,29,32)
#141818
(20,24,24)
#0E1310
(14,19,16)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #444058

#444058
(68,64,88)
#555167
(85,81,103)
#666276
(102,98,118)
#777385
(119,115,133)
#888494
(136,132,148)
#9995A3
(153,149,163)
#AAA6B2
(170,166,178)
#BBB7C1
(187,183,193)
#CCC8D0
(204,200,208)
#DDD9DF
(221,217,223)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444058 color. Also use rgb(68,64,88) instead hex code.

Text Font Color

.myTextColor { color: #444058; }

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

This text font color is #444058.

Background Color

.myBgColor { background-color: #444058; }

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

This div background color is #444058.

Border color

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

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

This div border color is #444058.

Opacity

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

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

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

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

This text has shadow with #444058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444058.

Preview

Color preview on black background

This text has color #444058 on black background.


Color preview on white background

This text has color #444058 on white background.


Black color preview on #444058 background

This text has black color on #444058 background.


White color preview on #444058 background

This text has white color on #444058 background.


Related colors

Complementary color

Complementary color for #hex is #BBBFA7.


I love getcolorcode.com

Triadic colors

1 #584440 and #405844 with #444058 are triadic colors.

2 #584044 and #404458 with #444058 are triadic colors.