COLOR #441D05

HEX: #441D05
RGB: (68,29,5)

Color info

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

RGB color model

#441D05 color RGB value is (68,29,5).

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

RGB channels and saturation

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

68
29
5

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

Portions of RGB colors in percentages

R + G + B =
68 + 29 + 5 = 102 (100%)
R 68 of 102 ~ 66.67%
G 29 of 102 ~ 28.43%
B 5 of 102 ~ 4.9%

%66.67
%28.43

CMYK color model

#441D05 color CMYK value is (0,57,93,73).

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 92.65%
  • key color value is 73.33%
CMYK:
(0,57,93,73)
C0M57Y93K73 
(0%,57%,93%,73%)
(0.00/0.57/0.93/0.73)	

CMYK percentages

%0
%57.35
%92.65
%73.33

Codes

Color #441D05 in popluar color models

441D05
RGB68295
HSL23°86.30%14.31%
HSB/HSV23°92.65%26.67%
CMYK0.00%57.35%92.65%
73.33%

Color #441D05 in popluar number systems.

HEX441D05
Decimal68295
Binary100010011101101
Octal104355

Shades and tints

Shades of #441D05

#441D05
(68,29,5)
#3E1B05
(62,27,5)
#381905
(56,25,5)
#321705
(50,23,5)
#2C1505
(44,21,5)
#261305
(38,19,5)
#201105
(32,17,5)
#1A0F05
(26,15,5)
#140D05
(20,13,5)
#0E0B05
(14,11,5)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #441D05

#441D05
(68,29,5)
#55311B
(85,49,27)
#664531
(102,69,49)
#775947
(119,89,71)
#886D5D
(136,109,93)
#998173
(153,129,115)
#AA9589
(170,149,137)
#BBA99F
(187,169,159)
#CCBDB5
(204,189,181)
#DDD1CB
(221,209,203)
#EEE5E1
(238,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441D05; }

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

This text font color is #441D05.


Background Color

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

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

This div background color is #441D05.


Border color

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

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

This div border color is #441D05.


Opacity

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

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

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

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

This text has shadow with #441D05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441D05 on black background.


Color preview on white background

This text has color #441D05 on white background.



Black color preview on #441D05 background

This text has black color on #441D05 background.


White color preview on #441D05 background

This text has white color on #441D05 background.