COLOR #442401

HEX: #442401
RGB: (68,36,1)

Color info

#442401 contains mainly red and green colors. Web safe color of #442401 is #333300 (or #330).

RGB color model

#442401 color RGB value is (68,36,1).

  • red value is 68;
  • green value is 36;
  • blue value is 1.
RGB:
(68,36,1)
(27%,14%,0%)

RGB channels and saturation

R 68 of 255 = 27%
G 36 of 255 = 14%
B 1 of 255 = 0%

68
36
1

R + G + B ~ 14%. #442401 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 36 + 1 = 105 (100%)
R 68 of 105 ~ 64.76%
G 36 of 105 ~ 34.29%
B 1 of 105 ~ 0.95%

%64.76
%34.29

CMYK color model

#442401 color CMYK value is (0,47,99,73).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 98.53%
  • key color value is 73.33%
CMYK:
(0,47,99,73)
C0M47Y99K73 
(0%,47%,99%,73%)
(0.00/0.47/0.99/0.73)	

CMYK percentages

%0
%47.06
%98.53
%73.33

Codes

Color #442401 in popluar color models

442401
RGB68361
HSL31°97.10%13.53%
HSB/HSV31°98.53%26.67%
CMYK0.00%47.06%98.53%
73.33%

Color #442401 in popluar number systems.

HEX442401
Decimal68361
Binary10001001001001
Octal104441

Shades and tints

Shades of #442401

#442401
(68,36,1)
#3E2101
(62,33,1)
#381E01
(56,30,1)
#321B01
(50,27,1)
#2C1801
(44,24,1)
#261501
(38,21,1)
#201201
(32,18,1)
#1A0F01
(26,15,1)
#140C01
(20,12,1)
#0E0901
(14,9,1)
#080601
(8,6,1)
#000000
(0,0,0)

Tints of #442401

#442401
(68,36,1)
#553718
(85,55,24)
#664A2F
(102,74,47)
#775D46
(119,93,70)
#88705D
(136,112,93)
#998374
(153,131,116)
#AA968B
(170,150,139)
#BBA9A2
(187,169,162)
#CCBCB9
(204,188,185)
#DDCFD0
(221,207,208)
#EEE2E7
(238,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442401 color. Also use rgb(68,36,1) instead hex code.

Text Font Color

.myTextColor { color: #442401; }

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

This text font color is #442401.


Background Color

.myBgColor { background-color: #442401; }

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

This div background color is #442401.


Border color

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

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

This div border color is #442401.


Opacity

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

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

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

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

This text has shadow with #442401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442401 on black background.


Color preview on white background

This text has color #442401 on white background.



Black color preview on #442401 background

This text has black color on #442401 background.


White color preview on #442401 background

This text has white color on #442401 background.