COLOR #441D06

HEX: #441D06
RGB: (68,29,6)

Color info

#441D06 contains mainly red and green colors. Web safe color of #441D06 is #333300 (or #330).

RGB color model

#441D06 color RGB value is (68,29,6).

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

RGB channels and saturation

R 68 of 255 = 27%
G 29 of 255 = 11%
B 6 of 255 = 2%

68
29
6

R + G + B ~ 13%. #441D06 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 29 + 6 = 103 (100%)
R 68 of 103 ~ 66.02%
G 29 of 103 ~ 28.16%
B 6 of 103 ~ 5.83%

%66.02
%28.16

CMYK color model

#441D06 color CMYK value is (0,57,91,73).

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 91.18%
  • key color value is 73.33%
CMYK:
(0,57,91,73)
C0M57Y91K73 
(0%,57%,91%,73%)
(0.00/0.57/0.91/0.73)	

CMYK percentages

%0
%57.35
%91.18
%73.33

Codes

Color #441D06 in popluar color models

441D06
RGB68296
HSL22°83.78%14.51%
HSB/HSV22°91.18%26.67%
CMYK0.00%57.35%91.18%
73.33%

Color #441D06 in popluar number systems.

HEX441D06
Decimal68296
Binary100010011101110
Octal104356

Shades and tints

Shades of #441D06

#441D06
(68,29,6)
#3E1B06
(62,27,6)
#381906
(56,25,6)
#321706
(50,23,6)
#2C1506
(44,21,6)
#261306
(38,19,6)
#201106
(32,17,6)
#1A0F06
(26,15,6)
#140D06
(20,13,6)
#0E0B06
(14,11,6)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #441D06

#441D06
(68,29,6)
#55311C
(85,49,28)
#664532
(102,69,50)
#775948
(119,89,72)
#886D5E
(136,109,94)
#998174
(153,129,116)
#AA958A
(170,149,138)
#BBA9A0
(187,169,160)
#CCBDB6
(204,189,182)
#DDD1CC
(221,209,204)
#EEE5E2
(238,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441D06; }

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

This text font color is #441D06.


Background Color

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

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

This div background color is #441D06.


Border color

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

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

This div border color is #441D06.


Opacity

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

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

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

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

This text has shadow with #441D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441D06 on black background.


Color preview on white background

This text has color #441D06 on white background.



Black color preview on #441D06 background

This text has black color on #441D06 background.


White color preview on #441D06 background

This text has white color on #441D06 background.