COLOR #441224

HEX: #441224
RGB: (68,18,36)

Color info

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

RGB color model

#441224 color RGB value is (68,18,36).

  • red value is 68;
  • green value is 18;
  • blue value is 36.
RGB:
(68,18,36)
(27%,7%,14%)

RGB channels and saturation

R 68 of 255 = 27%
G 18 of 255 = 7%
B 36 of 255 = 14%

68
18
36

R + G + B ~ 16%. #441224 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 18 + 36 = 122 (100%)
R 68 of 122 ~ 55.74%
G 18 of 122 ~ 14.75%
B 36 of 122 ~ 29.51%

%55.74
%14.75
%29.51

CMYK color model

#441224 color CMYK value is (0,74,47,73).

  • cyan value is 0.00%
  • magenta value is 73.53%
  • yellow value is 47.06%
  • key color value is 73.33%
CMYK:
(0,74,47,73)
C0M74Y47K73 
(0%,74%,47%,73%)
(0.00/0.74/0.47/0.73)	

CMYK percentages

%0
%73.53
%47.06
%73.33

Codes

Color #441224 in popluar color models

441224
RGB681836
HSL338°58.14%16.86%
HSB/HSV338°73.53%26.67%
CMYK0.00%73.53%47.06%
73.33%

Color #441224 in popluar number systems.

HEX441224
Decimal681836
Binary100010010010100100
Octal1042244

Shades and tints

Shades of #441224

#441224
(68,18,36)
#3E1121
(62,17,33)
#38101E
(56,16,30)
#320F1B
(50,15,27)
#2C0E18
(44,14,24)
#260D15
(38,13,21)
#200C12
(32,12,18)
#1A0B0F
(26,11,15)
#140A0C
(20,10,12)
#0E0909
(14,9,9)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #441224

#441224
(68,18,36)
#552737
(85,39,55)
#663C4A
(102,60,74)
#77515D
(119,81,93)
#886670
(136,102,112)
#997B83
(153,123,131)
#AA9096
(170,144,150)
#BBA5A9
(187,165,169)
#CCBABC
(204,186,188)
#DDCFCF
(221,207,207)
#EEE4E2
(238,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441224 color. Also use rgb(68,18,36) instead hex code.

Text Font Color

.myTextColor { color: #441224; }

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

This text font color is #441224.


Background Color

.myBgColor { background-color: #441224; }

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

This div background color is #441224.


Border color

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

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

This div border color is #441224.


Opacity

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

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

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

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

This text has shadow with #441224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441224 on black background.


Color preview on white background

This text has color #441224 on white background.



Black color preview on #441224 background

This text has black color on #441224 background.


White color preview on #441224 background

This text has white color on #441224 background.