COLOR #442939

HEX: #442939
RGB: (68,41,57)

Color info

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

RGB color model

#442939 color RGB value is (68,41,57).

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

RGB channels and saturation

R 68 of 255 = 27%
G 41 of 255 = 16%
B 57 of 255 = 22%

68
41
57

R + G + B ~ 22%. #442939 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 41 + 57 = 166 (100%)
R 68 of 166 ~ 40.96%
G 41 of 166 ~ 24.7%
B 57 of 166 ~ 34.34%

%40.96
%24.7
%34.34

CMYK color model

#442939 color CMYK value is (0,40,16,73).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(0,40,16,73)
C0M40Y16K73 
(0%,40%,16%,73%)
(0.00/0.40/0.16/0.73)	

CMYK percentages

%0
%39.71
%16.18
%73.33

Codes

Color #442939 in popluar color models

442939
RGB684157
HSL324°24.77%21.37%
HSB/HSV324°39.71%26.67%
CMYK0.00%39.71%16.18%
73.33%

Color #442939 in popluar number systems.

HEX442939
Decimal684157
Binary1000100101001111001
Octal1045171

Shades and tints

Shades of #442939

#442939
(68,41,57)
#3E2634
(62,38,52)
#38232F
(56,35,47)
#32202A
(50,32,42)
#2C1D25
(44,29,37)
#261A20
(38,26,32)
#20171B
(32,23,27)
#1A1416
(26,20,22)
#141111
(20,17,17)
#0E0E0C
(14,14,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #442939

#442939
(68,41,57)
#553C4B
(85,60,75)
#664F5D
(102,79,93)
#77626F
(119,98,111)
#887581
(136,117,129)
#998893
(153,136,147)
#AA9BA5
(170,155,165)
#BBAEB7
(187,174,183)
#CCC1C9
(204,193,201)
#DDD4DB
(221,212,219)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442939; }

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

This text font color is #442939.


Background Color

.myBgColor { background-color: #442939; }

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

This div background color is #442939.


Border color

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

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

This div border color is #442939.


Opacity

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

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

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

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

This text has shadow with #442939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442939 on black background.


Color preview on white background

This text has color #442939 on white background.



Black color preview on #442939 background

This text has black color on #442939 background.


White color preview on #442939 background

This text has white color on #442939 background.