COLOR #442B21

HEX: #442B21
RGB: (68,43,33)

Color info

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

RGB color model

#442B21 color RGB value is (68,43,33).

  • red value is 68;
  • green value is 43;
  • blue value is 33.
RGB:
(68,43,33)
(27%,17%,13%)

RGB channels and saturation

R 68 of 255 = 27%
G 43 of 255 = 17%
B 33 of 255 = 13%

68
43
33

R + G + B ~ 19%. #442B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 43 + 33 = 144 (100%)
R 68 of 144 ~ 47.22%
G 43 of 144 ~ 29.86%
B 33 of 144 ~ 22.92%

%47.22
%29.86
%22.92

CMYK color model

#442B21 color CMYK value is (0,37,51,73).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 51.47%
  • key color value is 73.33%
CMYK:
(0,37,51,73)
C0M37Y51K73 
(0%,37%,51%,73%)
(0.00/0.37/0.51/0.73)	

CMYK percentages

%0
%36.76
%51.47
%73.33

Codes

Color #442B21 in popluar color models

442B21
RGB684333
HSL17°34.65%19.80%
HSB/HSV17°51.47%26.67%
CMYK0.00%36.76%51.47%
73.33%

Color #442B21 in popluar number systems.

HEX442B21
Decimal684333
Binary1000100101011100001
Octal1045341

Shades and tints

Shades of #442B21

#442B21
(68,43,33)
#3E281E
(62,40,30)
#38251B
(56,37,27)
#322218
(50,34,24)
#2C1F15
(44,31,21)
#261C12
(38,28,18)
#20190F
(32,25,15)
#1A160C
(26,22,12)
#141309
(20,19,9)
#0E1006
(14,16,6)
#080D03
(8,13,3)
#000000
(0,0,0)

Tints of #442B21

#442B21
(68,43,33)
#553E35
(85,62,53)
#665149
(102,81,73)
#77645D
(119,100,93)
#887771
(136,119,113)
#998A85
(153,138,133)
#AA9D99
(170,157,153)
#BBB0AD
(187,176,173)
#CCC3C1
(204,195,193)
#DDD6D5
(221,214,213)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442B21 color. Also use rgb(68,43,33) instead hex code.

Text Font Color

.myTextColor { color: #442B21; }

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

This text font color is #442B21.


Background Color

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

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

This div background color is #442B21.


Border color

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

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

This div border color is #442B21.


Opacity

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

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

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

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

This text has shadow with #442B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442B21 on black background.


Color preview on white background

This text has color #442B21 on white background.



Black color preview on #442B21 background

This text has black color on #442B21 background.


White color preview on #442B21 background

This text has white color on #442B21 background.