COLOR #441C11

HEX: #441C11
RGB: (68,28,17)

Color info

#441C11 contains red, green and blue colors in about the same proportion. Web safe color of #441C11 is #333300 (or #330).

RGB color model

#441C11 color RGB value is (68,28,17).

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

RGB channels and saturation

R 68 of 255 = 27%
G 28 of 255 = 11%
B 17 of 255 = 7%

68
28
17

R + G + B ~ 15%. #441C11 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 28 + 17 = 113 (100%)
R 68 of 113 ~ 60.18%
G 28 of 113 ~ 24.78%
B 17 of 113 ~ 15.04%

%60.18
%24.78
%15.04

CMYK color model

#441C11 color CMYK value is (0,59,75,73).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 75.00%
  • key color value is 73.33%
CMYK:
(0,59,75,73)
C0M59Y75K73 
(0%,59%,75%,73%)
(0.00/0.59/0.75/0.73)	

CMYK percentages

%0
%58.82
%75
%73.33

Codes

Color #441C11 in popluar color models

441C11
RGB682817
HSL13°60.00%16.67%
HSB/HSV13°75.00%26.67%
CMYK0.00%58.82%75.00%
73.33%

Color #441C11 in popluar number systems.

HEX441C11
Decimal682817
Binary10001001110010001
Octal1043421

Shades and tints

Shades of #441C11

#441C11
(68,28,17)
#3E1A10
(62,26,16)
#38180F
(56,24,15)
#32160E
(50,22,14)
#2C140D
(44,20,13)
#26120C
(38,18,12)
#20100B
(32,16,11)
#1A0E0A
(26,14,10)
#140C09
(20,12,9)
#0E0A08
(14,10,8)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #441C11

#441C11
(68,28,17)
#553026
(85,48,38)
#66443B
(102,68,59)
#775850
(119,88,80)
#886C65
(136,108,101)
#99807A
(153,128,122)
#AA948F
(170,148,143)
#BBA8A4
(187,168,164)
#CCBCB9
(204,188,185)
#DDD0CE
(221,208,206)
#EEE4E3
(238,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441C11; }

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

This text font color is #441C11.


Background Color

.myBgColor { background-color: #441C11; }

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

This div background color is #441C11.


Border color

.myBorderColor { border: 1px solid #441C11; }

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

This div border color is #441C11.


Opacity

.myOpacity80 { color: #441C11; opacity: 0.8; }

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

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

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

This text has shadow with #441C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441C11 on black background.


Color preview on white background

This text has color #441C11 on white background.



Black color preview on #441C11 background

This text has black color on #441C11 background.


White color preview on #441C11 background

This text has white color on #441C11 background.