COLOR #44495C

HEX: #44495C
RGB: (68,73,92)

Color info

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

RGB color model

#44495C color RGB value is (68,73,92).

  • red value is 68;
  • green value is 73;
  • blue value is 92.
RGB:
(68,73,92)
(27%,29%,36%)

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 92 of 255 = 36%

68
73
92

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

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 92 = 233 (100%)
R 68 of 233 ~ 29.18%
G 73 of 233 ~ 31.33%
B 92 of 233 ~ 39.48%

%29.18
%31.33
%39.48

CMYK color model

#44495C color CMYK value is (26,21,0,64).

  • cyan value is 26.09%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(26,21,0,64)
C26M21Y0K64 
(26%,21%,0%,64%)
(0.26/0.21/0.00/0.64)	

CMYK percentages

%26.09
%20.65
%0
%63.92

Codes

Color #44495C in popluar color models

44495C
RGB687392
HSL228°15.00%31.37%
HSB/HSV228°26.09%36.08%
CMYK26.09%20.65%0.00%
63.92%

Color #44495C in popluar number systems.

HEX44495C
Decimal687392
Binary100010010010011011100
Octal104111134

Shades and tints

Shades of #44495C

#44495C
(68,73,92)
#3E4354
(62,67,84)
#383D4C
(56,61,76)
#323744
(50,55,68)
#2C313C
(44,49,60)
#262B34
(38,43,52)
#20252C
(32,37,44)
#1A1F24
(26,31,36)
#14191C
(20,25,28)
#0E1314
(14,19,20)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #44495C

#44495C
(68,73,92)
#55596A
(85,89,106)
#666978
(102,105,120)
#777986
(119,121,134)
#888994
(136,137,148)
#9999A2
(153,153,162)
#AAA9B0
(170,169,176)
#BBB9BE
(187,185,190)
#CCC9CC
(204,201,204)
#DDD9DA
(221,217,218)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44495C color. Also use rgb(68,73,92) instead hex code.

Text Font Color

.myTextColor { color: #44495C; }

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

This text font color is #44495C.


Background Color

.myBgColor { background-color: #44495C; }

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

This div background color is #44495C.


Border color

.myBorderColor { border: 1px solid #44495C; }

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

This div border color is #44495C.


Opacity

.myOpacity80 { color: #44495C; opacity: 0.8; }

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

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

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

This text has shadow with #44495C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44495C on black background.


Color preview on white background

This text has color #44495C on white background.



Black color preview on #44495C background

This text has black color on #44495C background.


White color preview on #44495C background

This text has white color on #44495C background.