COLOR #444853

HEX: #444853 RGB: (68,72,83)

Color info

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

RGB color model

#444853 color RGB value is (68,72,83).

RGB: (68,72,83) (27%, 28%, 33%)

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 83 of 255 = 33%

68
72
83

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

Portions of RGB colors in percentages

R + G + B = 68 + 72 + 83 = 223 (100%)
R 68 of 223 ~ 30.49%
G 72 of 223 ~ 32.29%
B 83 of 223 ~ 37.22'%

%30.49
%32.29
%37.22

CMYK color model

#444853 color CMYK value is (18,13,0,67).

  • cyan value is 18.07%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (18,13,0,67)
C18M13Y0K67 (18%, 13%, 0%, 67%)
(0.18 / 0.13 / 0.00 / 0.67)

CMYK percentages

%18.07
%13.25
%0
%67.45

Codes

Color #444853 in popluar color models

44 48 53
RGB 68 72 83
HSL 224° 9.93% 29.61%
HSB/HSV 224° 18.07% 32.55%
CMYK 18.07% 13.25% 0.00%
67.45%

Color #444853 in popluar number systems.

HEX 44 48 53
Decimal 68 72 83
Binary 1000100 1001000 1010011
Octal 104 110 123

Shades and tints

Shades of #444853

#444853
(68,72,83)
#3E424C
(62,66,76)
#383C45
(56,60,69)
#32363E
(50,54,62)
#2C3037
(44,48,55)
#262A30
(38,42,48)
#202429
(32,36,41)
#1A1E22
(26,30,34)
#14181B
(20,24,27)
#0E1214
(14,18,20)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #444853

#444853
(68,72,83)
#555862
(85,88,98)
#666871
(102,104,113)
#777880
(119,120,128)
#88888F
(136,136,143)
#99989E
(153,152,158)
#AAA8AD
(170,168,173)
#BBB8BC
(187,184,188)
#CCC8CB
(204,200,203)
#DDD8DA
(221,216,218)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444853 color. Also use rgb(68,72,83) instead hex code.

Text Font Color

.myTextColor { color: #444853; }

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

This text font color is #444853.

Background Color

.myBgColor { background-color: #444853; }

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

This div background color is #444853.

Border color

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

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

This div border color is #444853.

Opacity

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

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

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

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

This text has shadow with #444853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444853.

Preview

Color preview on black background

This text has color #444853 on black background.


Color preview on white background

This text has color #444853 on white background.


Black color preview on #444853 background

This text has black color on #444853 background.


White color preview on #444853 background

This text has white color on #444853 background.


Related colors

Complementary color

Complementary color for #hex is #BBB7AC.


I love getcolorcode.com

Triadic colors

1 #534448 and #485344 with #444853 are triadic colors.

2 #534844 and #484453 with #444853 are triadic colors.