COLOR #440C18

HEX: #440C18
RGB: (68,12,24)

Color info

#440C18 contains red, green and blue colors in about the same proportion. Web safe color of #440C18 is #330000 (or #300).

RGB color model

#440C18 color RGB value is (68,12,24).

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

RGB channels and saturation

R 68 of 255 = 27%
G 12 of 255 = 5%
B 24 of 255 = 9%

68
12
24

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

Portions of RGB colors in percentages

R + G + B =
68 + 12 + 24 = 104 (100%)
R 68 of 104 ~ 65.38%
G 12 of 104 ~ 11.54%
B 24 of 104 ~ 23.08%

%65.38
%11.54
%23.08

CMYK color model

#440C18 color CMYK value is (0,82,65,73).

  • cyan value is 0.00%
  • magenta value is 82.35%
  • yellow value is 64.71%
  • key color value is 73.33%
CMYK:
(0,82,65,73)
C0M82Y65K73 
(0%,82%,65%,73%)
(0.00/0.82/0.65/0.73)	

CMYK percentages

%0
%82.35
%64.71
%73.33

Codes

Color #440C18 in popluar color models

440C18
RGB681224
HSL347°70.00%15.69%
HSB/HSV347°82.35%26.67%
CMYK0.00%82.35%64.71%
73.33%

Color #440C18 in popluar number systems.

HEX440C18
Decimal681224
Binary1000100110011000
Octal1041430

Shades and tints

Shades of #440C18

#440C18
(68,12,24)
#3E0B16
(62,11,22)
#380A14
(56,10,20)
#320912
(50,9,18)
#2C0810
(44,8,16)
#26070E
(38,7,14)
#20060C
(32,6,12)
#1A050A
(26,5,10)
#140408
(20,4,8)
#0E0306
(14,3,6)
#080204
(8,2,4)
#000000
(0,0,0)

Tints of #440C18

#440C18
(68,12,24)
#55222D
(85,34,45)
#663842
(102,56,66)
#774E57
(119,78,87)
#88646C
(136,100,108)
#997A81
(153,122,129)
#AA9096
(170,144,150)
#BBA6AB
(187,166,171)
#CCBCC0
(204,188,192)
#DDD2D5
(221,210,213)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440C18; }

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

This text font color is #440C18.


Background Color

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

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

This div background color is #440C18.


Border color

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

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

This div border color is #440C18.


Opacity

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

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

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

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

This text has shadow with #440C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440C18 on black background.


Color preview on white background

This text has color #440C18 on white background.



Black color preview on #440C18 background

This text has black color on #440C18 background.


White color preview on #440C18 background

This text has white color on #440C18 background.