COLOR #444344

HEX: #444344
RGB: (68,67,68)

Color info

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

RGB color model

#444344 color RGB value is (68,67,68).

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

RGB channels and saturation

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

68
67
68

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

Portions of RGB colors in percentages

R + G + B =
68 + 67 + 68 = 203 (100%)
R 68 of 203 ~ 33.5%
G 67 of 203 ~ 33%
B 68 of 203 ~ 33.5%

%33.5
%33
%33.5

CMYK color model

#444344 color CMYK value is (0,1,0,73).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(0,1,0,73)
C0M1Y0K73 
(0%,1%,0%,73%)
(0.00/0.01/0.00/0.73)	

CMYK percentages

%0
%1.47
%0
%73.33

Codes

Color #444344 in popluar color models

444344
RGB686768
HSL300°0.74%26.47%
HSB/HSV300°1.47%26.67%
CMYK0.00%1.47%0.00%
73.33%

Color #444344 in popluar number systems.

HEX444344
Decimal686768
Binary100010010000111000100
Octal104103104

Shades and tints

Shades of #444344

#444344
(68,67,68)
#3E3D3E
(62,61,62)
#383738
(56,55,56)
#323132
(50,49,50)
#2C2B2C
(44,43,44)
#262526
(38,37,38)
#201F20
(32,31,32)
#1A191A
(26,25,26)
#141314
(20,19,20)
#0E0D0E
(14,13,14)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #444344

#444344
(68,67,68)
#555455
(85,84,85)
#666566
(102,101,102)
#777677
(119,118,119)
#888788
(136,135,136)
#999899
(153,152,153)
#AAA9AA
(170,169,170)
#BBBABB
(187,186,187)
#CCCBCC
(204,203,204)
#DDDCDD
(221,220,221)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444344; }

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

This text font color is #444344.


Background Color

.myBgColor { background-color: #444344; }

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

This div background color is #444344.


Border color

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

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

This div border color is #444344.


Opacity

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

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

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

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

This text has shadow with #444344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444344 on black background.


Color preview on white background

This text has color #444344 on white background.



Black color preview on #444344 background

This text has black color on #444344 background.


White color preview on #444344 background

This text has white color on #444344 background.