COLOR #441D44

HEX: #441D44
RGB: (68,29,68)

Color info

#441D44 contains red, green and blue colors in about the same proportion. Web safe color of #441D44 is #333333 (or #333).

RGB color model

#441D44 color RGB value is (68,29,68).

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

RGB channels and saturation

R 68 of 255 = 27%
G 29 of 255 = 11%
B 68 of 255 = 27%

68
29
68

R + G + B ~ 22%. #441D44 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 29 + 68 = 165 (100%)
R 68 of 165 ~ 41.21%
G 29 of 165 ~ 17.58%
B 68 of 165 ~ 41.21%

%41.21
%17.58
%41.21

CMYK color model

#441D44 color CMYK value is (0,57,0,73).

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(0,57,0,73)
C0M57Y0K73 
(0%,57%,0%,73%)
(0.00/0.57/0.00/0.73)	

CMYK percentages

%0
%57.35
%0
%73.33

Codes

Color #441D44 in popluar color models

441D44
RGB682968
HSL300°40.21%19.02%
HSB/HSV300°57.35%26.67%
CMYK0.00%57.35%0.00%
73.33%

Color #441D44 in popluar number systems.

HEX441D44
Decimal682968
Binary1000100111011000100
Octal10435104

Shades and tints

Shades of #441D44

#441D44
(68,29,68)
#3E1B3E
(62,27,62)
#381938
(56,25,56)
#321732
(50,23,50)
#2C152C
(44,21,44)
#261326
(38,19,38)
#201120
(32,17,32)
#1A0F1A
(26,15,26)
#140D14
(20,13,20)
#0E0B0E
(14,11,14)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #441D44

#441D44
(68,29,68)
#553155
(85,49,85)
#664566
(102,69,102)
#775977
(119,89,119)
#886D88
(136,109,136)
#998199
(153,129,153)
#AA95AA
(170,149,170)
#BBA9BB
(187,169,187)
#CCBDCC
(204,189,204)
#DDD1DD
(221,209,221)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441D44; }

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

This text font color is #441D44.


Background Color

.myBgColor { background-color: #441D44; }

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

This div background color is #441D44.


Border color

.myBorderColor { border: 1px solid #441D44; }

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

This div border color is #441D44.


Opacity

.myOpacity80 { color: #441D44; opacity: 0.8; }

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

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

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

This text has shadow with #441D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441D44 on black background.


Color preview on white background

This text has color #441D44 on white background.



Black color preview on #441D44 background

This text has black color on #441D44 background.


White color preview on #441D44 background

This text has white color on #441D44 background.