COLOR #44446B

HEX: #44446B
RGB: (68,68,107)

Color info

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

RGB color model

#44446B color RGB value is (68,68,107).

  • red value is 68;
  • green value is 68;
  • blue value is 107.
RGB:
(68,68,107)
(27%,27%,42%)

RGB channels and saturation

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

68
68
107

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

Portions of RGB colors in percentages

R + G + B =
68 + 68 + 107 = 243 (100%)
R 68 of 243 ~ 27.98%
G 68 of 243 ~ 27.98%
B 107 of 243 ~ 44.03%

%27.98
%27.98
%44.03

CMYK color model

#44446B color CMYK value is (36,36,0,58).

  • cyan value is 36.45%
  • magenta value is 36.45%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(36,36,0,58)
C36M36Y0K58 
(36%,36%,0%,58%)
(0.36/0.36/0.00/0.58)	

CMYK percentages

%36.45
%36.45
%0
%58.04

Codes

Color #44446B in popluar color models

44446B
RGB6868107
HSL240°22.29%34.31%
HSB/HSV240°36.45%41.96%
CMYK36.45%36.45%0.00%
58.04%

Color #44446B in popluar number systems.

HEX44446B
Decimal6868107
Binary100010010001001101011
Octal104104153

Shades and tints

Shades of #44446B

#44446B
(68,68,107)
#3E3E62
(62,62,98)
#383859
(56,56,89)
#323250
(50,50,80)
#2C2C47
(44,44,71)
#26263E
(38,38,62)
#202035
(32,32,53)
#1A1A2C
(26,26,44)
#141423
(20,20,35)
#0E0E1A
(14,14,26)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #44446B

#44446B
(68,68,107)
#555578
(85,85,120)
#666685
(102,102,133)
#777792
(119,119,146)
#88889F
(136,136,159)
#9999AC
(153,153,172)
#AAAAB9
(170,170,185)
#BBBBC6
(187,187,198)
#CCCCD3
(204,204,211)
#DDDDE0
(221,221,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44446B; }

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

This text font color is #44446B.


Background Color

.myBgColor { background-color: #44446B; }

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

This div background color is #44446B.


Border color

.myBorderColor { border: 1px solid #44446B; }

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

This div border color is #44446B.


Opacity

.myOpacity80 { color: #44446B; opacity: 0.8; }

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

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

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

This text has shadow with #44446B color.

.textShadow {text-shadow: 3px 3px 1px #44446B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44446B on black background.


Color preview on white background

This text has color #44446B on white background.



Black color preview on #44446B background

This text has black color on #44446B background.


White color preview on #44446B background

This text has white color on #44446B background.