COLOR #441342

HEX: #441342
RGB: (68,19,66)

Color info

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

RGB color model

#441342 color RGB value is (68,19,66).

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

RGB channels and saturation

R 68 of 255 = 27%
G 19 of 255 = 7%
B 66 of 255 = 26%

68
19
66

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

Portions of RGB colors in percentages

R + G + B =
68 + 19 + 66 = 153 (100%)
R 68 of 153 ~ 44.44%
G 19 of 153 ~ 12.42%
B 66 of 153 ~ 43.14%

%44.44
%12.42
%43.14

CMYK color model

#441342 color CMYK value is (0,72,3,73).

  • cyan value is 0.00%
  • magenta value is 72.06%
  • yellow value is 2.94%
  • key color value is 73.33%
CMYK:
(0,72,3,73)
C0M72Y3K73 
(0%,72%,3%,73%)
(0.00/0.72/0.03/0.73)	

CMYK percentages

%0
%72.06
%2.94
%73.33

Codes

Color #441342 in popluar color models

441342
RGB681966
HSL302°56.32%17.06%
HSB/HSV302°72.06%26.67%
CMYK0.00%72.06%2.94%
73.33%

Color #441342 in popluar number systems.

HEX441342
Decimal681966
Binary1000100100111000010
Octal10423102

Shades and tints

Shades of #441342

#441342
(68,19,66)
#3E123C
(62,18,60)
#381136
(56,17,54)
#321030
(50,16,48)
#2C0F2A
(44,15,42)
#260E24
(38,14,36)
#200D1E
(32,13,30)
#1A0C18
(26,12,24)
#140B12
(20,11,18)
#0E0A0C
(14,10,12)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #441342

#441342
(68,19,66)
#552853
(85,40,83)
#663D64
(102,61,100)
#775275
(119,82,117)
#886786
(136,103,134)
#997C97
(153,124,151)
#AA91A8
(170,145,168)
#BBA6B9
(187,166,185)
#CCBBCA
(204,187,202)
#DDD0DB
(221,208,219)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441342 color. Also use rgb(68,19,66) instead hex code.

Text Font Color

.myTextColor { color: #441342; }

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

This text font color is #441342.


Background Color

.myBgColor { background-color: #441342; }

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

This div background color is #441342.


Border color

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

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

This div border color is #441342.


Opacity

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

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

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

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

This text has shadow with #441342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441342 on black background.


Color preview on white background

This text has color #441342 on white background.



Black color preview on #441342 background

This text has black color on #441342 background.


White color preview on #441342 background

This text has white color on #441342 background.