COLOR #440714

HEX: #440714
RGB: (68,7,20)

Color info

#440714 contains mainly red and blue colors. Web safe color of #440714 is #330000 (or #300).

RGB color model

#440714 color RGB value is (68,7,20).

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

RGB channels and saturation

R 68 of 255 = 27%
G 7 of 255 = 3%
B 20 of 255 = 8%

68
7
20

R + G + B ~ 13%. #440714 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 7 + 20 = 95 (100%)
R 68 of 95 ~ 71.58%
G 7 of 95 ~ 7.37%
B 20 of 95 ~ 21.05%

%71.58
%21.05

CMYK color model

#440714 color CMYK value is (0,90,71,73).

  • cyan value is 0.00%
  • magenta value is 89.71%
  • yellow value is 70.59%
  • key color value is 73.33%
CMYK:
(0,90,71,73)
C0M90Y71K73 
(0%,90%,71%,73%)
(0.00/0.90/0.71/0.73)	

CMYK percentages

%0
%89.71
%70.59
%73.33

Codes

Color #440714 in popluar color models

440714
RGB68720
HSL347°81.33%14.71%
HSB/HSV347°89.71%26.67%
CMYK0.00%89.71%70.59%
73.33%

Color #440714 in popluar number systems.

HEX440714
Decimal68720
Binary100010011110100
Octal104724

Shades and tints

Shades of #440714

#440714
(68,7,20)
#3E0713
(62,7,19)
#380712
(56,7,18)
#320711
(50,7,17)
#2C0710
(44,7,16)
#26070F
(38,7,15)
#20070E
(32,7,14)
#1A070D
(26,7,13)
#14070C
(20,7,12)
#0E070B
(14,7,11)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #440714

#440714
(68,7,20)
#551D29
(85,29,41)
#66333E
(102,51,62)
#774953
(119,73,83)
#885F68
(136,95,104)
#99757D
(153,117,125)
#AA8B92
(170,139,146)
#BBA1A7
(187,161,167)
#CCB7BC
(204,183,188)
#DDCDD1
(221,205,209)
#EEE3E6
(238,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440714; }

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

This text font color is #440714.


Background Color

.myBgColor { background-color: #440714; }

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

This div background color is #440714.


Border color

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

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

This div border color is #440714.


Opacity

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

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

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

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

This text has shadow with #440714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440714 on black background.


Color preview on white background

This text has color #440714 on white background.



Black color preview on #440714 background

This text has black color on #440714 background.


White color preview on #440714 background

This text has white color on #440714 background.