COLOR #441539

HEX: #441539
RGB: (68,21,57)

Color info

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

RGB color model

#441539 color RGB value is (68,21,57).

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

RGB channels and saturation

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

68
21
57

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

Portions of RGB colors in percentages

R + G + B =
68 + 21 + 57 = 146 (100%)
R 68 of 146 ~ 46.58%
G 21 of 146 ~ 14.38%
B 57 of 146 ~ 39.04%

%46.58
%14.38
%39.04

CMYK color model

#441539 color CMYK value is (0,69,16,73).

  • cyan value is 0.00%
  • magenta value is 69.12%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(0,69,16,73)
C0M69Y16K73 
(0%,69%,16%,73%)
(0.00/0.69/0.16/0.73)	

CMYK percentages

%0
%69.12
%16.18
%73.33

Codes

Color #441539 in popluar color models

441539
RGB682157
HSL314°52.81%17.45%
HSB/HSV314°69.12%26.67%
CMYK0.00%69.12%16.18%
73.33%

Color #441539 in popluar number systems.

HEX441539
Decimal682157
Binary100010010101111001
Octal1042571

Shades and tints

Shades of #441539

#441539
(68,21,57)
#3E1434
(62,20,52)
#38132F
(56,19,47)
#32122A
(50,18,42)
#2C1125
(44,17,37)
#261020
(38,16,32)
#200F1B
(32,15,27)
#1A0E16
(26,14,22)
#140D11
(20,13,17)
#0E0C0C
(14,12,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #441539

#441539
(68,21,57)
#552A4B
(85,42,75)
#663F5D
(102,63,93)
#77546F
(119,84,111)
#886981
(136,105,129)
#997E93
(153,126,147)
#AA93A5
(170,147,165)
#BBA8B7
(187,168,183)
#CCBDC9
(204,189,201)
#DDD2DB
(221,210,219)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441539; }

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

This text font color is #441539.


Background Color

.myBgColor { background-color: #441539; }

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

This div background color is #441539.


Border color

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

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

This div border color is #441539.


Opacity

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

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

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

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

This text has shadow with #441539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441539 on black background.


Color preview on white background

This text has color #441539 on white background.



Black color preview on #441539 background

This text has black color on #441539 background.


White color preview on #441539 background

This text has white color on #441539 background.