COLOR #444041

HEX: #444041
RGB: (68,64,65)

Color info

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

RGB color model

#444041 color RGB value is (68,64,65).

  • red value is 68;
  • green value is 64;
  • blue value is 65.
RGB:
(68,64,65)
(27%,25%,25%)

RGB channels and saturation

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

68
64
65

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

Portions of RGB colors in percentages

R + G + B =
68 + 64 + 65 = 197 (100%)
R 68 of 197 ~ 34.52%
G 64 of 197 ~ 32.49%
B 65 of 197 ~ 32.99%

%34.52
%32.49
%32.99

CMYK color model

#444041 color CMYK value is (0,6,4,73).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 4.41%
  • key color value is 73.33%
CMYK:
(0,6,4,73)
C0M6Y4K73 
(0%,6%,4%,73%)
(0.00/0.06/0.04/0.73)	

CMYK percentages

%0
%5.88
%4.41
%73.33

Codes

Color #444041 in popluar color models

444041
RGB686465
HSL345°3.03%25.88%
HSB/HSV345°5.88%26.67%
CMYK0.00%5.88%4.41%
73.33%

Color #444041 in popluar number systems.

HEX444041
Decimal686465
Binary100010010000001000001
Octal104100101

Shades and tints

Shades of #444041

#444041
(68,64,65)
#3E3B3C
(62,59,60)
#383637
(56,54,55)
#323132
(50,49,50)
#2C2C2D
(44,44,45)
#262728
(38,39,40)
#202223
(32,34,35)
#1A1D1E
(26,29,30)
#141819
(20,24,25)
#0E1314
(14,19,20)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #444041

#444041
(68,64,65)
#555152
(85,81,82)
#666263
(102,98,99)
#777374
(119,115,116)
#888485
(136,132,133)
#999596
(153,149,150)
#AAA6A7
(170,166,167)
#BBB7B8
(187,183,184)
#CCC8C9
(204,200,201)
#DDD9DA
(221,217,218)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444041; }

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

This text font color is #444041.


Background Color

.myBgColor { background-color: #444041; }

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

This div background color is #444041.


Border color

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

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

This div border color is #444041.


Opacity

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

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

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

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

This text has shadow with #444041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444041 on black background.


Color preview on white background

This text has color #444041 on white background.



Black color preview on #444041 background

This text has black color on #444041 background.


White color preview on #444041 background

This text has white color on #444041 background.