COLOR #40454B

HEX: #40454B
RGB: (64,69,75)

Color info

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

RGB color model

#40454B color RGB value is (64,69,75).

  • red value is 64;
  • green value is 69;
  • blue value is 75.
RGB:
(64,69,75)
(25%,27%,29%)

RGB channels and saturation

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

64
69
75

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

Portions of RGB colors in percentages

R + G + B =
64 + 69 + 75 = 208 (100%)
R 64 of 208 ~ 30.77%
G 69 of 208 ~ 33.17%
B 75 of 208 ~ 36.06%

%30.77
%33.17
%36.06

CMYK color model

#40454B color CMYK value is (15,8,0,71).

  • cyan value is 14.67%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,8,0,71)
C15M8Y0K71 
(15%,8%,0%,71%)
(0.15/0.08/0.00/0.71)	

CMYK percentages

%14.67
%8
%0
%70.59

Codes

Color #40454B in popluar color models

40454B
RGB646975
HSL213°7.91%27.25%
HSB/HSV213°14.67%29.41%
CMYK14.67%8.00%0.00%
70.59%

Color #40454B in popluar number systems.

HEX40454B
Decimal646975
Binary100000010001011001011
Octal100105113

Shades and tints

Shades of #40454B

#40454B
(64,69,75)
#3B3F45
(59,63,69)
#36393F
(54,57,63)
#313339
(49,51,57)
#2C2D33
(44,45,51)
#27272D
(39,39,45)
#222127
(34,33,39)
#1D1B21
(29,27,33)
#18151B
(24,21,27)
#130F15
(19,15,21)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #40454B

#40454B
(64,69,75)
#51555B
(81,85,91)
#62656B
(98,101,107)
#73757B
(115,117,123)
#84858B
(132,133,139)
#95959B
(149,149,155)
#A6A5AB
(166,165,171)
#B7B5BB
(183,181,187)
#C8C5CB
(200,197,203)
#D9D5DB
(217,213,219)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40454B; }

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

This text font color is #40454B.


Background Color

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

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

This div background color is #40454B.


Border color

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

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

This div border color is #40454B.


Opacity

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

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

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

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

This text has shadow with #40454B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40454B on black background.


Color preview on white background

This text has color #40454B on white background.



Black color preview on #40454B background

This text has black color on #40454B background.


White color preview on #40454B background

This text has white color on #40454B background.