COLOR #444C42

HEX: #444C42
RGB: (68,76,66)

Color info

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

RGB color model

#444C42 color RGB value is (68,76,66).

  • red value is 68;
  • green value is 76;
  • blue value is 66.
RGB:
(68,76,66)
(27%,30%,26%)

RGB channels and saturation

R 68 of 255 = 27%
G 76 of 255 = 30%
B 66 of 255 = 26%

68
76
66

R + G + B ~ 28%. #444C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 76 + 66 = 210 (100%)
R 68 of 210 ~ 32.38%
G 76 of 210 ~ 36.19%
B 66 of 210 ~ 31.43%

%32.38
%36.19
%31.43

CMYK color model

#444C42 color CMYK value is (11,0,13,70).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 70.20%
CMYK:
(11,0,13,70)
C11M0Y13K70 
(11%,0%,13%,70%)
(0.11/0.00/0.13/0.70)	

CMYK percentages

%10.53
%0
%13.16
%70.2

Codes

Color #444C42 in popluar color models

444C42
RGB687666
HSL108°7.04%27.84%
HSB/HSV108°13.16%29.80%
CMYK10.53%0.00%13.16%
70.20%

Color #444C42 in popluar number systems.

HEX444C42
Decimal687666
Binary100010010011001000010
Octal104114102

Shades and tints

Shades of #444C42

#444C42
(68,76,66)
#3E463C
(62,70,60)
#384036
(56,64,54)
#323A30
(50,58,48)
#2C342A
(44,52,42)
#262E24
(38,46,36)
#20281E
(32,40,30)
#1A2218
(26,34,24)
#141C12
(20,28,18)
#0E160C
(14,22,12)
#081006
(8,16,6)
#000000
(0,0,0)

Tints of #444C42

#444C42
(68,76,66)
#555C53
(85,92,83)
#666C64
(102,108,100)
#777C75
(119,124,117)
#888C86
(136,140,134)
#999C97
(153,156,151)
#AAACA8
(170,172,168)
#BBBCB9
(187,188,185)
#CCCCCA
(204,204,202)
#DDDCDB
(221,220,219)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444C42 color. Also use rgb(68,76,66) instead hex code.

Text Font Color

.myTextColor { color: #444C42; }

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

This text font color is #444C42.


Background Color

.myBgColor { background-color: #444C42; }

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

This div background color is #444C42.


Border color

.myBorderColor { border: 1px solid #444C42; }

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

This div border color is #444C42.


Opacity

.myOpacity80 { color: #444C42; opacity: 0.8; }

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

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

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

This text has shadow with #444C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444C42 on black background.


Color preview on white background

This text has color #444C42 on white background.



Black color preview on #444C42 background

This text has black color on #444C42 background.


White color preview on #444C42 background

This text has white color on #444C42 background.