COLOR #440614

HEX: #440614
RGB: (68,6,20)

Color info

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

RGB color model

#440614 color RGB value is (68,6,20).

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

RGB channels and saturation

R 68 of 255 = 27%
G 6 of 255 = 2%
B 20 of 255 = 8%

68
6
20

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

Portions of RGB colors in percentages

R + G + B =
68 + 6 + 20 = 94 (100%)
R 68 of 94 ~ 72.34%
G 6 of 94 ~ 6.38%
B 20 of 94 ~ 21.28%

%72.34
%21.28

CMYK color model

#440614 color CMYK value is (0,91,71,73).

  • cyan value is 0.00%
  • magenta value is 91.18%
  • yellow value is 70.59%
  • key color value is 73.33%
CMYK:
(0,91,71,73)
C0M91Y71K73 
(0%,91%,71%,73%)
(0.00/0.91/0.71/0.73)	

CMYK percentages

%0
%91.18
%70.59
%73.33

Codes

Color #440614 in popluar color models

440614
RGB68620
HSL346°83.78%14.51%
HSB/HSV346°91.18%26.67%
CMYK0.00%91.18%70.59%
73.33%

Color #440614 in popluar number systems.

HEX440614
Decimal68620
Binary100010011010100
Octal104624

Shades and tints

Shades of #440614

#440614
(68,6,20)
#3E0613
(62,6,19)
#380612
(56,6,18)
#320611
(50,6,17)
#2C0610
(44,6,16)
#26060F
(38,6,15)
#20060E
(32,6,14)
#1A060D
(26,6,13)
#14060C
(20,6,12)
#0E060B
(14,6,11)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #440614

#440614
(68,6,20)
#551C29
(85,28,41)
#66323E
(102,50,62)
#774853
(119,72,83)
#885E68
(136,94,104)
#99747D
(153,116,125)
#AA8A92
(170,138,146)
#BBA0A7
(187,160,167)
#CCB6BC
(204,182,188)
#DDCCD1
(221,204,209)
#EEE2E6
(238,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440614; }

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

This text font color is #440614.


Background Color

.myBgColor { background-color: #440614; }

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

This div background color is #440614.


Border color

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

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

This div border color is #440614.


Opacity

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

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

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

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

This text has shadow with #440614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440614 on black background.


Color preview on white background

This text has color #440614 on white background.



Black color preview on #440614 background

This text has black color on #440614 background.


White color preview on #440614 background

This text has white color on #440614 background.