COLOR #440727

HEX: #440727
RGB: (68,7,39)

Color info

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

RGB color model

#440727 color RGB value is (68,7,39).

  • red value is 68;
  • green value is 7;
  • blue value is 39.
RGB:
(68,7,39)
(27%,3%,15%)

RGB channels and saturation

R 68 of 255 = 27%
G 7 of 255 = 3%
B 39 of 255 = 15%

68
7
39

R + G + B ~ 15%. #440727 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 7 + 39 = 114 (100%)
R 68 of 114 ~ 59.65%
G 7 of 114 ~ 6.14%
B 39 of 114 ~ 34.21%

%59.65
%34.21

CMYK color model

#440727 color CMYK value is (0,90,43,73).

  • cyan value is 0.00%
  • magenta value is 89.71%
  • yellow value is 42.65%
  • key color value is 73.33%
CMYK:
(0,90,43,73)
C0M90Y43K73 
(0%,90%,43%,73%)
(0.00/0.90/0.43/0.73)	

CMYK percentages

%0
%89.71
%42.65
%73.33

Codes

Color #440727 in popluar color models

440727
RGB68739
HSL329°81.33%14.71%
HSB/HSV329°89.71%26.67%
CMYK0.00%89.71%42.65%
73.33%

Color #440727 in popluar number systems.

HEX440727
Decimal68739
Binary1000100111100111
Octal104747

Shades and tints

Shades of #440727

#440727
(68,7,39)
#3E0724
(62,7,36)
#380721
(56,7,33)
#32071E
(50,7,30)
#2C071B
(44,7,27)
#260718
(38,7,24)
#200715
(32,7,21)
#1A0712
(26,7,18)
#14070F
(20,7,15)
#0E070C
(14,7,12)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #440727

#440727
(68,7,39)
#551D3A
(85,29,58)
#66334D
(102,51,77)
#774960
(119,73,96)
#885F73
(136,95,115)
#997586
(153,117,134)
#AA8B99
(170,139,153)
#BBA1AC
(187,161,172)
#CCB7BF
(204,183,191)
#DDCDD2
(221,205,210)
#EEE3E5
(238,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440727 color. Also use rgb(68,7,39) instead hex code.

Text Font Color

.myTextColor { color: #440727; }

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

This text font color is #440727.


Background Color

.myBgColor { background-color: #440727; }

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

This div background color is #440727.


Border color

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

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

This div border color is #440727.


Opacity

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

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

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

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

This text has shadow with #440727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440727 on black background.


Color preview on white background

This text has color #440727 on white background.



Black color preview on #440727 background

This text has black color on #440727 background.


White color preview on #440727 background

This text has white color on #440727 background.