COLOR #440239

HEX: #440239
RGB: (68,2,57)

Color info

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

RGB color model

#440239 color RGB value is (68,2,57).

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

RGB channels and saturation

R 68 of 255 = 27%
G 2 of 255 = 1%
B 57 of 255 = 22%

68
2
57

R + G + B ~ 17%. #440239 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 2 + 57 = 127 (100%)
R 68 of 127 ~ 53.54%
G 2 of 127 ~ 1.57%
B 57 of 127 ~ 44.88%

%53.54
%44.88

CMYK color model

#440239 color CMYK value is (0,97,16,73).

  • cyan value is 0.00%
  • magenta value is 97.06%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(0,97,16,73)
C0M97Y16K73 
(0%,97%,16%,73%)
(0.00/0.97/0.16/0.73)	

CMYK percentages

%0
%97.06
%16.18
%73.33

Codes

Color #440239 in popluar color models

440239
RGB68257
HSL310°94.29%13.73%
HSB/HSV310°97.06%26.67%
CMYK0.00%97.06%16.18%
73.33%

Color #440239 in popluar number systems.

HEX440239
Decimal68257
Binary100010010111001
Octal104271

Shades and tints

Shades of #440239

#440239
(68,2,57)
#3E0234
(62,2,52)
#38022F
(56,2,47)
#32022A
(50,2,42)
#2C0225
(44,2,37)
#260220
(38,2,32)
#20021B
(32,2,27)
#1A0216
(26,2,22)
#140211
(20,2,17)
#0E020C
(14,2,12)
#080207
(8,2,7)
#000000
(0,0,0)

Tints of #440239

#440239
(68,2,57)
#55194B
(85,25,75)
#66305D
(102,48,93)
#77476F
(119,71,111)
#885E81
(136,94,129)
#997593
(153,117,147)
#AA8CA5
(170,140,165)
#BBA3B7
(187,163,183)
#CCBAC9
(204,186,201)
#DDD1DB
(221,209,219)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440239; }

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

This text font color is #440239.


Background Color

.myBgColor { background-color: #440239; }

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

This div background color is #440239.


Border color

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

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

This div border color is #440239.


Opacity

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

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

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

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

This text has shadow with #440239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440239 on black background.


Color preview on white background

This text has color #440239 on white background.



Black color preview on #440239 background

This text has black color on #440239 background.


White color preview on #440239 background

This text has white color on #440239 background.