COLOR #44355D

HEX: #44355D
RGB: (68,53,93)

Color info

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

RGB color model

#44355D color RGB value is (68,53,93).

  • red value is 68;
  • green value is 53;
  • blue value is 93.
RGB:
(68,53,93)
(27%,21%,36%)

RGB channels and saturation

R 68 of 255 = 27%
G 53 of 255 = 21%
B 93 of 255 = 36%

68
53
93

R + G + B ~ 28%. #44355D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 53 + 93 = 214 (100%)
R 68 of 214 ~ 31.78%
G 53 of 214 ~ 24.77%
B 93 of 214 ~ 43.46%

%31.78
%24.77
%43.46

CMYK color model

#44355D color CMYK value is (27,43,0,64).

  • cyan value is 26.88%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(27,43,0,64)
C27M43Y0K64 
(27%,43%,0%,64%)
(0.27/0.43/0.00/0.64)	

CMYK percentages

%26.88
%43.01
%0
%63.53

Codes

Color #44355D in popluar color models

44355D
RGB685393
HSL263°27.40%28.63%
HSB/HSV263°43.01%36.47%
CMYK26.88%43.01%0.00%
63.53%

Color #44355D in popluar number systems.

HEX44355D
Decimal685393
Binary10001001101011011101
Octal10465135

Shades and tints

Shades of #44355D

#44355D
(68,53,93)
#3E3155
(62,49,85)
#382D4D
(56,45,77)
#322945
(50,41,69)
#2C253D
(44,37,61)
#262135
(38,33,53)
#201D2D
(32,29,45)
#1A1925
(26,25,37)
#14151D
(20,21,29)
#0E1115
(14,17,21)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #44355D

#44355D
(68,53,93)
#55476B
(85,71,107)
#665979
(102,89,121)
#776B87
(119,107,135)
#887D95
(136,125,149)
#998FA3
(153,143,163)
#AAA1B1
(170,161,177)
#BBB3BF
(187,179,191)
#CCC5CD
(204,197,205)
#DDD7DB
(221,215,219)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44355D color. Also use rgb(68,53,93) instead hex code.

Text Font Color

.myTextColor { color: #44355D; }

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

This text font color is #44355D.


Background Color

.myBgColor { background-color: #44355D; }

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

This div background color is #44355D.


Border color

.myBorderColor { border: 1px solid #44355D; }

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

This div border color is #44355D.


Opacity

.myOpacity80 { color: #44355D; opacity: 0.8; }

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

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

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

This text has shadow with #44355D color.

.textShadow {text-shadow: 3px 3px 1px #44355D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44355D on black background.


Color preview on white background

This text has color #44355D on white background.



Black color preview on #44355D background

This text has black color on #44355D background.


White color preview on #44355D background

This text has white color on #44355D background.