COLOR #441942

HEX: #441942
RGB: (68,25,66)

Color info

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

RGB color model

#441942 color RGB value is (68,25,66).

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

RGB channels and saturation

R 68 of 255 = 27%
G 25 of 255 = 10%
B 66 of 255 = 26%

68
25
66

R + G + B ~ 21%. #441942 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 25 + 66 = 159 (100%)
R 68 of 159 ~ 42.77%
G 25 of 159 ~ 15.72%
B 66 of 159 ~ 41.51%

%42.77
%15.72
%41.51

CMYK color model

#441942 color CMYK value is (0,63,3,73).

  • cyan value is 0.00%
  • magenta value is 63.24%
  • yellow value is 2.94%
  • key color value is 73.33%
CMYK:
(0,63,3,73)
C0M63Y3K73 
(0%,63%,3%,73%)
(0.00/0.63/0.03/0.73)	

CMYK percentages

%0
%63.24
%2.94
%73.33

Codes

Color #441942 in popluar color models

441942
RGB682566
HSL303°46.24%18.24%
HSB/HSV303°63.24%26.67%
CMYK0.00%63.24%2.94%
73.33%

Color #441942 in popluar number systems.

HEX441942
Decimal682566
Binary1000100110011000010
Octal10431102

Shades and tints

Shades of #441942

#441942
(68,25,66)
#3E173C
(62,23,60)
#381536
(56,21,54)
#321330
(50,19,48)
#2C112A
(44,17,42)
#260F24
(38,15,36)
#200D1E
(32,13,30)
#1A0B18
(26,11,24)
#140912
(20,9,18)
#0E070C
(14,7,12)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #441942

#441942
(68,25,66)
#552D53
(85,45,83)
#664164
(102,65,100)
#775575
(119,85,117)
#886986
(136,105,134)
#997D97
(153,125,151)
#AA91A8
(170,145,168)
#BBA5B9
(187,165,185)
#CCB9CA
(204,185,202)
#DDCDDB
(221,205,219)
#EEE1EC
(238,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441942; }

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

This text font color is #441942.


Background Color

.myBgColor { background-color: #441942; }

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

This div background color is #441942.


Border color

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

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

This div border color is #441942.


Opacity

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

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

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

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

This text has shadow with #441942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441942 on black background.


Color preview on white background

This text has color #441942 on white background.



Black color preview on #441942 background

This text has black color on #441942 background.


White color preview on #441942 background

This text has white color on #441942 background.