COLOR #44474B

HEX: #44474B
RGB: (68,71,75)

Color info

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

RGB color model

#44474B color RGB value is (68,71,75).

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

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 75 of 255 = 29%

68
71
75

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

Portions of RGB colors in percentages

R + G + B =
68 + 71 + 75 = 214 (100%)
R 68 of 214 ~ 31.78%
G 71 of 214 ~ 33.18%
B 75 of 214 ~ 35.05%

%31.78
%33.18
%35.05

CMYK color model

#44474B color CMYK value is (9,5,0,71).

  • cyan value is 9.33%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(9,5,0,71)
C9M5Y0K71 
(9%,5%,0%,71%)
(0.09/0.05/0.00/0.71)	

CMYK percentages

%9.33
%5.33
%0
%70.59

Codes

Color #44474B in popluar color models

44474B
RGB687175
HSL214°4.90%28.04%
HSB/HSV214°9.33%29.41%
CMYK9.33%5.33%0.00%
70.59%

Color #44474B in popluar number systems.

HEX44474B
Decimal687175
Binary100010010001111001011
Octal104107113

Shades and tints

Shades of #44474B

#44474B
(68,71,75)
#3E4145
(62,65,69)
#383B3F
(56,59,63)
#323539
(50,53,57)
#2C2F33
(44,47,51)
#26292D
(38,41,45)
#202327
(32,35,39)
#1A1D21
(26,29,33)
#14171B
(20,23,27)
#0E1115
(14,17,21)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #44474B

#44474B
(68,71,75)
#55575B
(85,87,91)
#66676B
(102,103,107)
#77777B
(119,119,123)
#88878B
(136,135,139)
#99979B
(153,151,155)
#AAA7AB
(170,167,171)
#BBB7BB
(187,183,187)
#CCC7CB
(204,199,203)
#DDD7DB
(221,215,219)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44474B color. Also use rgb(68,71,75) instead hex code.

Text Font Color

.myTextColor { color: #44474B; }

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

This text font color is #44474B.


Background Color

.myBgColor { background-color: #44474B; }

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

This div background color is #44474B.


Border color

.myBorderColor { border: 1px solid #44474B; }

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

This div border color is #44474B.


Opacity

.myOpacity80 { color: #44474B; opacity: 0.8; }

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

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

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

This text has shadow with #44474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44474B on black background.


Color preview on white background

This text has color #44474B on white background.



Black color preview on #44474B background

This text has black color on #44474B background.


White color preview on #44474B background

This text has white color on #44474B background.