COLOR #441439

HEX: #441439
RGB: (68,20,57)

Color info

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

RGB color model

#441439 color RGB value is (68,20,57).

  • red value is 68;
  • green value is 20;
  • blue value is 57.
RGB:
(68,20,57)
(27%,8%,22%)

RGB channels and saturation

R 68 of 255 = 27%
G 20 of 255 = 8%
B 57 of 255 = 22%

68
20
57

R + G + B ~ 19%. #441439 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 20 + 57 = 145 (100%)
R 68 of 145 ~ 46.9%
G 20 of 145 ~ 13.79%
B 57 of 145 ~ 39.31%

%46.9
%13.79
%39.31

CMYK color model

#441439 color CMYK value is (0,71,16,73).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(0,71,16,73)
C0M71Y16K73 
(0%,71%,16%,73%)
(0.00/0.71/0.16/0.73)	

CMYK percentages

%0
%70.59
%16.18
%73.33

Codes

Color #441439 in popluar color models

441439
RGB682057
HSL314°54.55%17.25%
HSB/HSV314°70.59%26.67%
CMYK0.00%70.59%16.18%
73.33%

Color #441439 in popluar number systems.

HEX441439
Decimal682057
Binary100010010100111001
Octal1042471

Shades and tints

Shades of #441439

#441439
(68,20,57)
#3E1334
(62,19,52)
#38122F
(56,18,47)
#32112A
(50,17,42)
#2C1025
(44,16,37)
#260F20
(38,15,32)
#200E1B
(32,14,27)
#1A0D16
(26,13,22)
#140C11
(20,12,17)
#0E0B0C
(14,11,12)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #441439

#441439
(68,20,57)
#55294B
(85,41,75)
#663E5D
(102,62,93)
#77536F
(119,83,111)
#886881
(136,104,129)
#997D93
(153,125,147)
#AA92A5
(170,146,165)
#BBA7B7
(187,167,183)
#CCBCC9
(204,188,201)
#DDD1DB
(221,209,219)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441439 color. Also use rgb(68,20,57) instead hex code.

Text Font Color

.myTextColor { color: #441439; }

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

This text font color is #441439.


Background Color

.myBgColor { background-color: #441439; }

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

This div background color is #441439.


Border color

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

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

This div border color is #441439.


Opacity

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

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

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

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

This text has shadow with #441439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441439 on black background.


Color preview on white background

This text has color #441439 on white background.



Black color preview on #441439 background

This text has black color on #441439 background.


White color preview on #441439 background

This text has white color on #441439 background.