COLOR #442521

HEX: #442521
RGB: (68,37,33)

Color info

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

RGB color model

#442521 color RGB value is (68,37,33).

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

RGB channels and saturation

R 68 of 255 = 27%
G 37 of 255 = 15%
B 33 of 255 = 13%

68
37
33

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

Portions of RGB colors in percentages

R + G + B =
68 + 37 + 33 = 138 (100%)
R 68 of 138 ~ 49.28%
G 37 of 138 ~ 26.81%
B 33 of 138 ~ 23.91%

%49.28
%26.81
%23.91

CMYK color model

#442521 color CMYK value is (0,46,51,73).

  • cyan value is 0.00%
  • magenta value is 45.59%
  • yellow value is 51.47%
  • key color value is 73.33%
CMYK:
(0,46,51,73)
C0M46Y51K73 
(0%,46%,51%,73%)
(0.00/0.46/0.51/0.73)	

CMYK percentages

%0
%45.59
%51.47
%73.33

Codes

Color #442521 in popluar color models

442521
RGB683733
HSL34.65%19.80%
HSB/HSV51.47%26.67%
CMYK0.00%45.59%51.47%
73.33%

Color #442521 in popluar number systems.

HEX442521
Decimal683733
Binary1000100100101100001
Octal1044541

Shades and tints

Shades of #442521

#442521
(68,37,33)
#3E221E
(62,34,30)
#381F1B
(56,31,27)
#321C18
(50,28,24)
#2C1915
(44,25,21)
#261612
(38,22,18)
#20130F
(32,19,15)
#1A100C
(26,16,12)
#140D09
(20,13,9)
#0E0A06
(14,10,6)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #442521

#442521
(68,37,33)
#553835
(85,56,53)
#664B49
(102,75,73)
#775E5D
(119,94,93)
#887171
(136,113,113)
#998485
(153,132,133)
#AA9799
(170,151,153)
#BBAAAD
(187,170,173)
#CCBDC1
(204,189,193)
#DDD0D5
(221,208,213)
#EEE3E9
(238,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442521; }

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

This text font color is #442521.


Background Color

.myBgColor { background-color: #442521; }

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

This div background color is #442521.


Border color

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

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

This div border color is #442521.


Opacity

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

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

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

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

This text has shadow with #442521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442521 on black background.


Color preview on white background

This text has color #442521 on white background.



Black color preview on #442521 background

This text has black color on #442521 background.


White color preview on #442521 background

This text has white color on #442521 background.