COLOR #444F4B

HEX: #444F4B
RGB: (68,79,75)

Color info

#444F4B contains red, green and blue colors in about the same proportion. Web safe color of #444F4B is #336633 (or #363).

RGB color model

#444F4B color RGB value is (68,79,75).

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

RGB channels and saturation

R 68 of 255 = 27%
G 79 of 255 = 31%
B 75 of 255 = 29%

68
79
75

R + G + B ~ 29%. #444F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 79 + 75 = 222 (100%)
R 68 of 222 ~ 30.63%
G 79 of 222 ~ 35.59%
B 75 of 222 ~ 33.78%

%30.63
%35.59
%33.78

CMYK color model

#444F4B color CMYK value is (14,0,5,69).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 5.06%
  • key color value is 69.02%
CMYK:
(14,0,5,69)
C14M0Y5K69 
(14%,0%,5%,69%)
(0.14/0.00/0.05/0.69)	

CMYK percentages

%13.92
%0
%5.06
%69.02

Codes

Color #444F4B in popluar color models

444F4B
RGB687975
HSL158°7.48%28.82%
HSB/HSV158°13.92%30.98%
CMYK13.92%0.00%5.06%
69.02%

Color #444F4B in popluar number systems.

HEX444F4B
Decimal687975
Binary100010010011111001011
Octal104117113

Shades and tints

Shades of #444F4B

#444F4B
(68,79,75)
#3E4845
(62,72,69)
#38413F
(56,65,63)
#323A39
(50,58,57)
#2C3333
(44,51,51)
#262C2D
(38,44,45)
#202527
(32,37,39)
#1A1E21
(26,30,33)
#14171B
(20,23,27)
#0E1015
(14,16,21)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #444F4B

#444F4B
(68,79,75)
#555F5B
(85,95,91)
#666F6B
(102,111,107)
#777F7B
(119,127,123)
#888F8B
(136,143,139)
#999F9B
(153,159,155)
#AAAFAB
(170,175,171)
#BBBFBB
(187,191,187)
#CCCFCB
(204,207,203)
#DDDFDB
(221,223,219)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444F4B; }

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

This text font color is #444F4B.


Background Color

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

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

This div background color is #444F4B.


Border color

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

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

This div border color is #444F4B.


Opacity

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

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

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

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

This text has shadow with #444F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444F4B on black background.


Color preview on white background

This text has color #444F4B on white background.



Black color preview on #444F4B background

This text has black color on #444F4B background.


White color preview on #444F4B background

This text has white color on #444F4B background.