COLOR #440827

HEX: #440827
RGB: (68,8,39)

Color info

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

RGB color model

#440827 color RGB value is (68,8,39).

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

RGB channels and saturation

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

68
8
39

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

Portions of RGB colors in percentages

R + G + B =
68 + 8 + 39 = 115 (100%)
R 68 of 115 ~ 59.13%
G 8 of 115 ~ 6.96%
B 39 of 115 ~ 33.91%

%59.13
%33.91

CMYK color model

#440827 color CMYK value is (0,88,43,73).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 42.65%
  • key color value is 73.33%
CMYK:
(0,88,43,73)
C0M88Y43K73 
(0%,88%,43%,73%)
(0.00/0.88/0.43/0.73)	

CMYK percentages

%0
%88.24
%42.65
%73.33

Codes

Color #440827 in popluar color models

440827
RGB68839
HSL329°78.95%14.90%
HSB/HSV329°88.24%26.67%
CMYK0.00%88.24%42.65%
73.33%

Color #440827 in popluar number systems.

HEX440827
Decimal68839
Binary10001001000100111
Octal1041047

Shades and tints

Shades of #440827

#440827
(68,8,39)
#3E0824
(62,8,36)
#380821
(56,8,33)
#32081E
(50,8,30)
#2C081B
(44,8,27)
#260818
(38,8,24)
#200815
(32,8,21)
#1A0812
(26,8,18)
#14080F
(20,8,15)
#0E080C
(14,8,12)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #440827

#440827
(68,8,39)
#551E3A
(85,30,58)
#66344D
(102,52,77)
#774A60
(119,74,96)
#886073
(136,96,115)
#997686
(153,118,134)
#AA8C99
(170,140,153)
#BBA2AC
(187,162,172)
#CCB8BF
(204,184,191)
#DDCED2
(221,206,210)
#EEE4E5
(238,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440827; }

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

This text font color is #440827.


Background Color

.myBgColor { background-color: #440827; }

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

This div background color is #440827.


Border color

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

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

This div border color is #440827.


Opacity

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

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

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

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

This text has shadow with #440827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440827 on black background.


Color preview on white background

This text has color #440827 on white background.



Black color preview on #440827 background

This text has black color on #440827 background.


White color preview on #440827 background

This text has white color on #440827 background.