COLOR #440C50

HEX: #440C50
RGB: (68,12,80)

Color info

#440C50 contains mainly red and blue colors. Web safe color of #440C50 is #330066 (or #306).

RGB color model

#440C50 color RGB value is (68,12,80).

  • red value is 68;
  • green value is 12;
  • blue value is 80.
RGB:
(68,12,80)
(27%,5%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 12 of 255 = 5%
B 80 of 255 = 31%

68
12
80

R + G + B ~ 21%. #440C50 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 12 + 80 = 160 (100%)
R 68 of 160 ~ 42.5%
G 12 of 160 ~ 7.5%
B 80 of 160 ~ 50%

%42.5
%50

CMYK color model

#440C50 color CMYK value is (15,85,0,69).

  • cyan value is 15.00%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(15,85,0,69)
C15M85Y0K69 
(15%,85%,0%,69%)
(0.15/0.85/0.00/0.69)	

CMYK percentages

%15
%85
%0
%68.63

Codes

Color #440C50 in popluar color models

440C50
RGB681280
HSL289°73.91%18.04%
HSB/HSV289°85.00%31.37%
CMYK15.00%85.00%0.00%
68.63%

Color #440C50 in popluar number systems.

HEX440C50
Decimal681280
Binary100010011001010000
Octal10414120

Shades and tints

Shades of #440C50

#440C50
(68,12,80)
#3E0B49
(62,11,73)
#380A42
(56,10,66)
#32093B
(50,9,59)
#2C0834
(44,8,52)
#26072D
(38,7,45)
#200626
(32,6,38)
#1A051F
(26,5,31)
#140418
(20,4,24)
#0E0311
(14,3,17)
#08020A
(8,2,10)
#000000
(0,0,0)

Tints of #440C50

#440C50
(68,12,80)
#55225F
(85,34,95)
#66386E
(102,56,110)
#774E7D
(119,78,125)
#88648C
(136,100,140)
#997A9B
(153,122,155)
#AA90AA
(170,144,170)
#BBA6B9
(187,166,185)
#CCBCC8
(204,188,200)
#DDD2D7
(221,210,215)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440C50 color. Also use rgb(68,12,80) instead hex code.

Text Font Color

.myTextColor { color: #440C50; }

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

This text font color is #440C50.


Background Color

.myBgColor { background-color: #440C50; }

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

This div background color is #440C50.


Border color

.myBorderColor { border: 1px solid #440C50; }

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

This div border color is #440C50.


Opacity

.myOpacity80 { color: #440C50; opacity: 0.8; }

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

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

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

This text has shadow with #440C50 color.

.textShadow {text-shadow: 3px 3px 1px #440C50, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440C50 on black background.


Color preview on white background

This text has color #440C50 on white background.



Black color preview on #440C50 background

This text has black color on #440C50 background.


White color preview on #440C50 background

This text has white color on #440C50 background.