COLOR #441426

HEX: #441426
RGB: (68,20,38)

Color info

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

RGB color model

#441426 color RGB value is (68,20,38).

  • red value is 68;
  • green value is 20;
  • blue value is 38.
RGB:
(68,20,38)
(27%,8%,15%)

RGB channels and saturation

R 68 of 255 = 27%
G 20 of 255 = 8%
B 38 of 255 = 15%

68
20
38

R + G + B ~ 17%. #441426 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 20 + 38 = 126 (100%)
R 68 of 126 ~ 53.97%
G 20 of 126 ~ 15.87%
B 38 of 126 ~ 30.16%

%53.97
%15.87
%30.16

CMYK color model

#441426 color CMYK value is (0,71,44,73).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 44.12%
  • key color value is 73.33%
CMYK:
(0,71,44,73)
C0M71Y44K73 
(0%,71%,44%,73%)
(0.00/0.71/0.44/0.73)	

CMYK percentages

%0
%70.59
%44.12
%73.33

Codes

Color #441426 in popluar color models

441426
RGB682038
HSL338°54.55%17.25%
HSB/HSV338°70.59%26.67%
CMYK0.00%70.59%44.12%
73.33%

Color #441426 in popluar number systems.

HEX441426
Decimal682038
Binary100010010100100110
Octal1042446

Shades and tints

Shades of #441426

#441426
(68,20,38)
#3E1323
(62,19,35)
#381220
(56,18,32)
#32111D
(50,17,29)
#2C101A
(44,16,26)
#260F17
(38,15,23)
#200E14
(32,14,20)
#1A0D11
(26,13,17)
#140C0E
(20,12,14)
#0E0B0B
(14,11,11)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #441426

#441426
(68,20,38)
#552939
(85,41,57)
#663E4C
(102,62,76)
#77535F
(119,83,95)
#886872
(136,104,114)
#997D85
(153,125,133)
#AA9298
(170,146,152)
#BBA7AB
(187,167,171)
#CCBCBE
(204,188,190)
#DDD1D1
(221,209,209)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441426 color. Also use rgb(68,20,38) instead hex code.

Text Font Color

.myTextColor { color: #441426; }

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

This text font color is #441426.


Background Color

.myBgColor { background-color: #441426; }

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

This div background color is #441426.


Border color

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

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

This div border color is #441426.


Opacity

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

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

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

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

This text has shadow with #441426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441426 on black background.


Color preview on white background

This text has color #441426 on white background.



Black color preview on #441426 background

This text has black color on #441426 background.


White color preview on #441426 background

This text has white color on #441426 background.