COLOR #440814

HEX: #440814
RGB: (68,8,20)

Color info

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

RGB color model

#440814 color RGB value is (68,8,20).

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

RGB channels and saturation

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

68
8
20

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

Portions of RGB colors in percentages

R + G + B =
68 + 8 + 20 = 96 (100%)
R 68 of 96 ~ 70.83%
G 8 of 96 ~ 8.33%
B 20 of 96 ~ 20.83%

%70.83
%20.83

CMYK color model

#440814 color CMYK value is (0,88,71,73).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 70.59%
  • key color value is 73.33%
CMYK:
(0,88,71,73)
C0M88Y71K73 
(0%,88%,71%,73%)
(0.00/0.88/0.71/0.73)	

CMYK percentages

%0
%88.24
%70.59
%73.33

Codes

Color #440814 in popluar color models

440814
RGB68820
HSL348°78.95%14.90%
HSB/HSV348°88.24%26.67%
CMYK0.00%88.24%70.59%
73.33%

Color #440814 in popluar number systems.

HEX440814
Decimal68820
Binary1000100100010100
Octal1041024

Shades and tints

Shades of #440814

#440814
(68,8,20)
#3E0813
(62,8,19)
#380812
(56,8,18)
#320811
(50,8,17)
#2C0810
(44,8,16)
#26080F
(38,8,15)
#20080E
(32,8,14)
#1A080D
(26,8,13)
#14080C
(20,8,12)
#0E080B
(14,8,11)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #440814

#440814
(68,8,20)
#551E29
(85,30,41)
#66343E
(102,52,62)
#774A53
(119,74,83)
#886068
(136,96,104)
#99767D
(153,118,125)
#AA8C92
(170,140,146)
#BBA2A7
(187,162,167)
#CCB8BC
(204,184,188)
#DDCED1
(221,206,209)
#EEE4E6
(238,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440814; }

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

This text font color is #440814.


Background Color

.myBgColor { background-color: #440814; }

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

This div background color is #440814.


Border color

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

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

This div border color is #440814.


Opacity

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

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

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

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

This text has shadow with #440814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440814 on black background.


Color preview on white background

This text has color #440814 on white background.



Black color preview on #440814 background

This text has black color on #440814 background.


White color preview on #440814 background

This text has white color on #440814 background.