COLOR #442913

HEX: #442913
RGB: (68,41,19)

Color info

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

RGB color model

#442913 color RGB value is (68,41,19).

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

RGB channels and saturation

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

68
41
19

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

Portions of RGB colors in percentages

R + G + B =
68 + 41 + 19 = 128 (100%)
R 68 of 128 ~ 53.13%
G 41 of 128 ~ 32.03%
B 19 of 128 ~ 14.84%

%53.13
%32.03
%14.84

CMYK color model

#442913 color CMYK value is (0,40,72,73).

  • cyan value is 0.00%
  • magenta value is 39.71%
  • yellow value is 72.06%
  • key color value is 73.33%
CMYK:
(0,40,72,73)
C0M40Y72K73 
(0%,40%,72%,73%)
(0.00/0.40/0.72/0.73)	

CMYK percentages

%0
%39.71
%72.06
%73.33

Codes

Color #442913 in popluar color models

442913
RGB684119
HSL27°56.32%17.06%
HSB/HSV27°72.06%26.67%
CMYK0.00%39.71%72.06%
73.33%

Color #442913 in popluar number systems.

HEX442913
Decimal684119
Binary100010010100110011
Octal1045123

Shades and tints

Shades of #442913

#442913
(68,41,19)
#3E2612
(62,38,18)
#382311
(56,35,17)
#322010
(50,32,16)
#2C1D0F
(44,29,15)
#261A0E
(38,26,14)
#20170D
(32,23,13)
#1A140C
(26,20,12)
#14110B
(20,17,11)
#0E0E0A
(14,14,10)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #442913

#442913
(68,41,19)
#553C28
(85,60,40)
#664F3D
(102,79,61)
#776252
(119,98,82)
#887567
(136,117,103)
#99887C
(153,136,124)
#AA9B91
(170,155,145)
#BBAEA6
(187,174,166)
#CCC1BB
(204,193,187)
#DDD4D0
(221,212,208)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442913; }

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

This text font color is #442913.


Background Color

.myBgColor { background-color: #442913; }

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

This div background color is #442913.


Border color

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

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

This div border color is #442913.


Opacity

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

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

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

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

This text has shadow with #442913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442913 on black background.


Color preview on white background

This text has color #442913 on white background.



Black color preview on #442913 background

This text has black color on #442913 background.


White color preview on #442913 background

This text has white color on #442913 background.