COLOR #440A15

HEX: #440A15
RGB: (68,10,21)

Color info

#440A15 contains red, green and blue colors in about the same proportion. Web safe color of #440A15 is #330000 (or #300).

RGB color model

#440A15 color RGB value is (68,10,21).

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

RGB channels and saturation

R 68 of 255 = 27%
G 10 of 255 = 4%
B 21 of 255 = 8%

68
10
21

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

Portions of RGB colors in percentages

R + G + B =
68 + 10 + 21 = 99 (100%)
R 68 of 99 ~ 68.69%
G 10 of 99 ~ 10.1%
B 21 of 99 ~ 21.21%

%68.69
%10.1
%21.21

CMYK color model

#440A15 color CMYK value is (0,85,69,73).

  • cyan value is 0.00%
  • magenta value is 85.29%
  • yellow value is 69.12%
  • key color value is 73.33%
CMYK:
(0,85,69,73)
C0M85Y69K73 
(0%,85%,69%,73%)
(0.00/0.85/0.69/0.73)	

CMYK percentages

%0
%85.29
%69.12
%73.33

Codes

Color #440A15 in popluar color models

440A15
RGB681021
HSL349°74.36%15.29%
HSB/HSV349°85.29%26.67%
CMYK0.00%85.29%69.12%
73.33%

Color #440A15 in popluar number systems.

HEX440A15
Decimal681021
Binary1000100101010101
Octal1041225

Shades and tints

Shades of #440A15

#440A15
(68,10,21)
#3E0A14
(62,10,20)
#380A13
(56,10,19)
#320A12
(50,10,18)
#2C0A11
(44,10,17)
#260A10
(38,10,16)
#200A0F
(32,10,15)
#1A0A0E
(26,10,14)
#140A0D
(20,10,13)
#0E0A0C
(14,10,12)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #440A15

#440A15
(68,10,21)
#55202A
(85,32,42)
#66363F
(102,54,63)
#774C54
(119,76,84)
#886269
(136,98,105)
#99787E
(153,120,126)
#AA8E93
(170,142,147)
#BBA4A8
(187,164,168)
#CCBABD
(204,186,189)
#DDD0D2
(221,208,210)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440A15 color. Also use rgb(68,10,21) instead hex code.

Text Font Color

.myTextColor { color: #440A15; }

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

This text font color is #440A15.


Background Color

.myBgColor { background-color: #440A15; }

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

This div background color is #440A15.


Border color

.myBorderColor { border: 1px solid #440A15; }

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

This div border color is #440A15.


Opacity

.myOpacity80 { color: #440A15; opacity: 0.8; }

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

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

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

This text has shadow with #440A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440A15 on black background.


Color preview on white background

This text has color #440A15 on white background.



Black color preview on #440A15 background

This text has black color on #440A15 background.


White color preview on #440A15 background

This text has white color on #440A15 background.