COLOR #44464D

HEX: #44464D
RGB: (68,70,77)

Color info

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

RGB color model

#44464D color RGB value is (68,70,77).

  • red value is 68;
  • green value is 70;
  • blue value is 77.
RGB:
(68,70,77)
(27%,27%,30%)

RGB channels and saturation

R 68 of 255 = 27%
G 70 of 255 = 27%
B 77 of 255 = 30%

68
70
77

R + G + B ~ 28%. #44464D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 70 + 77 = 215 (100%)
R 68 of 215 ~ 31.63%
G 70 of 215 ~ 32.56%
B 77 of 215 ~ 35.81%

%31.63
%32.56
%35.81

CMYK color model

#44464D color CMYK value is (12,9,0,70).

  • cyan value is 11.69%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(12,9,0,70)
C12M9Y0K70 
(12%,9%,0%,70%)
(0.12/0.09/0.00/0.70)	

CMYK percentages

%11.69
%9.09
%0
%69.8

Codes

Color #44464D in popluar color models

44464D
RGB687077
HSL227°6.21%28.43%
HSB/HSV227°11.69%30.20%
CMYK11.69%9.09%0.00%
69.80%

Color #44464D in popluar number systems.

HEX44464D
Decimal687077
Binary100010010001101001101
Octal104106115

Shades and tints

Shades of #44464D

#44464D
(68,70,77)
#3E4046
(62,64,70)
#383A3F
(56,58,63)
#323438
(50,52,56)
#2C2E31
(44,46,49)
#26282A
(38,40,42)
#202223
(32,34,35)
#1A1C1C
(26,28,28)
#141615
(20,22,21)
#0E100E
(14,16,14)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #44464D

#44464D
(68,70,77)
#55565D
(85,86,93)
#66666D
(102,102,109)
#77767D
(119,118,125)
#88868D
(136,134,141)
#99969D
(153,150,157)
#AAA6AD
(170,166,173)
#BBB6BD
(187,182,189)
#CCC6CD
(204,198,205)
#DDD6DD
(221,214,221)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44464D; }

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

This text font color is #44464D.


Background Color

.myBgColor { background-color: #44464D; }

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

This div background color is #44464D.


Border color

.myBorderColor { border: 1px solid #44464D; }

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

This div border color is #44464D.


Opacity

.myOpacity80 { color: #44464D; opacity: 0.8; }

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

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

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

This text has shadow with #44464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44464D on black background.


Color preview on white background

This text has color #44464D on white background.



Black color preview on #44464D background

This text has black color on #44464D background.


White color preview on #44464D background

This text has white color on #44464D background.