COLOR #440941

HEX: #440941
RGB: (68,9,65)

Color info

#440941 contains red, green and blue colors in about the same proportion. Web safe color of #440941 is #330033 (or #303).

RGB color model

#440941 color RGB value is (68,9,65).

  • red value is 68;
  • green value is 9;
  • blue value is 65.
RGB:
(68,9,65)
(27%,4%,25%)

RGB channels and saturation

R 68 of 255 = 27%
G 9 of 255 = 4%
B 65 of 255 = 25%

68
9
65

R + G + B ~ 19%. #440941 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 9 + 65 = 142 (100%)
R 68 of 142 ~ 47.89%
G 9 of 142 ~ 6.34%
B 65 of 142 ~ 45.77%

%47.89
%45.77

CMYK color model

#440941 color CMYK value is (0,87,4,73).

  • cyan value is 0.00%
  • magenta value is 86.76%
  • yellow value is 4.41%
  • key color value is 73.33%
CMYK:
(0,87,4,73)
C0M87Y4K73 
(0%,87%,4%,73%)
(0.00/0.87/0.04/0.73)	

CMYK percentages

%0
%86.76
%4.41
%73.33

Codes

Color #440941 in popluar color models

440941
RGB68965
HSL303°76.62%15.10%
HSB/HSV303°86.76%26.67%
CMYK0.00%86.76%4.41%
73.33%

Color #440941 in popluar number systems.

HEX440941
Decimal68965
Binary100010010011000001
Octal10411101

Shades and tints

Shades of #440941

#440941
(68,9,65)
#3E093C
(62,9,60)
#380937
(56,9,55)
#320932
(50,9,50)
#2C092D
(44,9,45)
#260928
(38,9,40)
#200923
(32,9,35)
#1A091E
(26,9,30)
#140919
(20,9,25)
#0E0914
(14,9,20)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #440941

#440941
(68,9,65)
#551F52
(85,31,82)
#663563
(102,53,99)
#774B74
(119,75,116)
#886185
(136,97,133)
#997796
(153,119,150)
#AA8DA7
(170,141,167)
#BBA3B8
(187,163,184)
#CCB9C9
(204,185,201)
#DDCFDA
(221,207,218)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440941; }

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

This text font color is #440941.


Background Color

.myBgColor { background-color: #440941; }

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

This div background color is #440941.


Border color

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

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

This div border color is #440941.


Opacity

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

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

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

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

This text has shadow with #440941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440941 on black background.


Color preview on white background

This text has color #440941 on white background.



Black color preview on #440941 background

This text has black color on #440941 background.


White color preview on #440941 background

This text has white color on #440941 background.