COLOR #442119

HEX: #442119
RGB: (68,33,25)

Color info

#442119 contains red, green and blue colors in about the same proportion. Web safe color of #442119 is #333300 (or #330).

RGB color model

#442119 color RGB value is (68,33,25).

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

RGB channels and saturation

R 68 of 255 = 27%
G 33 of 255 = 13%
B 25 of 255 = 10%

68
33
25

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

Portions of RGB colors in percentages

R + G + B =
68 + 33 + 25 = 126 (100%)
R 68 of 126 ~ 53.97%
G 33 of 126 ~ 26.19%
B 25 of 126 ~ 19.84%

%53.97
%26.19
%19.84

CMYK color model

#442119 color CMYK value is (0,51,63,73).

  • cyan value is 0.00%
  • magenta value is 51.47%
  • yellow value is 63.24%
  • key color value is 73.33%
CMYK:
(0,51,63,73)
C0M51Y63K73 
(0%,51%,63%,73%)
(0.00/0.51/0.63/0.73)	

CMYK percentages

%0
%51.47
%63.24
%73.33

Codes

Color #442119 in popluar color models

442119
RGB683325
HSL11°46.24%18.24%
HSB/HSV11°63.24%26.67%
CMYK0.00%51.47%63.24%
73.33%

Color #442119 in popluar number systems.

HEX442119
Decimal683325
Binary100010010000111001
Octal1044131

Shades and tints

Shades of #442119

#442119
(68,33,25)
#3E1E17
(62,30,23)
#381B15
(56,27,21)
#321813
(50,24,19)
#2C1511
(44,21,17)
#26120F
(38,18,15)
#200F0D
(32,15,13)
#1A0C0B
(26,12,11)
#140909
(20,9,9)
#0E0607
(14,6,7)
#080305
(8,3,5)
#000000
(0,0,0)

Tints of #442119

#442119
(68,33,25)
#55352D
(85,53,45)
#664941
(102,73,65)
#775D55
(119,93,85)
#887169
(136,113,105)
#99857D
(153,133,125)
#AA9991
(170,153,145)
#BBADA5
(187,173,165)
#CCC1B9
(204,193,185)
#DDD5CD
(221,213,205)
#EEE9E1
(238,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442119; }

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

This text font color is #442119.


Background Color

.myBgColor { background-color: #442119; }

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

This div background color is #442119.


Border color

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

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

This div border color is #442119.


Opacity

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

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

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

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

This text has shadow with #442119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442119 on black background.


Color preview on white background

This text has color #442119 on white background.



Black color preview on #442119 background

This text has black color on #442119 background.


White color preview on #442119 background

This text has white color on #442119 background.