COLOR #441143

HEX: #441143
RGB: (68,17,67)

Color info

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

RGB color model

#441143 color RGB value is (68,17,67).

  • red value is 68;
  • green value is 17;
  • blue value is 67.
RGB:
(68,17,67)
(27%,7%,26%)

RGB channels and saturation

R 68 of 255 = 27%
G 17 of 255 = 7%
B 67 of 255 = 26%

68
17
67

R + G + B ~ 20%. #441143 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 17 + 67 = 152 (100%)
R 68 of 152 ~ 44.74%
G 17 of 152 ~ 11.18%
B 67 of 152 ~ 44.08%

%44.74
%11.18
%44.08

CMYK color model

#441143 color CMYK value is (0,75,1,73).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 1.47%
  • key color value is 73.33%
CMYK:
(0,75,1,73)
C0M75Y1K73 
(0%,75%,1%,73%)
(0.00/0.75/0.01/0.73)	

CMYK percentages

%0
%75
%1.47
%73.33

Codes

Color #441143 in popluar color models

441143
RGB681767
HSL301°60.00%16.67%
HSB/HSV301°75.00%26.67%
CMYK0.00%75.00%1.47%
73.33%

Color #441143 in popluar number systems.

HEX441143
Decimal681767
Binary1000100100011000011
Octal10421103

Shades and tints

Shades of #441143

#441143
(68,17,67)
#3E103D
(62,16,61)
#380F37
(56,15,55)
#320E31
(50,14,49)
#2C0D2B
(44,13,43)
#260C25
(38,12,37)
#200B1F
(32,11,31)
#1A0A19
(26,10,25)
#140913
(20,9,19)
#0E080D
(14,8,13)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #441143

#441143
(68,17,67)
#552654
(85,38,84)
#663B65
(102,59,101)
#775076
(119,80,118)
#886587
(136,101,135)
#997A98
(153,122,152)
#AA8FA9
(170,143,169)
#BBA4BA
(187,164,186)
#CCB9CB
(204,185,203)
#DDCEDC
(221,206,220)
#EEE3ED
(238,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441143 color. Also use rgb(68,17,67) instead hex code.

Text Font Color

.myTextColor { color: #441143; }

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

This text font color is #441143.


Background Color

.myBgColor { background-color: #441143; }

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

This div background color is #441143.


Border color

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

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

This div border color is #441143.


Opacity

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

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

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

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

This text has shadow with #441143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441143 on black background.


Color preview on white background

This text has color #441143 on white background.



Black color preview on #441143 background

This text has black color on #441143 background.


White color preview on #441143 background

This text has white color on #441143 background.