COLOR #441739

HEX: #441739
RGB: (68,23,57)

Color info

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

RGB color model

#441739 color RGB value is (68,23,57).

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

RGB channels and saturation

R 68 of 255 = 27%
G 23 of 255 = 9%
B 57 of 255 = 22%

68
23
57

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

Portions of RGB colors in percentages

R + G + B =
68 + 23 + 57 = 148 (100%)
R 68 of 148 ~ 45.95%
G 23 of 148 ~ 15.54%
B 57 of 148 ~ 38.51%

%45.95
%15.54
%38.51

CMYK color model

#441739 color CMYK value is (0,66,16,73).

  • cyan value is 0.00%
  • magenta value is 66.18%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(0,66,16,73)
C0M66Y16K73 
(0%,66%,16%,73%)
(0.00/0.66/0.16/0.73)	

CMYK percentages

%0
%66.18
%16.18
%73.33

Codes

Color #441739 in popluar color models

441739
RGB682357
HSL315°49.45%17.84%
HSB/HSV315°66.18%26.67%
CMYK0.00%66.18%16.18%
73.33%

Color #441739 in popluar number systems.

HEX441739
Decimal682357
Binary100010010111111001
Octal1042771

Shades and tints

Shades of #441739

#441739
(68,23,57)
#3E1534
(62,21,52)
#38132F
(56,19,47)
#32112A
(50,17,42)
#2C0F25
(44,15,37)
#260D20
(38,13,32)
#200B1B
(32,11,27)
#1A0916
(26,9,22)
#140711
(20,7,17)
#0E050C
(14,5,12)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #441739

#441739
(68,23,57)
#552C4B
(85,44,75)
#66415D
(102,65,93)
#77566F
(119,86,111)
#886B81
(136,107,129)
#998093
(153,128,147)
#AA95A5
(170,149,165)
#BBAAB7
(187,170,183)
#CCBFC9
(204,191,201)
#DDD4DB
(221,212,219)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441739; }

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

This text font color is #441739.


Background Color

.myBgColor { background-color: #441739; }

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

This div background color is #441739.


Border color

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

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

This div border color is #441739.


Opacity

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

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

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

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

This text has shadow with #441739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441739 on black background.


Color preview on white background

This text has color #441739 on white background.



Black color preview on #441739 background

This text has black color on #441739 background.


White color preview on #441739 background

This text has white color on #441739 background.