COLOR #441306

HEX: #441306
RGB: (68,19,6)

Color info

#441306 contains mainly red and green colors. Web safe color of #441306 is #330000 (or #300).

RGB color model

#441306 color RGB value is (68,19,6).

  • red value is 68;
  • green value is 19;
  • blue value is 6.
RGB:
(68,19,6)
(27%,7%,2%)

RGB channels and saturation

R 68 of 255 = 27%
G 19 of 255 = 7%
B 6 of 255 = 2%

68
19
6

R + G + B ~ 12%. #441306 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 19 + 6 = 93 (100%)
R 68 of 93 ~ 73.12%
G 19 of 93 ~ 20.43%
B 6 of 93 ~ 6.45%

%73.12
%20.43

CMYK color model

#441306 color CMYK value is (0,72,91,73).

  • cyan value is 0.00%
  • magenta value is 72.06%
  • yellow value is 91.18%
  • key color value is 73.33%
CMYK:
(0,72,91,73)
C0M72Y91K73 
(0%,72%,91%,73%)
(0.00/0.72/0.91/0.73)	

CMYK percentages

%0
%72.06
%91.18
%73.33

Codes

Color #441306 in popluar color models

441306
RGB68196
HSL13°83.78%14.51%
HSB/HSV13°91.18%26.67%
CMYK0.00%72.06%91.18%
73.33%

Color #441306 in popluar number systems.

HEX441306
Decimal68196
Binary100010010011110
Octal104236

Shades and tints

Shades of #441306

#441306
(68,19,6)
#3E1206
(62,18,6)
#381106
(56,17,6)
#321006
(50,16,6)
#2C0F06
(44,15,6)
#260E06
(38,14,6)
#200D06
(32,13,6)
#1A0C06
(26,12,6)
#140B06
(20,11,6)
#0E0A06
(14,10,6)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #441306

#441306
(68,19,6)
#55281C
(85,40,28)
#663D32
(102,61,50)
#775248
(119,82,72)
#88675E
(136,103,94)
#997C74
(153,124,116)
#AA918A
(170,145,138)
#BBA6A0
(187,166,160)
#CCBBB6
(204,187,182)
#DDD0CC
(221,208,204)
#EEE5E2
(238,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441306 color. Also use rgb(68,19,6) instead hex code.

Text Font Color

.myTextColor { color: #441306; }

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

This text font color is #441306.


Background Color

.myBgColor { background-color: #441306; }

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

This div background color is #441306.


Border color

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

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

This div border color is #441306.


Opacity

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

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

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

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

This text has shadow with #441306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441306 on black background.


Color preview on white background

This text has color #441306 on white background.



Black color preview on #441306 background

This text has black color on #441306 background.


White color preview on #441306 background

This text has white color on #441306 background.