COLOR #440332

HEX: #440332 RGB: (68,3,50)

Color info

#440332 contains mainly red and blue colors. Web safe color of #440332 is #330033 (or #303).

RGB color model

#440332 color RGB value is (68,3,50).

RGB: (68,3,50) (27%, 1%, 20%)

RGB channels and saturation

R 68 of 255 = 27%
G 3 of 255 = 1%
B 50 of 255 = 20%

68
3
50

R + G + B ~ 16%. #440332 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 3 + 50 = 121 (100%)
R 68 of 121 ~ 56.2%
G 3 of 121 ~ 2.48%
B 50 of 121 ~ 41.32'%

%56.2
%41.32

CMYK color model

#440332 color CMYK value is (0,96,26,73).

  • cyan value is 0.00%
  • magenta value is 95.59%
  • yellow value is 26.47%
  • key color value is 73.33%
CMYK: (0,96,26,73) C0M96Y26K73 (0%,96%,26%,73%) (0.00/0.96/0.26/0.73) 

CMYK percentages

%0
%95.59
%26.47
%73.33

Codes

Color #440332 in popluar color models

44 03 32
RGB 68 3 50
HSL 317° 91.55% 13.92%
HSB/HSV 317° 95.59% 26.67%
CMYK 0.00% 95.59% 26.47%
73.33%

Color #440332 in popluar number systems.

HEX 44 03 32
Decimal 68 3 50
Binary 1000100 11 110010
Octal 104 3 62

Shades and tints

Shades of #440332

#440332
(68,3,50)
#3E032E
(62,3,46)
#38032A
(56,3,42)
#320326
(50,3,38)
#2C0322
(44,3,34)
#26031E
(38,3,30)
#20031A
(32,3,26)
#1A0316
(26,3,22)
#140312
(20,3,18)
#0E030E
(14,3,14)
#08030A
(8,3,10)
#000000
(0,0,0)

Tints of #440332

#440332
(68,3,50)
#551944
(85,25,68)
#662F56
(102,47,86)
#774568
(119,69,104)
#885B7A
(136,91,122)
#99718C
(153,113,140)
#AA879E
(170,135,158)
#BB9DB0
(187,157,176)
#CCB3C2
(204,179,194)
#DDC9D4
(221,201,212)
#EEDFE6
(238,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440332 color. Also use rgb(68,3,50) instead hex code.

Text Font Color

.myTextColor { color: #440332; }

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

This text font color is #440332.

Background Color

.myBgColor { background-color: #440332; }

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

This div background color is #440332.

Border color

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

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

This div border color is #440332.

Opacity

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

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

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

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

This text has shadow with #440332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #440332.

Preview

Color preview on black background

This text has color #440332 on black background.


Color preview on white background

This text has color #440332 on white background.


Black color preview on #440332 background

This text has black color on #440332 background.


White color preview on #440332 background

This text has white color on #440332 background.


Related colors

Complementary color

Complementary color for #hex is #BBFCCD.


I love getcolorcode.com

Triadic colors

1 #324403 and #033244 with #440332 are triadic colors.

2 #320344 and #034432 with #440332 are triadic colors.