COLOR #40444B

HEX: #40444B RGB: (64,68,75)

Color info

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

RGB color model

#40444B color RGB value is (64,68,75).

RGB: (64,68,75) (25%, 27%, 29%)

RGB channels and saturation

R 64 of 255 = 25%
G 68 of 255 = 27%
B 75 of 255 = 29%

64
68
75

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

Portions of RGB colors in percentages

R + G + B = 64 + 68 + 75 = 207 (100%)
R 64 of 207 ~ 30.92%
G 68 of 207 ~ 32.85%
B 75 of 207 ~ 36.23'%

%30.92
%32.85
%36.23

CMYK color model

#40444B color CMYK value is (15,9,0,71).

  • cyan value is 14.67%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (15,9,0,71)
C15M9Y0K71 (15%, 9%, 0%, 71%)
(0.15 / 0.09 / 0.00 / 0.71)

CMYK percentages

%14.67
%9.33
%0
%70.59

Codes

Color #40444B in popluar color models

40 44 4B
RGB 64 68 75
HSL 218° 7.91% 27.25%
HSB/HSV 218° 14.67% 29.41%
CMYK 14.67% 9.33% 0.00%
70.59%

Color #40444B in popluar number systems.

HEX 40 44 4B
Decimal 64 68 75
Binary 1000000 1000100 1001011
Octal 100 104 113

Shades and tints

Shades of #40444B

#40444B
(64,68,75)
#3B3E45
(59,62,69)
#36383F
(54,56,63)
#313239
(49,50,57)
#2C2C33
(44,44,51)
#27262D
(39,38,45)
#222027
(34,32,39)
#1D1A21
(29,26,33)
#18141B
(24,20,27)
#130E15
(19,14,21)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #40444B

#40444B
(64,68,75)
#51555B
(81,85,91)
#62666B
(98,102,107)
#73777B
(115,119,123)
#84888B
(132,136,139)
#95999B
(149,153,155)
#A6AAAB
(166,170,171)
#B7BBBB
(183,187,187)
#C8CCCB
(200,204,203)
#D9DDDB
(217,221,219)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40444B; }

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

This text font color is #40444B.

Background Color

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

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

This div background color is #40444B.

Border color

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

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

This div border color is #40444B.

Opacity

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

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

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

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

This text has shadow with #40444B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40444B.

Preview

Color preview on black background

This text has color #40444B on black background.


Color preview on white background

This text has color #40444B on white background.


Black color preview on #40444B background

This text has black color on #40444B background.


White color preview on #40444B background

This text has white color on #40444B background.


Related colors

Complementary color

Complementary color for #hex is #BFBBB4.


I love getcolorcode.com

Triadic colors

1 #4B4044 and #444B40 with #40444B are triadic colors.

2 #4B4440 and #44404B with #40444B are triadic colors.