COLOR #442A12

HEX: #442A12
RGB: (68,42,18)

Color info

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

RGB color model

#442A12 color RGB value is (68,42,18).

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

RGB channels and saturation

R 68 of 255 = 27%
G 42 of 255 = 16%
B 18 of 255 = 7%

68
42
18

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

Portions of RGB colors in percentages

R + G + B =
68 + 42 + 18 = 128 (100%)
R 68 of 128 ~ 53.13%
G 42 of 128 ~ 32.81%
B 18 of 128 ~ 14.06%

%53.13
%32.81
%14.06

CMYK color model

#442A12 color CMYK value is (0,38,74,73).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 73.53%
  • key color value is 73.33%
CMYK:
(0,38,74,73)
C0M38Y74K73 
(0%,38%,74%,73%)
(0.00/0.38/0.74/0.73)	

CMYK percentages

%0
%38.24
%73.53
%73.33

Codes

Color #442A12 in popluar color models

442A12
RGB684218
HSL29°58.14%16.86%
HSB/HSV29°73.53%26.67%
CMYK0.00%38.24%73.53%
73.33%

Color #442A12 in popluar number systems.

HEX442A12
Decimal684218
Binary100010010101010010
Octal1045222

Shades and tints

Shades of #442A12

#442A12
(68,42,18)
#3E2711
(62,39,17)
#382410
(56,36,16)
#32210F
(50,33,15)
#2C1E0E
(44,30,14)
#261B0D
(38,27,13)
#20180C
(32,24,12)
#1A150B
(26,21,11)
#14120A
(20,18,10)
#0E0F09
(14,15,9)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #442A12

#442A12
(68,42,18)
#553D27
(85,61,39)
#66503C
(102,80,60)
#776351
(119,99,81)
#887666
(136,118,102)
#99897B
(153,137,123)
#AA9C90
(170,156,144)
#BBAFA5
(187,175,165)
#CCC2BA
(204,194,186)
#DDD5CF
(221,213,207)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442A12 color. Also use rgb(68,42,18) instead hex code.

Text Font Color

.myTextColor { color: #442A12; }

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

This text font color is #442A12.


Background Color

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

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

This div background color is #442A12.


Border color

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

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

This div border color is #442A12.


Opacity

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

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

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

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

This text has shadow with #442A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442A12 on black background.


Color preview on white background

This text has color #442A12 on white background.



Black color preview on #442A12 background

This text has black color on #442A12 background.


White color preview on #442A12 background

This text has white color on #442A12 background.