COLOR #442912

HEX: #442912
RGB: (68,41,18)

Color info

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

RGB color model

#442912 color RGB value is (68,41,18).

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

RGB channels and saturation

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

68
41
18

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

Portions of RGB colors in percentages

R + G + B =
68 + 41 + 18 = 127 (100%)
R 68 of 127 ~ 53.54%
G 41 of 127 ~ 32.28%
B 18 of 127 ~ 14.17%

%53.54
%32.28
%14.17

CMYK color model

#442912 color CMYK value is (0,40,74,73).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 73.53%
  • key color value is 73.33%
CMYK:
(0,40,74,73)
C0M40Y74K73 
(0%,40%,74%,73%)
(0.00/0.40/0.74/0.73)	

CMYK percentages

%0
%39.71
%73.53
%73.33

Codes

Color #442912 in popluar color models

442912
RGB684118
HSL28°58.14%16.86%
HSB/HSV28°73.53%26.67%
CMYK0.00%39.71%73.53%
73.33%

Color #442912 in popluar number systems.

HEX442912
Decimal684118
Binary100010010100110010
Octal1045122

Shades and tints

Shades of #442912

#442912
(68,41,18)
#3E2611
(62,38,17)
#382310
(56,35,16)
#32200F
(50,32,15)
#2C1D0E
(44,29,14)
#261A0D
(38,26,13)
#20170C
(32,23,12)
#1A140B
(26,20,11)
#14110A
(20,17,10)
#0E0E09
(14,14,9)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #442912

#442912
(68,41,18)
#553C27
(85,60,39)
#664F3C
(102,79,60)
#776251
(119,98,81)
#887566
(136,117,102)
#99887B
(153,136,123)
#AA9B90
(170,155,144)
#BBAEA5
(187,174,165)
#CCC1BA
(204,193,186)
#DDD4CF
(221,212,207)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442912; }

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

This text font color is #442912.


Background Color

.myBgColor { background-color: #442912; }

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

This div background color is #442912.


Border color

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

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

This div border color is #442912.


Opacity

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

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

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

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

This text has shadow with #442912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442912 on black background.


Color preview on white background

This text has color #442912 on white background.



Black color preview on #442912 background

This text has black color on #442912 background.


White color preview on #442912 background

This text has white color on #442912 background.