COLOR #441411

HEX: #441411
RGB: (68,20,17)

Color info

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

RGB color model

#441411 color RGB value is (68,20,17).

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

RGB channels and saturation

R 68 of 255 = 27%
G 20 of 255 = 8%
B 17 of 255 = 7%

68
20
17

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

Portions of RGB colors in percentages

R + G + B =
68 + 20 + 17 = 105 (100%)
R 68 of 105 ~ 64.76%
G 20 of 105 ~ 19.05%
B 17 of 105 ~ 16.19%

%64.76
%19.05
%16.19

CMYK color model

#441411 color CMYK value is (0,71,75,73).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 75.00%
  • key color value is 73.33%
CMYK:
(0,71,75,73)
C0M71Y75K73 
(0%,71%,75%,73%)
(0.00/0.71/0.75/0.73)	

CMYK percentages

%0
%70.59
%75
%73.33

Codes

Color #441411 in popluar color models

441411
RGB682017
HSL60.00%16.67%
HSB/HSV75.00%26.67%
CMYK0.00%70.59%75.00%
73.33%

Color #441411 in popluar number systems.

HEX441411
Decimal682017
Binary10001001010010001
Octal1042421

Shades and tints

Shades of #441411

#441411
(68,20,17)
#3E1310
(62,19,16)
#38120F
(56,18,15)
#32110E
(50,17,14)
#2C100D
(44,16,13)
#260F0C
(38,15,12)
#200E0B
(32,14,11)
#1A0D0A
(26,13,10)
#140C09
(20,12,9)
#0E0B08
(14,11,8)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #441411

#441411
(68,20,17)
#552926
(85,41,38)
#663E3B
(102,62,59)
#775350
(119,83,80)
#886865
(136,104,101)
#997D7A
(153,125,122)
#AA928F
(170,146,143)
#BBA7A4
(187,167,164)
#CCBCB9
(204,188,185)
#DDD1CE
(221,209,206)
#EEE6E3
(238,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441411; }

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

This text font color is #441411.


Background Color

.myBgColor { background-color: #441411; }

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

This div background color is #441411.


Border color

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

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

This div border color is #441411.


Opacity

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

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

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

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

This text has shadow with #441411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441411 on black background.


Color preview on white background

This text has color #441411 on white background.



Black color preview on #441411 background

This text has black color on #441411 background.


White color preview on #441411 background

This text has white color on #441411 background.