COLOR #440809

HEX: #440809
RGB: (68,8,9)

Color info

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

RGB color model

#440809 color RGB value is (68,8,9).

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

RGB channels and saturation

R 68 of 255 = 27%
G 8 of 255 = 3%
B 9 of 255 = 4%

68
8
9

R + G + B ~ 11%. #440809 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 8 + 9 = 85 (100%)
R 68 of 85 ~ 80%
G 8 of 85 ~ 9.41%
B 9 of 85 ~ 10.59%

%80
%10.59

CMYK color model

#440809 color CMYK value is (0,88,87,73).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 86.76%
  • key color value is 73.33%
CMYK:
(0,88,87,73)
C0M88Y87K73 
(0%,88%,87%,73%)
(0.00/0.88/0.87/0.73)	

CMYK percentages

%0
%88.24
%86.76
%73.33

Codes

Color #440809 in popluar color models

440809
RGB6889
HSL359°78.95%14.90%
HSB/HSV359°88.24%26.67%
CMYK0.00%88.24%86.76%
73.33%

Color #440809 in popluar number systems.

HEX440809
Decimal6889
Binary100010010001001
Octal1041011

Shades and tints

Shades of #440809

#440809
(68,8,9)
#3E0809
(62,8,9)
#380809
(56,8,9)
#320809
(50,8,9)
#2C0809
(44,8,9)
#260809
(38,8,9)
#200809
(32,8,9)
#1A0809
(26,8,9)
#140809
(20,8,9)
#0E0809
(14,8,9)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #440809

#440809
(68,8,9)
#551E1F
(85,30,31)
#663435
(102,52,53)
#774A4B
(119,74,75)
#886061
(136,96,97)
#997677
(153,118,119)
#AA8C8D
(170,140,141)
#BBA2A3
(187,162,163)
#CCB8B9
(204,184,185)
#DDCECF
(221,206,207)
#EEE4E5
(238,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440809; }

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

This text font color is #440809.


Background Color

.myBgColor { background-color: #440809; }

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

This div background color is #440809.


Border color

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

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

This div border color is #440809.


Opacity

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

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

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

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

This text has shadow with #440809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440809 on black background.


Color preview on white background

This text has color #440809 on white background.



Black color preview on #440809 background

This text has black color on #440809 background.


White color preview on #440809 background

This text has white color on #440809 background.