COLOR #442D13

HEX: #442D13
RGB: (68,45,19)

Color info

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

RGB color model

#442D13 color RGB value is (68,45,19).

  • red value is 68;
  • green value is 45;
  • blue value is 19.
RGB:
(68,45,19)
(27%,18%,7%)

RGB channels and saturation

R 68 of 255 = 27%
G 45 of 255 = 18%
B 19 of 255 = 7%

68
45
19

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

Portions of RGB colors in percentages

R + G + B =
68 + 45 + 19 = 132 (100%)
R 68 of 132 ~ 51.52%
G 45 of 132 ~ 34.09%
B 19 of 132 ~ 14.39%

%51.52
%34.09
%14.39

CMYK color model

#442D13 color CMYK value is (0,34,72,73).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 72.06%
  • key color value is 73.33%
CMYK:
(0,34,72,73)
C0M34Y72K73 
(0%,34%,72%,73%)
(0.00/0.34/0.72/0.73)	

CMYK percentages

%0
%33.82
%72.06
%73.33

Codes

Color #442D13 in popluar color models

442D13
RGB684519
HSL32°56.32%17.06%
HSB/HSV32°72.06%26.67%
CMYK0.00%33.82%72.06%
73.33%

Color #442D13 in popluar number systems.

HEX442D13
Decimal684519
Binary100010010110110011
Octal1045523

Shades and tints

Shades of #442D13

#442D13
(68,45,19)
#3E2912
(62,41,18)
#382511
(56,37,17)
#322110
(50,33,16)
#2C1D0F
(44,29,15)
#26190E
(38,25,14)
#20150D
(32,21,13)
#1A110C
(26,17,12)
#140D0B
(20,13,11)
#0E090A
(14,9,10)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #442D13

#442D13
(68,45,19)
#554028
(85,64,40)
#66533D
(102,83,61)
#776652
(119,102,82)
#887967
(136,121,103)
#998C7C
(153,140,124)
#AA9F91
(170,159,145)
#BBB2A6
(187,178,166)
#CCC5BB
(204,197,187)
#DDD8D0
(221,216,208)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442D13 color. Also use rgb(68,45,19) instead hex code.

Text Font Color

.myTextColor { color: #442D13; }

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

This text font color is #442D13.


Background Color

.myBgColor { background-color: #442D13; }

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

This div background color is #442D13.


Border color

.myBorderColor { border: 1px solid #442D13; }

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

This div border color is #442D13.


Opacity

.myOpacity80 { color: #442D13; opacity: 0.8; }

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

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

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

This text has shadow with #442D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442D13 on black background.


Color preview on white background

This text has color #442D13 on white background.



Black color preview on #442D13 background

This text has black color on #442D13 background.


White color preview on #442D13 background

This text has white color on #442D13 background.