COLOR #441D52

HEX: #441D52
RGB: (68,29,82)

Color info

#441D52 contains red, green and blue colors in about the same proportion. Web safe color of #441D52 is #333366 (or #336).

RGB color model

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

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

RGB channels and saturation

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

68
29
82

R + G + B ~ 23%. #441D52 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 29 + 82 = 179 (100%)
R 68 of 179 ~ 37.99%
G 29 of 179 ~ 16.2%
B 82 of 179 ~ 45.81%

%37.99
%16.2
%45.81

CMYK color model

#441D52 color CMYK value is (17,65,0,68).

  • cyan value is 17.07%
  • magenta value is 64.63%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(17,65,0,68)
C17M65Y0K68 
(17%,65%,0%,68%)
(0.17/0.65/0.00/0.68)	

CMYK percentages

%17.07
%64.63
%0
%67.84

Codes

Color #441D52 in popluar color models

441D52
RGB682982
HSL284°47.75%21.76%
HSB/HSV284°64.63%32.16%
CMYK17.07%64.63%0.00%
67.84%

Color #441D52 in popluar number systems.

HEX441D52
Decimal682982
Binary1000100111011010010
Octal10435122

Shades and tints

Shades of #441D52

#441D52
(68,29,82)
#3E1B4B
(62,27,75)
#381944
(56,25,68)
#32173D
(50,23,61)
#2C1536
(44,21,54)
#26132F
(38,19,47)
#201128
(32,17,40)
#1A0F21
(26,15,33)
#140D1A
(20,13,26)
#0E0B13
(14,11,19)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #441D52

#441D52
(68,29,82)
#553161
(85,49,97)
#664570
(102,69,112)
#77597F
(119,89,127)
#886D8E
(136,109,142)
#99819D
(153,129,157)
#AA95AC
(170,149,172)
#BBA9BB
(187,169,187)
#CCBDCA
(204,189,202)
#DDD1D9
(221,209,217)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441D52; }

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

This text font color is #441D52.


Background Color

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

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

This div background color is #441D52.


Border color

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

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

This div border color is #441D52.


Opacity

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

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

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

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

This text has shadow with #441D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441D52 on black background.


Color preview on white background

This text has color #441D52 on white background.



Black color preview on #441D52 background

This text has black color on #441D52 background.


White color preview on #441D52 background

This text has white color on #441D52 background.