COLOR #441A20

HEX: #441A20
RGB: (68,26,32)

Color info

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

RGB color model

#441A20 color RGB value is (68,26,32).

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

RGB channels and saturation

R 68 of 255 = 27%
G 26 of 255 = 10%
B 32 of 255 = 13%

68
26
32

R + G + B ~ 17%. #441A20 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 26 + 32 = 126 (100%)
R 68 of 126 ~ 53.97%
G 26 of 126 ~ 20.63%
B 32 of 126 ~ 25.4%

%53.97
%20.63
%25.4

CMYK color model

#441A20 color CMYK value is (0,62,53,73).

  • cyan value is 0.00%
  • magenta value is 61.76%
  • yellow value is 52.94%
  • key color value is 73.33%
CMYK:
(0,62,53,73)
C0M62Y53K73 
(0%,62%,53%,73%)
(0.00/0.62/0.53/0.73)	

CMYK percentages

%0
%61.76
%52.94
%73.33

Codes

Color #441A20 in popluar color models

441A20
RGB682632
HSL351°44.68%18.43%
HSB/HSV351°61.76%26.67%
CMYK0.00%61.76%52.94%
73.33%

Color #441A20 in popluar number systems.

HEX441A20
Decimal682632
Binary100010011010100000
Octal1043240

Shades and tints

Shades of #441A20

#441A20
(68,26,32)
#3E181E
(62,24,30)
#38161C
(56,22,28)
#32141A
(50,20,26)
#2C1218
(44,18,24)
#261016
(38,16,22)
#200E14
(32,14,20)
#1A0C12
(26,12,18)
#140A10
(20,10,16)
#0E080E
(14,8,14)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #441A20

#441A20
(68,26,32)
#552E34
(85,46,52)
#664248
(102,66,72)
#77565C
(119,86,92)
#886A70
(136,106,112)
#997E84
(153,126,132)
#AA9298
(170,146,152)
#BBA6AC
(187,166,172)
#CCBAC0
(204,186,192)
#DDCED4
(221,206,212)
#EEE2E8
(238,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441A20; }

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

This text font color is #441A20.


Background Color

.myBgColor { background-color: #441A20; }

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

This div background color is #441A20.


Border color

.myBorderColor { border: 1px solid #441A20; }

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

This div border color is #441A20.


Opacity

.myOpacity80 { color: #441A20; opacity: 0.8; }

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

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

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

This text has shadow with #441A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441A20 on black background.


Color preview on white background

This text has color #441A20 on white background.



Black color preview on #441A20 background

This text has black color on #441A20 background.


White color preview on #441A20 background

This text has white color on #441A20 background.