COLOR #441222

HEX: #441222
RGB: (68,18,34)

Color info

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

RGB color model

#441222 color RGB value is (68,18,34).

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

RGB channels and saturation

R 68 of 255 = 27%
G 18 of 255 = 7%
B 34 of 255 = 13%

68
18
34

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

Portions of RGB colors in percentages

R + G + B =
68 + 18 + 34 = 120 (100%)
R 68 of 120 ~ 56.67%
G 18 of 120 ~ 15%
B 34 of 120 ~ 28.33%

%56.67
%15
%28.33

CMYK color model

#441222 color CMYK value is (0,74,50,73).

  • cyan value is 0.00%
  • magenta value is 73.53%
  • yellow value is 50.00%
  • key color value is 73.33%
CMYK:
(0,74,50,73)
C0M74Y50K73 
(0%,74%,50%,73%)
(0.00/0.74/0.50/0.73)	

CMYK percentages

%0
%73.53
%50
%73.33

Codes

Color #441222 in popluar color models

441222
RGB681834
HSL341°58.14%16.86%
HSB/HSV341°73.53%26.67%
CMYK0.00%73.53%50.00%
73.33%

Color #441222 in popluar number systems.

HEX441222
Decimal681834
Binary100010010010100010
Octal1042242

Shades and tints

Shades of #441222

#441222
(68,18,34)
#3E111F
(62,17,31)
#38101C
(56,16,28)
#320F19
(50,15,25)
#2C0E16
(44,14,22)
#260D13
(38,13,19)
#200C10
(32,12,16)
#1A0B0D
(26,11,13)
#140A0A
(20,10,10)
#0E0907
(14,9,7)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #441222

#441222
(68,18,34)
#552736
(85,39,54)
#663C4A
(102,60,74)
#77515E
(119,81,94)
#886672
(136,102,114)
#997B86
(153,123,134)
#AA909A
(170,144,154)
#BBA5AE
(187,165,174)
#CCBAC2
(204,186,194)
#DDCFD6
(221,207,214)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441222; }

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

This text font color is #441222.


Background Color

.myBgColor { background-color: #441222; }

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

This div background color is #441222.


Border color

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

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

This div border color is #441222.


Opacity

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

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

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

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

This text has shadow with #441222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441222 on black background.


Color preview on white background

This text has color #441222 on white background.



Black color preview on #441222 background

This text has black color on #441222 background.


White color preview on #441222 background

This text has white color on #441222 background.