COLOR #442320

HEX: #442320
RGB: (68,35,32)

Color info

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

RGB color model

#442320 color RGB value is (68,35,32).

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

RGB channels and saturation

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

68
35
32

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

Portions of RGB colors in percentages

R + G + B =
68 + 35 + 32 = 135 (100%)
R 68 of 135 ~ 50.37%
G 35 of 135 ~ 25.93%
B 32 of 135 ~ 23.7%

%50.37
%25.93
%23.7

CMYK color model

#442320 color CMYK value is (0,49,53,73).

  • cyan value is 0.00%
  • magenta value is 48.53%
  • yellow value is 52.94%
  • key color value is 73.33%
CMYK:
(0,49,53,73)
C0M49Y53K73 
(0%,49%,53%,73%)
(0.00/0.49/0.53/0.73)	

CMYK percentages

%0
%48.53
%52.94
%73.33

Codes

Color #442320 in popluar color models

442320
RGB683532
HSL36.00%19.61%
HSB/HSV52.94%26.67%
CMYK0.00%48.53%52.94%
73.33%

Color #442320 in popluar number systems.

HEX442320
Decimal683532
Binary1000100100011100000
Octal1044340

Shades and tints

Shades of #442320

#442320
(68,35,32)
#3E201E
(62,32,30)
#381D1C
(56,29,28)
#321A1A
(50,26,26)
#2C1718
(44,23,24)
#261416
(38,20,22)
#201114
(32,17,20)
#1A0E12
(26,14,18)
#140B10
(20,11,16)
#0E080E
(14,8,14)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #442320

#442320
(68,35,32)
#553734
(85,55,52)
#664B48
(102,75,72)
#775F5C
(119,95,92)
#887370
(136,115,112)
#998784
(153,135,132)
#AA9B98
(170,155,152)
#BBAFAC
(187,175,172)
#CCC3C0
(204,195,192)
#DDD7D4
(221,215,212)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442320; }

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

This text font color is #442320.


Background Color

.myBgColor { background-color: #442320; }

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

This div background color is #442320.


Border color

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

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

This div border color is #442320.


Opacity

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

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

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

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

This text has shadow with #442320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442320 on black background.


Color preview on white background

This text has color #442320 on white background.



Black color preview on #442320 background

This text has black color on #442320 background.


White color preview on #442320 background

This text has white color on #442320 background.