COLOR #444741

HEX: #444741
RGB: (68,71,65)

Color info

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

RGB color model

#444741 color RGB value is (68,71,65).

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

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 65 of 255 = 25%

68
71
65

R + G + B ~ 27%. #444741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 71 + 65 = 204 (100%)
R 68 of 204 ~ 33.33%
G 71 of 204 ~ 34.8%
B 65 of 204 ~ 31.86%

%33.33
%34.8
%31.86

CMYK color model

#444741 color CMYK value is (4,0,8,72).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(4,0,8,72)
C4M0Y8K72 
(4%,0%,8%,72%)
(0.04/0.00/0.08/0.72)	

CMYK percentages

%4.23
%0
%8.45
%72.16

Codes

Color #444741 in popluar color models

444741
RGB687165
HSL90°4.41%26.67%
HSB/HSV90°8.45%27.84%
CMYK4.23%0.00%8.45%
72.16%

Color #444741 in popluar number systems.

HEX444741
Decimal687165
Binary100010010001111000001
Octal104107101

Shades and tints

Shades of #444741

#444741
(68,71,65)
#3E413C
(62,65,60)
#383B37
(56,59,55)
#323532
(50,53,50)
#2C2F2D
(44,47,45)
#262928
(38,41,40)
#202323
(32,35,35)
#1A1D1E
(26,29,30)
#141719
(20,23,25)
#0E1114
(14,17,20)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #444741

#444741
(68,71,65)
#555752
(85,87,82)
#666763
(102,103,99)
#777774
(119,119,116)
#888785
(136,135,133)
#999796
(153,151,150)
#AAA7A7
(170,167,167)
#BBB7B8
(187,183,184)
#CCC7C9
(204,199,201)
#DDD7DA
(221,215,218)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444741; }

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

This text font color is #444741.


Background Color

.myBgColor { background-color: #444741; }

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

This div background color is #444741.


Border color

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

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

This div border color is #444741.


Opacity

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

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

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

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

This text has shadow with #444741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444741 on black background.


Color preview on white background

This text has color #444741 on white background.



Black color preview on #444741 background

This text has black color on #444741 background.


White color preview on #444741 background

This text has white color on #444741 background.