COLOR #444641

HEX: #444641 RGB: (68,70,65)

Color info

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

RGB color model

#444641 color RGB value is (68,70,65).

RGB: (68,70,65) (27%, 27%, 25%)

RGB channels and saturation

R 68 of 255 = 27%
G 70 of 255 = 27%
B 65 of 255 = 25%

68
70
65

R + G + B ~ 26%. #444641 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 70 + 65 = 203 (100%)
R 68 of 203 ~ 33.5%
G 70 of 203 ~ 34.48%
B 65 of 203 ~ 32.02'%

%33.5
%34.48
%32.02

CMYK color model

#444641 color CMYK value is (3,0,7,73).

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

CMYK: (3,0,7,73)
C3M0Y7K73 (3%, 0%, 7%, 73%)
(0.03 / 0.00 / 0.07 / 0.73)

CMYK percentages

%2.86
%0
%7.14
%72.55

Codes

Color #444641 in popluar color models

44 46 41
RGB 68 70 65
HSL 84° 3.70% 26.47%
HSB/HSV 84° 7.14% 27.45%
CMYK 2.86% 0.00% 7.14%
72.55%

Color #444641 in popluar number systems.

HEX 44 46 41
Decimal 68 70 65
Binary 1000100 1000110 1000001
Octal 104 106 101

Shades and tints

Shades of #444641

#444641
(68,70,65)
#3E403C
(62,64,60)
#383A37
(56,58,55)
#323432
(50,52,50)
#2C2E2D
(44,46,45)
#262828
(38,40,40)
#202223
(32,34,35)
#1A1C1E
(26,28,30)
#141619
(20,22,25)
#0E1014
(14,16,20)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #444641

#444641
(68,70,65)
#555652
(85,86,82)
#666663
(102,102,99)
#777674
(119,118,116)
#888685
(136,134,133)
#999696
(153,150,150)
#AAA6A7
(170,166,167)
#BBB6B8
(187,182,184)
#CCC6C9
(204,198,201)
#DDD6DA
(221,214,218)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444641; }

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

This text font color is #444641.

Background Color

.myBgColor { background-color: #444641; }

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

This div background color is #444641.

Border color

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

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

This div border color is #444641.

Opacity

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

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

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

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

This text has shadow with #444641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444641.

Preview

Color preview on black background

This text has color #444641 on black background.


Color preview on white background

This text has color #444641 on white background.


Black color preview on #444641 background

This text has black color on #444641 background.


White color preview on #444641 background

This text has white color on #444641 background.


Related colors

Complementary color

Complementary color for #hex is #BBB9BE.


I love getcolorcode.com

Triadic colors

1 #414446 and #464144 with #444641 are triadic colors.

2 #414644 and #464441 with #444641 are triadic colors.