COLOR #442C06

HEX: #442C06
RGB: (68,44,6)

Color info

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

RGB color model

#442C06 color RGB value is (68,44,6).

  • red value is 68;
  • green value is 44;
  • blue value is 6.
RGB:
(68,44,6)
(27%,17%,2%)

RGB channels and saturation

R 68 of 255 = 27%
G 44 of 255 = 17%
B 6 of 255 = 2%

68
44
6

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

Portions of RGB colors in percentages

R + G + B =
68 + 44 + 6 = 118 (100%)
R 68 of 118 ~ 57.63%
G 44 of 118 ~ 37.29%
B 6 of 118 ~ 5.08%

%57.63
%37.29

CMYK color model

#442C06 color CMYK value is (0,35,91,73).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 91.18%
  • key color value is 73.33%
CMYK:
(0,35,91,73)
C0M35Y91K73 
(0%,35%,91%,73%)
(0.00/0.35/0.91/0.73)	

CMYK percentages

%0
%35.29
%91.18
%73.33

Codes

Color #442C06 in popluar color models

442C06
RGB68446
HSL37°83.78%14.51%
HSB/HSV37°91.18%26.67%
CMYK0.00%35.29%91.18%
73.33%

Color #442C06 in popluar number systems.

HEX442C06
Decimal68446
Binary1000100101100110
Octal104546

Shades and tints

Shades of #442C06

#442C06
(68,44,6)
#3E2806
(62,40,6)
#382406
(56,36,6)
#322006
(50,32,6)
#2C1C06
(44,28,6)
#261806
(38,24,6)
#201406
(32,20,6)
#1A1006
(26,16,6)
#140C06
(20,12,6)
#0E0806
(14,8,6)
#080406
(8,4,6)
#000000
(0,0,0)

Tints of #442C06

#442C06
(68,44,6)
#553F1C
(85,63,28)
#665232
(102,82,50)
#776548
(119,101,72)
#88785E
(136,120,94)
#998B74
(153,139,116)
#AA9E8A
(170,158,138)
#BBB1A0
(187,177,160)
#CCC4B6
(204,196,182)
#DDD7CC
(221,215,204)
#EEEAE2
(238,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442C06 color. Also use rgb(68,44,6) instead hex code.

Text Font Color

.myTextColor { color: #442C06; }

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

This text font color is #442C06.


Background Color

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

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

This div background color is #442C06.


Border color

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

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

This div border color is #442C06.


Opacity

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

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

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

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

This text has shadow with #442C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442C06 on black background.


Color preview on white background

This text has color #442C06 on white background.



Black color preview on #442C06 background

This text has black color on #442C06 background.


White color preview on #442C06 background

This text has white color on #442C06 background.