COLOR #441400

HEX: #441400
RGB: (68,20,0)

Color info

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

RGB color model

#441400 color RGB value is (68,20,0).

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

RGB channels and saturation

R 68 of 255 = 27%
G 20 of 255 = 8%
B 0 of 255 = 0%

68
20
0

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

Portions of RGB colors in percentages

R + G + B =
68 + 20 + 0 = 88 (100%)
R 68 of 88 ~ 77.27%
G 20 of 88 ~ 22.73%
B 0 of 88 ~ 0%

%77.27
%22.73

CMYK color model

#441400 color CMYK value is (0,71,100,73).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 100.00%
  • key color value is 73.33%
CMYK:
(0,71,100,73)
C0M71Y100K73 
(0%,71%,100%,73%)
(0.00/0.71/1.00/0.73)	

CMYK percentages

%0
%70.59
%100
%73.33

Codes

Color #441400 in popluar color models

441400
RGB68200
HSL18°100.00%13.33%
HSB/HSV18°100.00%26.67%
CMYK0.00%70.59%100.00%
73.33%

Color #441400 in popluar number systems.

HEX441400
Decimal68200
Binary1000100101000
Octal104240

Shades and tints

Shades of #441400

#441400
(68,20,0)
#3E1300
(62,19,0)
#381200
(56,18,0)
#321100
(50,17,0)
#2C1000
(44,16,0)
#260F00
(38,15,0)
#200E00
(32,14,0)
#1A0D00
(26,13,0)
#140C00
(20,12,0)
#0E0B00
(14,11,0)
#080A00
(8,10,0)
#000000
(0,0,0)

Tints of #441400

#441400
(68,20,0)
#552917
(85,41,23)
#663E2E
(102,62,46)
#775345
(119,83,69)
#88685C
(136,104,92)
#997D73
(153,125,115)
#AA928A
(170,146,138)
#BBA7A1
(187,167,161)
#CCBCB8
(204,188,184)
#DDD1CF
(221,209,207)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441400; }

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

This text font color is #441400.


Background Color

.myBgColor { background-color: #441400; }

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

This div background color is #441400.


Border color

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

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

This div border color is #441400.


Opacity

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

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

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

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

This text has shadow with #441400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441400 on black background.


Color preview on white background

This text has color #441400 on white background.



Black color preview on #441400 background

This text has black color on #441400 background.


White color preview on #441400 background

This text has white color on #441400 background.