COLOR #44434F

HEX: #44434F
RGB: (68,67,79)

Color info

#44434F contains red, green and blue colors in about the same proportion. Web safe color of #44434F is #333366 (or #336).

RGB color model

#44434F color RGB value is (68,67,79).

  • red value is 68;
  • green value is 67;
  • blue value is 79.
RGB:
(68,67,79)
(27%,26%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 67 of 255 = 26%
B 79 of 255 = 31%

68
67
79

R + G + B ~ 28%. #44434F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 67 + 79 = 214 (100%)
R 68 of 214 ~ 31.78%
G 67 of 214 ~ 31.31%
B 79 of 214 ~ 36.92%

%31.78
%31.31
%36.92

CMYK color model

#44434F color CMYK value is (14,15,0,69).

  • cyan value is 13.92%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(14,15,0,69)
C14M15Y0K69 
(14%,15%,0%,69%)
(0.14/0.15/0.00/0.69)	

CMYK percentages

%13.92
%15.19
%0
%69.02

Codes

Color #44434F in popluar color models

44434F
RGB686779
HSL245°8.22%28.63%
HSB/HSV245°15.19%30.98%
CMYK13.92%15.19%0.00%
69.02%

Color #44434F in popluar number systems.

HEX44434F
Decimal686779
Binary100010010000111001111
Octal104103117

Shades and tints

Shades of #44434F

#44434F
(68,67,79)
#3E3D48
(62,61,72)
#383741
(56,55,65)
#32313A
(50,49,58)
#2C2B33
(44,43,51)
#26252C
(38,37,44)
#201F25
(32,31,37)
#1A191E
(26,25,30)
#141317
(20,19,23)
#0E0D10
(14,13,16)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #44434F

#44434F
(68,67,79)
#55545F
(85,84,95)
#66656F
(102,101,111)
#77767F
(119,118,127)
#88878F
(136,135,143)
#99989F
(153,152,159)
#AAA9AF
(170,169,175)
#BBBABF
(187,186,191)
#CCCBCF
(204,203,207)
#DDDCDF
(221,220,223)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44434F color. Also use rgb(68,67,79) instead hex code.

Text Font Color

.myTextColor { color: #44434F; }

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

This text font color is #44434F.


Background Color

.myBgColor { background-color: #44434F; }

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

This div background color is #44434F.


Border color

.myBorderColor { border: 1px solid #44434F; }

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

This div border color is #44434F.


Opacity

.myOpacity80 { color: #44434F; opacity: 0.8; }

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

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

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

This text has shadow with #44434F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44434F on black background.


Color preview on white background

This text has color #44434F on white background.



Black color preview on #44434F background

This text has black color on #44434F background.


White color preview on #44434F background

This text has white color on #44434F background.