COLOR #440838

HEX: #440838
RGB: (68,8,56)

Color info

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

RGB color model

#440838 color RGB value is (68,8,56).

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

RGB channels and saturation

R 68 of 255 = 27%
G 8 of 255 = 3%
B 56 of 255 = 22%

68
8
56

R + G + B ~ 17%. #440838 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 8 + 56 = 132 (100%)
R 68 of 132 ~ 51.52%
G 8 of 132 ~ 6.06%
B 56 of 132 ~ 42.42%

%51.52
%42.42

CMYK color model

#440838 color CMYK value is (0,88,18,73).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 17.65%
  • key color value is 73.33%
CMYK:
(0,88,18,73)
C0M88Y18K73 
(0%,88%,18%,73%)
(0.00/0.88/0.18/0.73)	

CMYK percentages

%0
%88.24
%17.65
%73.33

Codes

Color #440838 in popluar color models

440838
RGB68856
HSL312°78.95%14.90%
HSB/HSV312°88.24%26.67%
CMYK0.00%88.24%17.65%
73.33%

Color #440838 in popluar number systems.

HEX440838
Decimal68856
Binary10001001000111000
Octal1041070

Shades and tints

Shades of #440838

#440838
(68,8,56)
#3E0833
(62,8,51)
#38082E
(56,8,46)
#320829
(50,8,41)
#2C0824
(44,8,36)
#26081F
(38,8,31)
#20081A
(32,8,26)
#1A0815
(26,8,21)
#140810
(20,8,16)
#0E080B
(14,8,11)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #440838

#440838
(68,8,56)
#551E4A
(85,30,74)
#66345C
(102,52,92)
#774A6E
(119,74,110)
#886080
(136,96,128)
#997692
(153,118,146)
#AA8CA4
(170,140,164)
#BBA2B6
(187,162,182)
#CCB8C8
(204,184,200)
#DDCEDA
(221,206,218)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440838; }

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

This text font color is #440838.


Background Color

.myBgColor { background-color: #440838; }

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

This div background color is #440838.


Border color

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

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

This div border color is #440838.


Opacity

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

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

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

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

This text has shadow with #440838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440838 on black background.


Color preview on white background

This text has color #440838 on white background.



Black color preview on #440838 background

This text has black color on #440838 background.


White color preview on #440838 background

This text has white color on #440838 background.