COLOR #442029

HEX: #442029
RGB: (68,32,41)

Color info

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

RGB color model

#442029 color RGB value is (68,32,41).

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

RGB channels and saturation

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

68
32
41

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

Portions of RGB colors in percentages

R + G + B =
68 + 32 + 41 = 141 (100%)
R 68 of 141 ~ 48.23%
G 32 of 141 ~ 22.7%
B 41 of 141 ~ 29.08%

%48.23
%22.7
%29.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 39.71%
  • key color value is 73.33%
CMYK:
(0,53,40,73)
C0M53Y40K73 
(0%,53%,40%,73%)
(0.00/0.53/0.40/0.73)	

CMYK percentages

%0
%52.94
%39.71
%73.33

Codes

Color #442029 in popluar color models

442029
RGB683241
HSL345°36.00%19.61%
HSB/HSV345°52.94%26.67%
CMYK0.00%52.94%39.71%
73.33%

Color #442029 in popluar number systems.

HEX442029
Decimal683241
Binary1000100100000101001
Octal1044051

Shades and tints

Shades of #442029

#442029
(68,32,41)
#3E1E26
(62,30,38)
#381C23
(56,28,35)
#321A20
(50,26,32)
#2C181D
(44,24,29)
#26161A
(38,22,26)
#201417
(32,20,23)
#1A1214
(26,18,20)
#141011
(20,16,17)
#0E0E0E
(14,14,14)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #442029

#442029
(68,32,41)
#55343C
(85,52,60)
#66484F
(102,72,79)
#775C62
(119,92,98)
#887075
(136,112,117)
#998488
(153,132,136)
#AA989B
(170,152,155)
#BBACAE
(187,172,174)
#CCC0C1
(204,192,193)
#DDD4D4
(221,212,212)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442029; }

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

This text font color is #442029.


Background Color

.myBgColor { background-color: #442029; }

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

This div background color is #442029.


Border color

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

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

This div border color is #442029.


Opacity

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

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

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

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

This text has shadow with #442029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442029 on black background.


Color preview on white background

This text has color #442029 on white background.



Black color preview on #442029 background

This text has black color on #442029 background.


White color preview on #442029 background

This text has white color on #442029 background.