COLOR #441640

HEX: #441640
RGB: (68,22,64)

Color info

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

RGB color model

#441640 color RGB value is (68,22,64).

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

RGB channels and saturation

R 68 of 255 = 27%
G 22 of 255 = 9%
B 64 of 255 = 25%

68
22
64

R + G + B ~ 20%. #441640 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 22 + 64 = 154 (100%)
R 68 of 154 ~ 44.16%
G 22 of 154 ~ 14.29%
B 64 of 154 ~ 41.56%

%44.16
%14.29
%41.56

CMYK color model

#441640 color CMYK value is (0,68,6,73).

  • cyan value is 0.00%
  • magenta value is 67.65%
  • yellow value is 5.88%
  • key color value is 73.33%
CMYK:
(0,68,6,73)
C0M68Y6K73 
(0%,68%,6%,73%)
(0.00/0.68/0.06/0.73)	

CMYK percentages

%0
%67.65
%5.88
%73.33

Codes

Color #441640 in popluar color models

441640
RGB682264
HSL305°51.11%17.65%
HSB/HSV305°67.65%26.67%
CMYK0.00%67.65%5.88%
73.33%

Color #441640 in popluar number systems.

HEX441640
Decimal682264
Binary1000100101101000000
Octal10426100

Shades and tints

Shades of #441640

#441640
(68,22,64)
#3E143B
(62,20,59)
#381236
(56,18,54)
#321031
(50,16,49)
#2C0E2C
(44,14,44)
#260C27
(38,12,39)
#200A22
(32,10,34)
#1A081D
(26,8,29)
#140618
(20,6,24)
#0E0413
(14,4,19)
#08020E
(8,2,14)
#000000
(0,0,0)

Tints of #441640

#441640
(68,22,64)
#552B51
(85,43,81)
#664062
(102,64,98)
#775573
(119,85,115)
#886A84
(136,106,132)
#997F95
(153,127,149)
#AA94A6
(170,148,166)
#BBA9B7
(187,169,183)
#CCBEC8
(204,190,200)
#DDD3D9
(221,211,217)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441640; }

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

This text font color is #441640.


Background Color

.myBgColor { background-color: #441640; }

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

This div background color is #441640.


Border color

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

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

This div border color is #441640.


Opacity

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

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

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

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

This text has shadow with #441640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441640 on black background.


Color preview on white background

This text has color #441640 on white background.



Black color preview on #441640 background

This text has black color on #441640 background.


White color preview on #441640 background

This text has white color on #441640 background.