COLOR #441C5E

HEX: #441C5E
RGB: (68,28,94)

Color info

#441C5E contains mainly red and blue colors. Web safe color of #441C5E is #333366 (or #336).

RGB color model

#441C5E color RGB value is (68,28,94).

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

RGB channels and saturation

R 68 of 255 = 27%
G 28 of 255 = 11%
B 94 of 255 = 37%

68
28
94

R + G + B ~ 25%. #441C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 28 + 94 = 190 (100%)
R 68 of 190 ~ 35.79%
G 28 of 190 ~ 14.74%
B 94 of 190 ~ 49.47%

%35.79
%14.74
%49.47

CMYK color model

#441C5E color CMYK value is (28,70,0,63).

  • cyan value is 27.66%
  • magenta value is 70.21%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(28,70,0,63)
C28M70Y0K63 
(28%,70%,0%,63%)
(0.28/0.70/0.00/0.63)	

CMYK percentages

%27.66
%70.21
%0
%63.14

Codes

Color #441C5E in popluar color models

441C5E
RGB682894
HSL276°54.10%23.92%
HSB/HSV276°70.21%36.86%
CMYK27.66%70.21%0.00%
63.14%

Color #441C5E in popluar number systems.

HEX441C5E
Decimal682894
Binary1000100111001011110
Octal10434136

Shades and tints

Shades of #441C5E

#441C5E
(68,28,94)
#3E1A56
(62,26,86)
#38184E
(56,24,78)
#321646
(50,22,70)
#2C143E
(44,20,62)
#261236
(38,18,54)
#20102E
(32,16,46)
#1A0E26
(26,14,38)
#140C1E
(20,12,30)
#0E0A16
(14,10,22)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #441C5E

#441C5E
(68,28,94)
#55306C
(85,48,108)
#66447A
(102,68,122)
#775888
(119,88,136)
#886C96
(136,108,150)
#9980A4
(153,128,164)
#AA94B2
(170,148,178)
#BBA8C0
(187,168,192)
#CCBCCE
(204,188,206)
#DDD0DC
(221,208,220)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441C5E; }

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

This text font color is #441C5E.


Background Color

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

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

This div background color is #441C5E.


Border color

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

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

This div border color is #441C5E.


Opacity

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

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

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

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

This text has shadow with #441C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441C5E on black background.


Color preview on white background

This text has color #441C5E on white background.



Black color preview on #441C5E background

This text has black color on #441C5E background.


White color preview on #441C5E background

This text has white color on #441C5E background.