COLOR #441663

HEX: #441663
RGB: (68,22,99)

Color info

#441663 contains mainly red and blue colors. Web safe color of #441663 is #330066 (or #306).

RGB color model

#441663 color RGB value is (68,22,99).

  • red value is 68;
  • green value is 22;
  • blue value is 99.
RGB:
(68,22,99)
(27%,9%,39%)

RGB channels and saturation

R 68 of 255 = 27%
G 22 of 255 = 9%
B 99 of 255 = 39%

68
22
99

R + G + B ~ 25%. #441663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 22 + 99 = 189 (100%)
R 68 of 189 ~ 35.98%
G 22 of 189 ~ 11.64%
B 99 of 189 ~ 52.38%

%35.98
%11.64
%52.38

CMYK color model

#441663 color CMYK value is (31,78,0,61).

  • cyan value is 31.31%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(31,78,0,61)
C31M78Y0K61 
(31%,78%,0%,61%)
(0.31/0.78/0.00/0.61)	

CMYK percentages

%31.31
%77.78
%0
%61.18

Codes

Color #441663 in popluar color models

441663
RGB682299
HSL276°63.64%23.73%
HSB/HSV276°77.78%38.82%
CMYK31.31%77.78%0.00%
61.18%

Color #441663 in popluar number systems.

HEX441663
Decimal682299
Binary1000100101101100011
Octal10426143

Shades and tints

Shades of #441663

#441663
(68,22,99)
#3E145A
(62,20,90)
#381251
(56,18,81)
#321048
(50,16,72)
#2C0E3F
(44,14,63)
#260C36
(38,12,54)
#200A2D
(32,10,45)
#1A0824
(26,8,36)
#14061B
(20,6,27)
#0E0412
(14,4,18)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #441663

#441663
(68,22,99)
#552B71
(85,43,113)
#66407F
(102,64,127)
#77558D
(119,85,141)
#886A9B
(136,106,155)
#997FA9
(153,127,169)
#AA94B7
(170,148,183)
#BBA9C5
(187,169,197)
#CCBED3
(204,190,211)
#DDD3E1
(221,211,225)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441663 color. Also use rgb(68,22,99) instead hex code.

Text Font Color

.myTextColor { color: #441663; }

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

This text font color is #441663.


Background Color

.myBgColor { background-color: #441663; }

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

This div background color is #441663.


Border color

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

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

This div border color is #441663.


Opacity

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

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

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

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

This text has shadow with #441663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441663 on black background.


Color preview on white background

This text has color #441663 on white background.



Black color preview on #441663 background

This text has black color on #441663 background.


White color preview on #441663 background

This text has white color on #441663 background.