COLOR #440D31

HEX: #440D31
RGB: (68,13,49)

Color info

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

RGB color model

#440D31 color RGB value is (68,13,49).

  • red value is 68;
  • green value is 13;
  • blue value is 49.
RGB:
(68,13,49)
(27%,5%,19%)

RGB channels and saturation

R 68 of 255 = 27%
G 13 of 255 = 5%
B 49 of 255 = 19%

68
13
49

R + G + B ~ 17%. #440D31 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 13 + 49 = 130 (100%)
R 68 of 130 ~ 52.31%
G 13 of 130 ~ 10%
B 49 of 130 ~ 37.69%

%52.31
%10
%37.69

CMYK color model

#440D31 color CMYK value is (0,81,28,73).

  • cyan value is 0.00%
  • magenta value is 80.88%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK:
(0,81,28,73)
C0M81Y28K73 
(0%,81%,28%,73%)
(0.00/0.81/0.28/0.73)	

CMYK percentages

%0
%80.88
%27.94
%73.33

Codes

Color #440D31 in popluar color models

440D31
RGB681349
HSL321°67.90%15.88%
HSB/HSV321°80.88%26.67%
CMYK0.00%80.88%27.94%
73.33%

Color #440D31 in popluar number systems.

HEX440D31
Decimal681349
Binary10001001101110001
Octal1041561

Shades and tints

Shades of #440D31

#440D31
(68,13,49)
#3E0C2D
(62,12,45)
#380B29
(56,11,41)
#320A25
(50,10,37)
#2C0921
(44,9,33)
#26081D
(38,8,29)
#200719
(32,7,25)
#1A0615
(26,6,21)
#140511
(20,5,17)
#0E040D
(14,4,13)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #440D31

#440D31
(68,13,49)
#552343
(85,35,67)
#663955
(102,57,85)
#774F67
(119,79,103)
#886579
(136,101,121)
#997B8B
(153,123,139)
#AA919D
(170,145,157)
#BBA7AF
(187,167,175)
#CCBDC1
(204,189,193)
#DDD3D3
(221,211,211)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440D31; }

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

This text font color is #440D31.


Background Color

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

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

This div background color is #440D31.


Border color

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

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

This div border color is #440D31.


Opacity

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

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

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

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

This text has shadow with #440D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440D31 on black background.


Color preview on white background

This text has color #440D31 on white background.



Black color preview on #440D31 background

This text has black color on #440D31 background.


White color preview on #440D31 background

This text has white color on #440D31 background.