COLOR #444346

HEX: #444346
RGB: (68,67,70)

Color info

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

RGB color model

#444346 color RGB value is (68,67,70).

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

RGB channels and saturation

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

68
67
70

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

Portions of RGB colors in percentages

R + G + B =
68 + 67 + 70 = 205 (100%)
R 68 of 205 ~ 33.17%
G 67 of 205 ~ 32.68%
B 70 of 205 ~ 34.15%

%33.17
%32.68
%34.15

CMYK color model

#444346 color CMYK value is (3,4,0,73).

  • cyan value is 2.86%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(3,4,0,73)
C3M4Y0K73 
(3%,4%,0%,73%)
(0.03/0.04/0.00/0.73)	

CMYK percentages

%2.86
%4.29
%0
%72.55

Codes

Color #444346 in popluar color models

444346
RGB686770
HSL260°2.19%26.86%
HSB/HSV260°4.29%27.45%
CMYK2.86%4.29%0.00%
72.55%

Color #444346 in popluar number systems.

HEX444346
Decimal686770
Binary100010010000111000110
Octal104103106

Shades and tints

Shades of #444346

#444346
(68,67,70)
#3E3D40
(62,61,64)
#38373A
(56,55,58)
#323134
(50,49,52)
#2C2B2E
(44,43,46)
#262528
(38,37,40)
#201F22
(32,31,34)
#1A191C
(26,25,28)
#141316
(20,19,22)
#0E0D10
(14,13,16)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #444346

#444346
(68,67,70)
#555456
(85,84,86)
#666566
(102,101,102)
#777676
(119,118,118)
#888786
(136,135,134)
#999896
(153,152,150)
#AAA9A6
(170,169,166)
#BBBAB6
(187,186,182)
#CCCBC6
(204,203,198)
#DDDCD6
(221,220,214)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444346; }

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

This text font color is #444346.


Background Color

.myBgColor { background-color: #444346; }

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

This div background color is #444346.


Border color

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

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

This div border color is #444346.


Opacity

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

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

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

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

This text has shadow with #444346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444346 on black background.


Color preview on white background

This text has color #444346 on white background.



Black color preview on #444346 background

This text has black color on #444346 background.


White color preview on #444346 background

This text has white color on #444346 background.