COLOR #442013

HEX: #442013
RGB: (68,32,19)

Color info

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

RGB color model

#442013 color RGB value is (68,32,19).

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

RGB channels and saturation

R 68 of 255 = 27%
G 32 of 255 = 13%
B 19 of 255 = 7%

68
32
19

R + G + B ~ 16%. #442013 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 32 + 19 = 119 (100%)
R 68 of 119 ~ 57.14%
G 32 of 119 ~ 26.89%
B 19 of 119 ~ 15.97%

%57.14
%26.89
%15.97

CMYK color model

#442013 color CMYK value is (0,53,72,73).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 72.06%
  • key color value is 73.33%
CMYK:
(0,53,72,73)
C0M53Y72K73 
(0%,53%,72%,73%)
(0.00/0.53/0.72/0.73)	

CMYK percentages

%0
%52.94
%72.06
%73.33

Codes

Color #442013 in popluar color models

442013
RGB683219
HSL16°56.32%17.06%
HSB/HSV16°72.06%26.67%
CMYK0.00%52.94%72.06%
73.33%

Color #442013 in popluar number systems.

HEX442013
Decimal683219
Binary100010010000010011
Octal1044023

Shades and tints

Shades of #442013

#442013
(68,32,19)
#3E1E12
(62,30,18)
#381C11
(56,28,17)
#321A10
(50,26,16)
#2C180F
(44,24,15)
#26160E
(38,22,14)
#20140D
(32,20,13)
#1A120C
(26,18,12)
#14100B
(20,16,11)
#0E0E0A
(14,14,10)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #442013

#442013
(68,32,19)
#553428
(85,52,40)
#66483D
(102,72,61)
#775C52
(119,92,82)
#887067
(136,112,103)
#99847C
(153,132,124)
#AA9891
(170,152,145)
#BBACA6
(187,172,166)
#CCC0BB
(204,192,187)
#DDD4D0
(221,212,208)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442013; }

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

This text font color is #442013.


Background Color

.myBgColor { background-color: #442013; }

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

This div background color is #442013.


Border color

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

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

This div border color is #442013.


Opacity

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

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

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

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

This text has shadow with #442013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442013 on black background.


Color preview on white background

This text has color #442013 on white background.



Black color preview on #442013 background

This text has black color on #442013 background.


White color preview on #442013 background

This text has white color on #442013 background.