COLOR #442829

HEX: #442829
RGB: (68,40,41)

Color info

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

RGB color model

#442829 color RGB value is (68,40,41).

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

RGB channels and saturation

R 68 of 255 = 27%
G 40 of 255 = 16%
B 41 of 255 = 16%

68
40
41

R + G + B ~ 20%. #442829 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 40 + 41 = 149 (100%)
R 68 of 149 ~ 45.64%
G 40 of 149 ~ 26.85%
B 41 of 149 ~ 27.52%

%45.64
%26.85
%27.52

CMYK color model

#442829 color CMYK value is (0,41,40,73).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 39.71%
  • key color value is 73.33%
CMYK:
(0,41,40,73)
C0M41Y40K73 
(0%,41%,40%,73%)
(0.00/0.41/0.40/0.73)	

CMYK percentages

%0
%41.18
%39.71
%73.33

Codes

Color #442829 in popluar color models

442829
RGB684041
HSL358°25.93%21.18%
HSB/HSV358°41.18%26.67%
CMYK0.00%41.18%39.71%
73.33%

Color #442829 in popluar number systems.

HEX442829
Decimal684041
Binary1000100101000101001
Octal1045051

Shades and tints

Shades of #442829

#442829
(68,40,41)
#3E2526
(62,37,38)
#382223
(56,34,35)
#321F20
(50,31,32)
#2C1C1D
(44,28,29)
#26191A
(38,25,26)
#201617
(32,22,23)
#1A1314
(26,19,20)
#141011
(20,16,17)
#0E0D0E
(14,13,14)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #442829

#442829
(68,40,41)
#553B3C
(85,59,60)
#664E4F
(102,78,79)
#776162
(119,97,98)
#887475
(136,116,117)
#998788
(153,135,136)
#AA9A9B
(170,154,155)
#BBADAE
(187,173,174)
#CCC0C1
(204,192,193)
#DDD3D4
(221,211,212)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442829; }

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

This text font color is #442829.


Background Color

.myBgColor { background-color: #442829; }

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

This div background color is #442829.


Border color

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

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

This div border color is #442829.


Opacity

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

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

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

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

This text has shadow with #442829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442829 on black background.


Color preview on white background

This text has color #442829 on white background.



Black color preview on #442829 background

This text has black color on #442829 background.


White color preview on #442829 background

This text has white color on #442829 background.