COLOR #442E1A

HEX: #442E1A
RGB: (68,46,26)

Color info

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

RGB color model

#442E1A color RGB value is (68,46,26).

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

RGB channels and saturation

R 68 of 255 = 27%
G 46 of 255 = 18%
B 26 of 255 = 10%

68
46
26

R + G + B ~ 18%. #442E1A is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 46 + 26 = 140 (100%)
R 68 of 140 ~ 48.57%
G 46 of 140 ~ 32.86%
B 26 of 140 ~ 18.57%

%48.57
%32.86
%18.57

CMYK color model

#442E1A color CMYK value is (0,32,62,73).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 61.76%
  • key color value is 73.33%
CMYK:
(0,32,62,73)
C0M32Y62K73 
(0%,32%,62%,73%)
(0.00/0.32/0.62/0.73)	

CMYK percentages

%0
%32.35
%61.76
%73.33

Codes

Color #442E1A in popluar color models

442E1A
RGB684626
HSL29°44.68%18.43%
HSB/HSV29°61.76%26.67%
CMYK0.00%32.35%61.76%
73.33%

Color #442E1A in popluar number systems.

HEX442E1A
Decimal684626
Binary100010010111011010
Octal1045632

Shades and tints

Shades of #442E1A

#442E1A
(68,46,26)
#3E2A18
(62,42,24)
#382616
(56,38,22)
#322214
(50,34,20)
#2C1E12
(44,30,18)
#261A10
(38,26,16)
#20160E
(32,22,14)
#1A120C
(26,18,12)
#140E0A
(20,14,10)
#0E0A08
(14,10,8)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #442E1A

#442E1A
(68,46,26)
#55412E
(85,65,46)
#665442
(102,84,66)
#776756
(119,103,86)
#887A6A
(136,122,106)
#998D7E
(153,141,126)
#AAA092
(170,160,146)
#BBB3A6
(187,179,166)
#CCC6BA
(204,198,186)
#DDD9CE
(221,217,206)
#EEECE2
(238,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442E1A; }

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

This text font color is #442E1A.


Background Color

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

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

This div background color is #442E1A.


Border color

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

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

This div border color is #442E1A.


Opacity

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

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

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

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

This text has shadow with #442E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442E1A on black background.


Color preview on white background

This text has color #442E1A on white background.



Black color preview on #442E1A background

This text has black color on #442E1A background.


White color preview on #442E1A background

This text has white color on #442E1A background.