COLOR #441211

HEX: #441211 RGB: (68,18,17)

Color info

#441211 contains red, green and blue colors in about the same proportion. Web safe color of #441211 is #330000 (or #300).

RGB color model

#441211 color RGB value is (68,18,17).

RGB: (68,18,17) (27%, 7%, 7%)

RGB channels and saturation

R 68 of 255 = 27%
G 18 of 255 = 7%
B 17 of 255 = 7%

68
18
17

R + G + B ~ 14%. #441211 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 18 + 17 = 103 (100%)
R 68 of 103 ~ 66.02%
G 18 of 103 ~ 17.48%
B 17 of 103 ~ 16.5'%

%66.02
%17.48
%16.5

CMYK color model

#441211 color CMYK value is (0,74,75,73).

  • cyan value is 0.00%
  • magenta value is 73.53%
  • yellow value is 75.00%
  • key color value is 73.33%

CMYK: (0,74,75,73)
C0M74Y75K73 (0%, 74%, 75%, 73%)
(0.00 / 0.74 / 0.75 / 0.73)

CMYK percentages

%0
%73.53
%75
%73.33

Codes

Color #441211 in popluar color models

44 12 11
RGB 68 18 17
HSL 60.00% 16.67%
HSB/HSV 75.00% 26.67%
CMYK 0.00% 73.53% 75.00%
73.33%

Color #441211 in popluar number systems.

HEX 44 12 11
Decimal 68 18 17
Binary 1000100 10010 10001
Octal 104 22 21

Shades and tints

Shades of #441211

#441211
(68,18,17)
#3E1110
(62,17,16)
#38100F
(56,16,15)
#320F0E
(50,15,14)
#2C0E0D
(44,14,13)
#260D0C
(38,13,12)
#200C0B
(32,12,11)
#1A0B0A
(26,11,10)
#140A09
(20,10,9)
#0E0908
(14,9,8)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #441211

#441211
(68,18,17)
#552726
(85,39,38)
#663C3B
(102,60,59)
#775150
(119,81,80)
#886665
(136,102,101)
#997B7A
(153,123,122)
#AA908F
(170,144,143)
#BBA5A4
(187,165,164)
#CCBAB9
(204,186,185)
#DDCFCE
(221,207,206)
#EEE4E3
(238,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441211; }

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

This text font color is #441211.

Background Color

.myBgColor { background-color: #441211; }

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

This div background color is #441211.

Border color

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

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

This div border color is #441211.

Opacity

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

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

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

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

This text has shadow with #441211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #441211.

Preview

Color preview on black background

This text has color #441211 on black background.


Color preview on white background

This text has color #441211 on white background.


Black color preview on #441211 background

This text has black color on #441211 background.


White color preview on #441211 background

This text has white color on #441211 background.


Related colors

Complementary color

Complementary color for #hex is #BBEDEE.


I love getcolorcode.com

Triadic colors

1 #114412 and #121144 with #441211 are triadic colors.

2 #111244 and #124411 with #441211 are triadic colors.