COLOR #441D57

HEX: #441D57
RGB: (68,29,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

68
29
87

R + G + B ~ 24%. #441D57 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 29 + 87 = 184 (100%)
R 68 of 184 ~ 36.96%
G 29 of 184 ~ 15.76%
B 87 of 184 ~ 47.28%

%36.96
%15.76
%47.28

CMYK color model

#441D57 color CMYK value is (22,67,0,66).

  • cyan value is 21.84%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(22,67,0,66)
C22M67Y0K66 
(22%,67%,0%,66%)
(0.22/0.67/0.00/0.66)	

CMYK percentages

%21.84
%66.67
%0
%65.88

Codes

Color #441D57 in popluar color models

441D57
RGB682987
HSL280°50.00%22.75%
HSB/HSV280°66.67%34.12%
CMYK21.84%66.67%0.00%
65.88%

Color #441D57 in popluar number systems.

HEX441D57
Decimal682987
Binary1000100111011010111
Octal10435127

Shades and tints

Shades of #441D57

#441D57
(68,29,87)
#3E1B50
(62,27,80)
#381949
(56,25,73)
#321742
(50,23,66)
#2C153B
(44,21,59)
#261334
(38,19,52)
#20112D
(32,17,45)
#1A0F26
(26,15,38)
#140D1F
(20,13,31)
#0E0B18
(14,11,24)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #441D57

#441D57
(68,29,87)
#553166
(85,49,102)
#664575
(102,69,117)
#775984
(119,89,132)
#886D93
(136,109,147)
#9981A2
(153,129,162)
#AA95B1
(170,149,177)
#BBA9C0
(187,169,192)
#CCBDCF
(204,189,207)
#DDD1DE
(221,209,222)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441D57; }

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

This text font color is #441D57.


Background Color

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

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

This div background color is #441D57.


Border color

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

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

This div border color is #441D57.


Opacity

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

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

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

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

This text has shadow with #441D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441D57 on black background.


Color preview on white background

This text has color #441D57 on white background.



Black color preview on #441D57 background

This text has black color on #441D57 background.


White color preview on #441D57 background

This text has white color on #441D57 background.