COLOR #440C39

HEX: #440C39
RGB: (68,12,57)

Color info

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

RGB color model

#440C39 color RGB value is (68,12,57).

  • red value is 68;
  • green value is 12;
  • blue value is 57.
RGB:
(68,12,57)
(27%,5%,22%)

RGB channels and saturation

R 68 of 255 = 27%
G 12 of 255 = 5%
B 57 of 255 = 22%

68
12
57

R + G + B ~ 18%. #440C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 12 + 57 = 137 (100%)
R 68 of 137 ~ 49.64%
G 12 of 137 ~ 8.76%
B 57 of 137 ~ 41.61%

%49.64
%41.61

CMYK color model

#440C39 color CMYK value is (0,82,16,73).

  • cyan value is 0.00%
  • magenta value is 82.35%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(0,82,16,73)
C0M82Y16K73 
(0%,82%,16%,73%)
(0.00/0.82/0.16/0.73)	

CMYK percentages

%0
%82.35
%16.18
%73.33

Codes

Color #440C39 in popluar color models

440C39
RGB681257
HSL312°70.00%15.69%
HSB/HSV312°82.35%26.67%
CMYK0.00%82.35%16.18%
73.33%

Color #440C39 in popluar number systems.

HEX440C39
Decimal681257
Binary10001001100111001
Octal1041471

Shades and tints

Shades of #440C39

#440C39
(68,12,57)
#3E0B34
(62,11,52)
#380A2F
(56,10,47)
#32092A
(50,9,42)
#2C0825
(44,8,37)
#260720
(38,7,32)
#20061B
(32,6,27)
#1A0516
(26,5,22)
#140411
(20,4,17)
#0E030C
(14,3,12)
#080207
(8,2,7)
#000000
(0,0,0)

Tints of #440C39

#440C39
(68,12,57)
#55224B
(85,34,75)
#66385D
(102,56,93)
#774E6F
(119,78,111)
#886481
(136,100,129)
#997A93
(153,122,147)
#AA90A5
(170,144,165)
#BBA6B7
(187,166,183)
#CCBCC9
(204,188,201)
#DDD2DB
(221,210,219)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440C39 color. Also use rgb(68,12,57) instead hex code.

Text Font Color

.myTextColor { color: #440C39; }

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

This text font color is #440C39.


Background Color

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

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

This div background color is #440C39.


Border color

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

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

This div border color is #440C39.


Opacity

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

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

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

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

This text has shadow with #440C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440C39 on black background.


Color preview on white background

This text has color #440C39 on white background.



Black color preview on #440C39 background

This text has black color on #440C39 background.


White color preview on #440C39 background

This text has white color on #440C39 background.