COLOR #442E01

HEX: #442E01
RGB: (68,46,1)

Color info

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

RGB color model

#442E01 color RGB value is (68,46,1).

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

RGB channels and saturation

R 68 of 255 = 27%
G 46 of 255 = 18%
B 1 of 255 = 0%

68
46
1

R + G + B ~ 15%. #442E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 46 + 1 = 115 (100%)
R 68 of 115 ~ 59.13%
G 46 of 115 ~ 40%
B 1 of 115 ~ 0.87%

%59.13
%40

CMYK color model

#442E01 color CMYK value is (0,32,99,73).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 98.53%
  • key color value is 73.33%
CMYK:
(0,32,99,73)
C0M32Y99K73 
(0%,32%,99%,73%)
(0.00/0.32/0.99/0.73)	

CMYK percentages

%0
%32.35
%98.53
%73.33

Codes

Color #442E01 in popluar color models

442E01
RGB68461
HSL40°97.10%13.53%
HSB/HSV40°98.53%26.67%
CMYK0.00%32.35%98.53%
73.33%

Color #442E01 in popluar number systems.

HEX442E01
Decimal68461
Binary10001001011101
Octal104561

Shades and tints

Shades of #442E01

#442E01
(68,46,1)
#3E2A01
(62,42,1)
#382601
(56,38,1)
#322201
(50,34,1)
#2C1E01
(44,30,1)
#261A01
(38,26,1)
#201601
(32,22,1)
#1A1201
(26,18,1)
#140E01
(20,14,1)
#0E0A01
(14,10,1)
#080601
(8,6,1)
#000000
(0,0,0)

Tints of #442E01

#442E01
(68,46,1)
#554118
(85,65,24)
#66542F
(102,84,47)
#776746
(119,103,70)
#887A5D
(136,122,93)
#998D74
(153,141,116)
#AAA08B
(170,160,139)
#BBB3A2
(187,179,162)
#CCC6B9
(204,198,185)
#DDD9D0
(221,217,208)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442E01; }

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

This text font color is #442E01.


Background Color

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

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

This div background color is #442E01.


Border color

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

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

This div border color is #442E01.


Opacity

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

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

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

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

This text has shadow with #442E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442E01 on black background.


Color preview on white background

This text has color #442E01 on white background.



Black color preview on #442E01 background

This text has black color on #442E01 background.


White color preview on #442E01 background

This text has white color on #442E01 background.