COLOR #441E4E

HEX: #441E4E
RGB: (68,30,78)

Color info

#441E4E contains red, green and blue colors in about the same proportion. Web safe color of #441E4E is #333366 (or #336).

RGB color model

#441E4E color RGB value is (68,30,78).

  • red value is 68;
  • green value is 30;
  • blue value is 78.
RGB:
(68,30,78)
(27%,12%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 30 of 255 = 12%
B 78 of 255 = 31%

68
30
78

R + G + B ~ 23%. #441E4E is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 30 + 78 = 176 (100%)
R 68 of 176 ~ 38.64%
G 30 of 176 ~ 17.05%
B 78 of 176 ~ 44.32%

%38.64
%17.05
%44.32

CMYK color model

#441E4E color CMYK value is (13,62,0,69).

  • cyan value is 12.82%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(13,62,0,69)
C13M62Y0K69 
(13%,62%,0%,69%)
(0.13/0.62/0.00/0.69)	

CMYK percentages

%12.82
%61.54
%0
%69.41

Codes

Color #441E4E in popluar color models

441E4E
RGB683078
HSL288°44.44%21.18%
HSB/HSV288°61.54%30.59%
CMYK12.82%61.54%0.00%
69.41%

Color #441E4E in popluar number systems.

HEX441E4E
Decimal683078
Binary1000100111101001110
Octal10436116

Shades and tints

Shades of #441E4E

#441E4E
(68,30,78)
#3E1C47
(62,28,71)
#381A40
(56,26,64)
#321839
(50,24,57)
#2C1632
(44,22,50)
#26142B
(38,20,43)
#201224
(32,18,36)
#1A101D
(26,16,29)
#140E16
(20,14,22)
#0E0C0F
(14,12,15)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #441E4E

#441E4E
(68,30,78)
#55325E
(85,50,94)
#66466E
(102,70,110)
#775A7E
(119,90,126)
#886E8E
(136,110,142)
#99829E
(153,130,158)
#AA96AE
(170,150,174)
#BBAABE
(187,170,190)
#CCBECE
(204,190,206)
#DDD2DE
(221,210,222)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441E4E color. Also use rgb(68,30,78) instead hex code.

Text Font Color

.myTextColor { color: #441E4E; }

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

This text font color is #441E4E.


Background Color

.myBgColor { background-color: #441E4E; }

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

This div background color is #441E4E.


Border color

.myBorderColor { border: 1px solid #441E4E; }

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

This div border color is #441E4E.


Opacity

.myOpacity80 { color: #441E4E; opacity: 0.8; }

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

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

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

This text has shadow with #441E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441E4E on black background.


Color preview on white background

This text has color #441E4E on white background.



Black color preview on #441E4E background

This text has black color on #441E4E background.


White color preview on #441E4E background

This text has white color on #441E4E background.