COLOR #440D40

HEX: #440D40 RGB: (68,13,64)

Color info

#440D40 contains red, green and blue colors in about the same proportion. Web safe color of #440D40 is #330033 (or #303).

RGB color model

#440D40 color RGB value is (68,13,64).

RGB: (68,13,64) (27%, 5%, 25%)

RGB channels and saturation

R 68 of 255 = 27%
G 13 of 255 = 5%
B 64 of 255 = 25%

68
13
64

R + G + B ~ 19%. #440D40 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 13 + 64 = 145 (100%)
R 68 of 145 ~ 46.9%
G 13 of 145 ~ 8.97%
B 64 of 145 ~ 44.14'%

%46.9
%44.14

CMYK color model

#440D40 color CMYK value is (0,81,6,73).

  • cyan value is 0.00%
  • magenta value is 80.88%
  • yellow value is 5.88%
  • key color value is 73.33%

CMYK: (0,81,6,73)
C0M81Y6K73 (0%, 81%, 6%, 73%)
(0.00 / 0.81 / 0.06 / 0.73)

CMYK percentages

%0
%80.88
%5.88
%73.33

Codes

Color #440D40 in popluar color models

44 0D 40
RGB 68 13 64
HSL 304° 67.90% 15.88%
HSB/HSV 304° 80.88% 26.67%
CMYK 0.00% 80.88% 5.88%
73.33%

Color #440D40 in popluar number systems.

HEX 44 0D 40
Decimal 68 13 64
Binary 1000100 1101 1000000
Octal 104 15 100

Shades and tints

Shades of #440D40

#440D40
(68,13,64)
#3E0C3B
(62,12,59)
#380B36
(56,11,54)
#320A31
(50,10,49)
#2C092C
(44,9,44)
#260827
(38,8,39)
#200722
(32,7,34)
#1A061D
(26,6,29)
#140518
(20,5,24)
#0E0413
(14,4,19)
#08030E
(8,3,14)
#000000
(0,0,0)

Tints of #440D40

#440D40
(68,13,64)
#552351
(85,35,81)
#663962
(102,57,98)
#774F73
(119,79,115)
#886584
(136,101,132)
#997B95
(153,123,149)
#AA91A6
(170,145,166)
#BBA7B7
(187,167,183)
#CCBDC8
(204,189,200)
#DDD3D9
(221,211,217)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440D40 color. Also use rgb(68,13,64) instead hex code.

Text Font Color

.myTextColor { color: #440D40; }

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

This text font color is #440D40.

Background Color

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

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

This div background color is #440D40.

Border color

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

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

This div border color is #440D40.

Opacity

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

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

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

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

This text has shadow with #440D40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #440D40.

Preview

Color preview on black background

This text has color #440D40 on black background.


Color preview on white background

This text has color #440D40 on white background.


Black color preview on #440D40 background

This text has black color on #440D40 background.


White color preview on #440D40 background

This text has white color on #440D40 background.


Related colors

Complementary color

Complementary color for #hex is #BBF2BF.


I love getcolorcode.com

Triadic colors

1 #40440D and #0D4044 with #440D40 are triadic colors.

2 #400D44 and #0D4440 with #440D40 are triadic colors.