COLOR #441320

HEX: #441320
RGB: (68,19,32)

Color info

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

RGB color model

#441320 color RGB value is (68,19,32).

  • red value is 68;
  • green value is 19;
  • blue value is 32.
RGB:
(68,19,32)
(27%,7%,13%)

RGB channels and saturation

R 68 of 255 = 27%
G 19 of 255 = 7%
B 32 of 255 = 13%

68
19
32

R + G + B ~ 16%. #441320 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 19 + 32 = 119 (100%)
R 68 of 119 ~ 57.14%
G 19 of 119 ~ 15.97%
B 32 of 119 ~ 26.89%

%57.14
%15.97
%26.89

CMYK color model

#441320 color CMYK value is (0,72,53,73).

  • cyan value is 0.00%
  • magenta value is 72.06%
  • yellow value is 52.94%
  • key color value is 73.33%
CMYK:
(0,72,53,73)
C0M72Y53K73 
(0%,72%,53%,73%)
(0.00/0.72/0.53/0.73)	

CMYK percentages

%0
%72.06
%52.94
%73.33

Codes

Color #441320 in popluar color models

441320
RGB681932
HSL344°56.32%17.06%
HSB/HSV344°72.06%26.67%
CMYK0.00%72.06%52.94%
73.33%

Color #441320 in popluar number systems.

HEX441320
Decimal681932
Binary100010010011100000
Octal1042340

Shades and tints

Shades of #441320

#441320
(68,19,32)
#3E121E
(62,18,30)
#38111C
(56,17,28)
#32101A
(50,16,26)
#2C0F18
(44,15,24)
#260E16
(38,14,22)
#200D14
(32,13,20)
#1A0C12
(26,12,18)
#140B10
(20,11,16)
#0E0A0E
(14,10,14)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #441320

#441320
(68,19,32)
#552834
(85,40,52)
#663D48
(102,61,72)
#77525C
(119,82,92)
#886770
(136,103,112)
#997C84
(153,124,132)
#AA9198
(170,145,152)
#BBA6AC
(187,166,172)
#CCBBC0
(204,187,192)
#DDD0D4
(221,208,212)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441320 color. Also use rgb(68,19,32) instead hex code.

Text Font Color

.myTextColor { color: #441320; }

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

This text font color is #441320.


Background Color

.myBgColor { background-color: #441320; }

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

This div background color is #441320.


Border color

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

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

This div border color is #441320.


Opacity

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

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

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

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

This text has shadow with #441320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441320 on black background.


Color preview on white background

This text has color #441320 on white background.



Black color preview on #441320 background

This text has black color on #441320 background.


White color preview on #441320 background

This text has white color on #441320 background.