COLOR #444621

HEX: #444621 RGB: (68,70,33)

Color info

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

RGB color model

#444621 color RGB value is (68,70,33).

RGB: (68,70,33) (27%, 27%, 13%)

RGB channels and saturation

R 68 of 255 = 27%
G 70 of 255 = 27%
B 33 of 255 = 13%

68
70
33

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

Portions of RGB colors in percentages

R + G + B = 68 + 70 + 33 = 171 (100%)
R 68 of 171 ~ 39.77%
G 70 of 171 ~ 40.94%
B 33 of 171 ~ 19.3'%

%39.77
%40.94
%19.3

CMYK color model

#444621 color CMYK value is (3,0,53,73).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 52.86%
  • key color value is 72.55%

CMYK: (3,0,53,73)
C3M0Y53K73 (3%, 0%, 53%, 73%)
(0.03 / 0.00 / 0.53 / 0.73)

CMYK percentages

%2.86
%0
%52.86
%72.55

Codes

Color #444621 in popluar color models

44 46 21
RGB 68 70 33
HSL 63° 35.92% 20.20%
HSB/HSV 63° 52.86% 27.45%
CMYK 2.86% 0.00% 52.86%
72.55%

Color #444621 in popluar number systems.

HEX 44 46 21
Decimal 68 70 33
Binary 1000100 1000110 100001
Octal 104 106 41

Shades and tints

Shades of #444621

#444621
(68,70,33)
#3E401E
(62,64,30)
#383A1B
(56,58,27)
#323418
(50,52,24)
#2C2E15
(44,46,21)
#262812
(38,40,18)
#20220F
(32,34,15)
#1A1C0C
(26,28,12)
#141609
(20,22,9)
#0E1006
(14,16,6)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #444621

#444621
(68,70,33)
#555635
(85,86,53)
#666649
(102,102,73)
#77765D
(119,118,93)
#888671
(136,134,113)
#999685
(153,150,133)
#AAA699
(170,166,153)
#BBB6AD
(187,182,173)
#CCC6C1
(204,198,193)
#DDD6D5
(221,214,213)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444621; }

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

This text font color is #444621.

Background Color

.myBgColor { background-color: #444621; }

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

This div background color is #444621.

Border color

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

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

This div border color is #444621.

Opacity

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

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

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

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

This text has shadow with #444621 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444621.

Preview

Color preview on black background

This text has color #444621 on black background.


Color preview on white background

This text has color #444621 on white background.


Black color preview on #444621 background

This text has black color on #444621 background.


White color preview on #444621 background

This text has white color on #444621 background.


Related colors

Complementary color

Complementary color for #hex is #BBB9DE.


I love getcolorcode.com

Triadic colors

1 #214446 and #462144 with #444621 are triadic colors.

2 #214644 and #464421 with #444621 are triadic colors.