COLOR #442C1B

HEX: #442C1B
RGB: (68,44,27)

Color info

#442C1B contains red, green and blue colors in about the same proportion. Web safe color of #442C1B is #333333 (or #333).

RGB color model

#442C1B color RGB value is (68,44,27).

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

RGB channels and saturation

R 68 of 255 = 27%
G 44 of 255 = 17%
B 27 of 255 = 11%

68
44
27

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

Portions of RGB colors in percentages

R + G + B =
68 + 44 + 27 = 139 (100%)
R 68 of 139 ~ 48.92%
G 44 of 139 ~ 31.65%
B 27 of 139 ~ 19.42%

%48.92
%31.65
%19.42

CMYK color model

#442C1B color CMYK value is (0,35,60,73).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 60.29%
  • key color value is 73.33%
CMYK:
(0,35,60,73)
C0M35Y60K73 
(0%,35%,60%,73%)
(0.00/0.35/0.60/0.73)	

CMYK percentages

%0
%35.29
%60.29
%73.33

Codes

Color #442C1B in popluar color models

442C1B
RGB684427
HSL25°43.16%18.63%
HSB/HSV25°60.29%26.67%
CMYK0.00%35.29%60.29%
73.33%

Color #442C1B in popluar number systems.

HEX442C1B
Decimal684427
Binary100010010110011011
Octal1045433

Shades and tints

Shades of #442C1B

#442C1B
(68,44,27)
#3E2819
(62,40,25)
#382417
(56,36,23)
#322015
(50,32,21)
#2C1C13
(44,28,19)
#261811
(38,24,17)
#20140F
(32,20,15)
#1A100D
(26,16,13)
#140C0B
(20,12,11)
#0E0809
(14,8,9)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #442C1B

#442C1B
(68,44,27)
#553F2F
(85,63,47)
#665243
(102,82,67)
#776557
(119,101,87)
#88786B
(136,120,107)
#998B7F
(153,139,127)
#AA9E93
(170,158,147)
#BBB1A7
(187,177,167)
#CCC4BB
(204,196,187)
#DDD7CF
(221,215,207)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442C1B; }

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

This text font color is #442C1B.


Background Color

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

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

This div background color is #442C1B.


Border color

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

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

This div border color is #442C1B.


Opacity

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

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

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

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

This text has shadow with #442C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442C1B on black background.


Color preview on white background

This text has color #442C1B on white background.



Black color preview on #442C1B background

This text has black color on #442C1B background.


White color preview on #442C1B background

This text has white color on #442C1B background.