COLOR #444321

HEX: #444321
RGB: (68,67,33)

Color info

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

RGB color model

#444321 color RGB value is (68,67,33).

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

RGB channels and saturation

R 68 of 255 = 27%
G 67 of 255 = 26%
B 33 of 255 = 13%

68
67
33

R + G + B ~ 22%. #444321 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 67 + 33 = 168 (100%)
R 68 of 168 ~ 40.48%
G 67 of 168 ~ 39.88%
B 33 of 168 ~ 19.64%

%40.48
%39.88
%19.64

CMYK color model

#444321 color CMYK value is (0,1,51,73).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 51.47%
  • key color value is 73.33%
CMYK:
(0,1,51,73)
C0M1Y51K73 
(0%,1%,51%,73%)
(0.00/0.01/0.51/0.73)	

CMYK percentages

%0
%1.47
%51.47
%73.33

Codes

Color #444321 in popluar color models

444321
RGB686733
HSL58°34.65%19.80%
HSB/HSV58°51.47%26.67%
CMYK0.00%1.47%51.47%
73.33%

Color #444321 in popluar number systems.

HEX444321
Decimal686733
Binary10001001000011100001
Octal10410341

Shades and tints

Shades of #444321

#444321
(68,67,33)
#3E3D1E
(62,61,30)
#38371B
(56,55,27)
#323118
(50,49,24)
#2C2B15
(44,43,21)
#262512
(38,37,18)
#201F0F
(32,31,15)
#1A190C
(26,25,12)
#141309
(20,19,9)
#0E0D06
(14,13,6)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #444321

#444321
(68,67,33)
#555435
(85,84,53)
#666549
(102,101,73)
#77765D
(119,118,93)
#888771
(136,135,113)
#999885
(153,152,133)
#AAA999
(170,169,153)
#BBBAAD
(187,186,173)
#CCCBC1
(204,203,193)
#DDDCD5
(221,220,213)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444321; }

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

This text font color is #444321.


Background Color

.myBgColor { background-color: #444321; }

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

This div background color is #444321.


Border color

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

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

This div border color is #444321.


Opacity

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

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

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

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

This text has shadow with #444321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444321 on black background.


Color preview on white background

This text has color #444321 on white background.



Black color preview on #444321 background

This text has black color on #444321 background.


White color preview on #444321 background

This text has white color on #444321 background.