COLOR #441649

HEX: #441649
RGB: (68,22,73)

Color info

#441649 contains red, green and blue colors in about the same proportion. Web safe color of #441649 is #330033 (or #303).

RGB color model

#441649 color RGB value is (68,22,73).

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

RGB channels and saturation

R 68 of 255 = 27%
G 22 of 255 = 9%
B 73 of 255 = 29%

68
22
73

R + G + B ~ 22%. #441649 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 22 + 73 = 163 (100%)
R 68 of 163 ~ 41.72%
G 22 of 163 ~ 13.5%
B 73 of 163 ~ 44.79%

%41.72
%13.5
%44.79

CMYK color model

#441649 color CMYK value is (7,70,0,71).

  • cyan value is 6.85%
  • magenta value is 69.86%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(7,70,0,71)
C7M70Y0K71 
(7%,70%,0%,71%)
(0.07/0.70/0.00/0.71)	

CMYK percentages

%6.85
%69.86
%0
%71.37

Codes

Color #441649 in popluar color models

441649
RGB682273
HSL294°53.68%18.63%
HSB/HSV294°69.86%28.63%
CMYK6.85%69.86%0.00%
71.37%

Color #441649 in popluar number systems.

HEX441649
Decimal682273
Binary1000100101101001001
Octal10426111

Shades and tints

Shades of #441649

#441649
(68,22,73)
#3E1443
(62,20,67)
#38123D
(56,18,61)
#321037
(50,16,55)
#2C0E31
(44,14,49)
#260C2B
(38,12,43)
#200A25
(32,10,37)
#1A081F
(26,8,31)
#140619
(20,6,25)
#0E0413
(14,4,19)
#08020D
(8,2,13)
#000000
(0,0,0)

Tints of #441649

#441649
(68,22,73)
#552B59
(85,43,89)
#664069
(102,64,105)
#775579
(119,85,121)
#886A89
(136,106,137)
#997F99
(153,127,153)
#AA94A9
(170,148,169)
#BBA9B9
(187,169,185)
#CCBEC9
(204,190,201)
#DDD3D9
(221,211,217)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441649; }

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

This text font color is #441649.


Background Color

.myBgColor { background-color: #441649; }

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

This div background color is #441649.


Border color

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

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

This div border color is #441649.


Opacity

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

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

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

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

This text has shadow with #441649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441649 on black background.


Color preview on white background

This text has color #441649 on white background.



Black color preview on #441649 background

This text has black color on #441649 background.


White color preview on #441649 background

This text has white color on #441649 background.