COLOR #440601

HEX: #440601
RGB: (68,6,1)

Color info

#440601 contains mainly red color. Web safe color of #440601 is #330000 (or #300).

RGB color model

#440601 color RGB value is (68,6,1).

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

RGB channels and saturation

R 68 of 255 = 27%
G 6 of 255 = 2%
B 1 of 255 = 0%

68
6
1

R + G + B ~ 10%. #440601 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 6 + 1 = 75 (100%)
R 68 of 75 ~ 90.67%
G 6 of 75 ~ 8%
B 1 of 75 ~ 1.33%

%90.67

CMYK color model

#440601 color CMYK value is (0,91,99,73).

  • cyan value is 0.00%
  • magenta value is 91.18%
  • yellow value is 98.53%
  • key color value is 73.33%
CMYK:
(0,91,99,73)
C0M91Y99K73 
(0%,91%,99%,73%)
(0.00/0.91/0.99/0.73)	

CMYK percentages

%0
%91.18
%98.53
%73.33

Codes

Color #440601 in popluar color models

440601
RGB6861
HSL97.10%13.53%
HSB/HSV98.53%26.67%
CMYK0.00%91.18%98.53%
73.33%

Color #440601 in popluar number systems.

HEX440601
Decimal6861
Binary10001001101
Octal10461

Shades and tints

Shades of #440601

#440601
(68,6,1)
#3E0601
(62,6,1)
#380601
(56,6,1)
#320601
(50,6,1)
#2C0601
(44,6,1)
#260601
(38,6,1)
#200601
(32,6,1)
#1A0601
(26,6,1)
#140601
(20,6,1)
#0E0601
(14,6,1)
#080601
(8,6,1)
#000000
(0,0,0)

Tints of #440601

#440601
(68,6,1)
#551C18
(85,28,24)
#66322F
(102,50,47)
#774846
(119,72,70)
#885E5D
(136,94,93)
#997474
(153,116,116)
#AA8A8B
(170,138,139)
#BBA0A2
(187,160,162)
#CCB6B9
(204,182,185)
#DDCCD0
(221,204,208)
#EEE2E7
(238,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440601; }

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

This text font color is #440601.


Background Color

.myBgColor { background-color: #440601; }

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

This div background color is #440601.


Border color

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

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

This div border color is #440601.


Opacity

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

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

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

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

This text has shadow with #440601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440601 on black background.


Color preview on white background

This text has color #440601 on white background.



Black color preview on #440601 background

This text has black color on #440601 background.


White color preview on #440601 background

This text has white color on #440601 background.