COLOR #440044

HEX: #440044
RGB: (68,0,68)

Color info

#440044 contains only red and blue colors. Web safe color of #440044 is #330033 (or #303).

RGB color model

#440044 color RGB value is (68,0,68).

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

RGB channels and saturation

R 68 of 255 = 27%
G 0 of 255 = 0%
B 68 of 255 = 27%

68
0
68

R + G + B ~ 18%. #440044 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 0 + 68 = 136 (100%)
R 68 of 136 ~ 50%
G 0 of 136 ~ 0%
B 68 of 136 ~ 50%

%50
%50

CMYK color model

#440044 color CMYK value is (0,100,0,73).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(0,100,0,73)
C0M100Y0K73 
(0%,100%,0%,73%)
(0.00/1.00/0.00/0.73)	

CMYK percentages

%0
%100
%0
%73.33

Codes

Color #440044 in popluar color models

440044
RGB68068
HSL300°100.00%13.33%
HSB/HSV300°100.00%26.67%
CMYK0.00%100.00%0.00%
73.33%

Color #440044 in popluar number systems.

HEX440044
Decimal68068
Binary100010001000100
Octal1040104

Shades and tints

Shades of #440044

#440044
(68,0,68)
#3E003E
(62,0,62)
#380038
(56,0,56)
#320032
(50,0,50)
#2C002C
(44,0,44)
#260026
(38,0,38)
#200020
(32,0,32)
#1A001A
(26,0,26)
#140014
(20,0,20)
#0E000E
(14,0,14)
#080008
(8,0,8)
#000000
(0,0,0)

Tints of #440044

#440044
(68,0,68)
#551755
(85,23,85)
#662E66
(102,46,102)
#774577
(119,69,119)
#885C88
(136,92,136)
#997399
(153,115,153)
#AA8AAA
(170,138,170)
#BBA1BB
(187,161,187)
#CCB8CC
(204,184,204)
#DDCFDD
(221,207,221)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440044; }

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

This text font color is #440044.


Background Color

.myBgColor { background-color: #440044; }

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

This div background color is #440044.


Border color

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

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

This div border color is #440044.


Opacity

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

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

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

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

This text has shadow with #440044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440044 on black background.


Color preview on white background

This text has color #440044 on white background.



Black color preview on #440044 background

This text has black color on #440044 background.


White color preview on #440044 background

This text has white color on #440044 background.