COLOR #440039

HEX: #440039
RGB: (68,0,57)

Color info

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

RGB color model

#440039 color RGB value is (68,0,57).

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

RGB channels and saturation

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

68
0
57

R + G + B ~ 16%. #440039 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 0 + 57 = 125 (100%)
R 68 of 125 ~ 54.4%
G 0 of 125 ~ 0%
B 57 of 125 ~ 45.6%

%54.4
%45.6

CMYK color model

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

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

CMYK percentages

%0
%100
%16.18
%73.33

Codes

Color #440039 in popluar color models

440039
RGB68057
HSL310°100.00%13.33%
HSB/HSV310°100.00%26.67%
CMYK0.00%100.00%16.18%
73.33%

Color #440039 in popluar number systems.

HEX440039
Decimal68057
Binary10001000111001
Octal104071

Shades and tints

Shades of #440039

#440039
(68,0,57)
#3E0034
(62,0,52)
#38002F
(56,0,47)
#32002A
(50,0,42)
#2C0025
(44,0,37)
#260020
(38,0,32)
#20001B
(32,0,27)
#1A0016
(26,0,22)
#140011
(20,0,17)
#0E000C
(14,0,12)
#080007
(8,0,7)
#000000
(0,0,0)

Tints of #440039

#440039
(68,0,57)
#55174B
(85,23,75)
#662E5D
(102,46,93)
#77456F
(119,69,111)
#885C81
(136,92,129)
#997393
(153,115,147)
#AA8AA5
(170,138,165)
#BBA1B7
(187,161,183)
#CCB8C9
(204,184,201)
#DDCFDB
(221,207,219)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440039; }

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

This text font color is #440039.


Background Color

.myBgColor { background-color: #440039; }

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

This div background color is #440039.


Border color

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

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

This div border color is #440039.


Opacity

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

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

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

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

This text has shadow with #440039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440039 on black background.


Color preview on white background

This text has color #440039 on white background.



Black color preview on #440039 background

This text has black color on #440039 background.


White color preview on #440039 background

This text has white color on #440039 background.