COLOR #440038

HEX: #440038
RGB: (68,0,56)

Color info

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

RGB color model

#440038 color RGB value is (68,0,56).

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

RGB channels and saturation

R 68 of 255 = 27%
G 0 of 255 = 0%
B 56 of 255 = 22%

68
0
56

R + G + B ~ 16%. #440038 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 0 + 56 = 124 (100%)
R 68 of 124 ~ 54.84%
G 0 of 124 ~ 0%
B 56 of 124 ~ 45.16%

%54.84
%45.16

CMYK color model

#440038 color CMYK value is (0,100,18,73).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 17.65%
  • key color value is 73.33%
CMYK:
(0,100,18,73)
C0M100Y18K73 
(0%,100%,18%,73%)
(0.00/1.00/0.18/0.73)	

CMYK percentages

%0
%100
%17.65
%73.33

Codes

Color #440038 in popluar color models

440038
RGB68056
HSL311°100.00%13.33%
HSB/HSV311°100.00%26.67%
CMYK0.00%100.00%17.65%
73.33%

Color #440038 in popluar number systems.

HEX440038
Decimal68056
Binary10001000111000
Octal104070

Shades and tints

Shades of #440038

#440038
(68,0,56)
#3E0033
(62,0,51)
#38002E
(56,0,46)
#320029
(50,0,41)
#2C0024
(44,0,36)
#26001F
(38,0,31)
#20001A
(32,0,26)
#1A0015
(26,0,21)
#140010
(20,0,16)
#0E000B
(14,0,11)
#080006
(8,0,6)
#000000
(0,0,0)

Tints of #440038

#440038
(68,0,56)
#55174A
(85,23,74)
#662E5C
(102,46,92)
#77456E
(119,69,110)
#885C80
(136,92,128)
#997392
(153,115,146)
#AA8AA4
(170,138,164)
#BBA1B6
(187,161,182)
#CCB8C8
(204,184,200)
#DDCFDA
(221,207,218)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #440038; }

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

This text font color is #440038.


Background Color

.myBgColor { background-color: #440038; }

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

This div background color is #440038.


Border color

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

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

This div border color is #440038.


Opacity

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

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

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

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

This text has shadow with #440038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440038 on black background.


Color preview on white background

This text has color #440038 on white background.



Black color preview on #440038 background

This text has black color on #440038 background.


White color preview on #440038 background

This text has white color on #440038 background.