COLOR #442020

HEX: #442020 RGB: (68,32,32)

Color info

#442020 contains red, green and blue colors in about the same proportion. Web safe color of #442020 is #333333 (or #333).

RGB color model

#442020 color RGB value is (68,32,32).

RGB: (68,32,32) (27%, 13%, 13%)

RGB channels and saturation

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

68
32
32

R + G + B ~ 18%. #442020 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 32 + 32 = 132 (100%)
R 68 of 132 ~ 51.52%
G 32 of 132 ~ 24.24%
B 32 of 132 ~ 24.24'%

%51.52
%24.24
%24.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 52.94%
  • key color value is 73.33%

CMYK: (0,53,53,73)
C0M53Y53K73 (0%, 53%, 53%, 73%)
(0.00 / 0.53 / 0.53 / 0.73)

CMYK percentages

%0
%52.94
%52.94
%73.33

Codes

Color #442020 in popluar color models

44 20 20
RGB 68 32 32
HSL 36.00% 19.61%
HSB/HSV 52.94% 26.67%
CMYK 0.00% 52.94% 52.94%
73.33%

Color #442020 in popluar number systems.

HEX 44 20 20
Decimal 68 32 32
Binary 1000100 100000 100000
Octal 104 40 40

Shades and tints

Shades of #442020

#442020
(68,32,32)
#3E1E1E
(62,30,30)
#381C1C
(56,28,28)
#321A1A
(50,26,26)
#2C1818
(44,24,24)
#261616
(38,22,22)
#201414
(32,20,20)
#1A1212
(26,18,18)
#141010
(20,16,16)
#0E0E0E
(14,14,14)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #442020

#442020
(68,32,32)
#553434
(85,52,52)
#664848
(102,72,72)
#775C5C
(119,92,92)
#887070
(136,112,112)
#998484
(153,132,132)
#AA9898
(170,152,152)
#BBACAC
(187,172,172)
#CCC0C0
(204,192,192)
#DDD4D4
(221,212,212)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442020; }

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

This text font color is #442020.

Background Color

.myBgColor { background-color: #442020; }

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

This div background color is #442020.

Border color

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

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

This div border color is #442020.

Opacity

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

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

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

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

This text has shadow with #442020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442020.

Preview

Color preview on black background

This text has color #442020 on black background.


Color preview on white background

This text has color #442020 on white background.


Black color preview on #442020 background

This text has black color on #442020 background.


White color preview on #442020 background

This text has white color on #442020 background.


Related colors

Complementary color

Complementary color for #hex is #BBDFDF.


I love getcolorcode.com