COLOR #444B3B

HEX: #444B3B
RGB: (68,75,59)

Color info

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

RGB color model

#444B3B color RGB value is (68,75,59).

  • red value is 68;
  • green value is 75;
  • blue value is 59.
RGB:
(68,75,59)
(27%,29%,23%)

RGB channels and saturation

R 68 of 255 = 27%
G 75 of 255 = 29%
B 59 of 255 = 23%

68
75
59

R + G + B ~ 26%. #444B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 75 + 59 = 202 (100%)
R 68 of 202 ~ 33.66%
G 75 of 202 ~ 37.13%
B 59 of 202 ~ 29.21%

%33.66
%37.13
%29.21

CMYK color model

#444B3B color CMYK value is (9,0,21,71).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 70.59%
CMYK:
(9,0,21,71)
C9M0Y21K71 
(9%,0%,21%,71%)
(0.09/0.00/0.21/0.71)	

CMYK percentages

%9.33
%0
%21.33
%70.59

Codes

Color #444B3B in popluar color models

444B3B
RGB687559
HSL86°11.94%26.27%
HSB/HSV86°21.33%29.41%
CMYK9.33%0.00%21.33%
70.59%

Color #444B3B in popluar number systems.

HEX444B3B
Decimal687559
Binary10001001001011111011
Octal10411373

Shades and tints

Shades of #444B3B

#444B3B
(68,75,59)
#3E4536
(62,69,54)
#383F31
(56,63,49)
#32392C
(50,57,44)
#2C3327
(44,51,39)
#262D22
(38,45,34)
#20271D
(32,39,29)
#1A2118
(26,33,24)
#141B13
(20,27,19)
#0E150E
(14,21,14)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #444B3B

#444B3B
(68,75,59)
#555B4C
(85,91,76)
#666B5D
(102,107,93)
#777B6E
(119,123,110)
#888B7F
(136,139,127)
#999B90
(153,155,144)
#AAABA1
(170,171,161)
#BBBBB2
(187,187,178)
#CCCBC3
(204,203,195)
#DDDBD4
(221,219,212)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444B3B color. Also use rgb(68,75,59) instead hex code.

Text Font Color

.myTextColor { color: #444B3B; }

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

This text font color is #444B3B.


Background Color

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

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

This div background color is #444B3B.


Border color

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

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

This div border color is #444B3B.


Opacity

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

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

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

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

This text has shadow with #444B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444B3B on black background.


Color preview on white background

This text has color #444B3B on white background.



Black color preview on #444B3B background

This text has black color on #444B3B background.


White color preview on #444B3B background

This text has white color on #444B3B background.