COLOR #440E1B

HEX: #440E1B
RGB: (68,14,27)

Color info

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

RGB color model

#440E1B color RGB value is (68,14,27).

  • red value is 68;
  • green value is 14;
  • blue value is 27.
RGB:
(68,14,27)
(27%,5%,11%)

RGB channels and saturation

R 68 of 255 = 27%
G 14 of 255 = 5%
B 27 of 255 = 11%

68
14
27

R + G + B ~ 14%. #440E1B is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 14 + 27 = 109 (100%)
R 68 of 109 ~ 62.39%
G 14 of 109 ~ 12.84%
B 27 of 109 ~ 24.77%

%62.39
%12.84
%24.77

CMYK color model

#440E1B color CMYK value is (0,79,60,73).

  • cyan value is 0.00%
  • magenta value is 79.41%
  • yellow value is 60.29%
  • key color value is 73.33%
CMYK:
(0,79,60,73)
C0M79Y60K73 
(0%,79%,60%,73%)
(0.00/0.79/0.60/0.73)	

CMYK percentages

%0
%79.41
%60.29
%73.33

Codes

Color #440E1B in popluar color models

440E1B
RGB681427
HSL346°65.85%16.08%
HSB/HSV346°79.41%26.67%
CMYK0.00%79.41%60.29%
73.33%

Color #440E1B in popluar number systems.

HEX440E1B
Decimal681427
Binary1000100111011011
Octal1041633

Shades and tints

Shades of #440E1B

#440E1B
(68,14,27)
#3E0D19
(62,13,25)
#380C17
(56,12,23)
#320B15
(50,11,21)
#2C0A13
(44,10,19)
#260911
(38,9,17)
#20080F
(32,8,15)
#1A070D
(26,7,13)
#14060B
(20,6,11)
#0E0509
(14,5,9)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #440E1B

#440E1B
(68,14,27)
#55232F
(85,35,47)
#663843
(102,56,67)
#774D57
(119,77,87)
#88626B
(136,98,107)
#99777F
(153,119,127)
#AA8C93
(170,140,147)
#BBA1A7
(187,161,167)
#CCB6BB
(204,182,187)
#DDCBCF
(221,203,207)
#EEE0E3
(238,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440E1B color. Also use rgb(68,14,27) instead hex code.

Text Font Color

.myTextColor { color: #440E1B; }

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

This text font color is #440E1B.


Background Color

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

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

This div background color is #440E1B.


Border color

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

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

This div border color is #440E1B.


Opacity

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

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

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

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

This text has shadow with #440E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440E1B on black background.


Color preview on white background

This text has color #440E1B on white background.



Black color preview on #440E1B background

This text has black color on #440E1B background.


White color preview on #440E1B background

This text has white color on #440E1B background.