COLOR #442321

HEX: #442321
RGB: (68,35,33)

Color info

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

RGB color model

#442321 color RGB value is (68,35,33).

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

RGB channels and saturation

R 68 of 255 = 27%
G 35 of 255 = 14%
B 33 of 255 = 13%

68
35
33

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

Portions of RGB colors in percentages

R + G + B =
68 + 35 + 33 = 136 (100%)
R 68 of 136 ~ 50%
G 35 of 136 ~ 25.74%
B 33 of 136 ~ 24.26%

%50
%25.74
%24.26

CMYK color model

#442321 color CMYK value is (0,49,51,73).

  • cyan value is 0.00%
  • magenta value is 48.53%
  • yellow value is 51.47%
  • key color value is 73.33%
CMYK:
(0,49,51,73)
C0M49Y51K73 
(0%,49%,51%,73%)
(0.00/0.49/0.51/0.73)	

CMYK percentages

%0
%48.53
%51.47
%73.33

Codes

Color #442321 in popluar color models

442321
RGB683533
HSL34.65%19.80%
HSB/HSV51.47%26.67%
CMYK0.00%48.53%51.47%
73.33%

Color #442321 in popluar number systems.

HEX442321
Decimal683533
Binary1000100100011100001
Octal1044341

Shades and tints

Shades of #442321

#442321
(68,35,33)
#3E201E
(62,32,30)
#381D1B
(56,29,27)
#321A18
(50,26,24)
#2C1715
(44,23,21)
#261412
(38,20,18)
#20110F
(32,17,15)
#1A0E0C
(26,14,12)
#140B09
(20,11,9)
#0E0806
(14,8,6)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #442321

#442321
(68,35,33)
#553735
(85,55,53)
#664B49
(102,75,73)
#775F5D
(119,95,93)
#887371
(136,115,113)
#998785
(153,135,133)
#AA9B99
(170,155,153)
#BBAFAD
(187,175,173)
#CCC3C1
(204,195,193)
#DDD7D5
(221,215,213)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442321; }

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

This text font color is #442321.


Background Color

.myBgColor { background-color: #442321; }

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

This div background color is #442321.


Border color

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

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

This div border color is #442321.


Opacity

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

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

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

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

This text has shadow with #442321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442321 on black background.


Color preview on white background

This text has color #442321 on white background.



Black color preview on #442321 background

This text has black color on #442321 background.


White color preview on #442321 background

This text has white color on #442321 background.