COLOR #40464B

HEX: #40464B
RGB: (64,70,75)

Color info

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

RGB color model

#40464B color RGB value is (64,70,75).

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

RGB channels and saturation

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

64
70
75

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

Portions of RGB colors in percentages

R + G + B =
64 + 70 + 75 = 209 (100%)
R 64 of 209 ~ 30.62%
G 70 of 209 ~ 33.49%
B 75 of 209 ~ 35.89%

%30.62
%33.49
%35.89

CMYK color model

#40464B color CMYK value is (15,7,0,71).

  • cyan value is 14.67%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,7,0,71)
C15M7Y0K71 
(15%,7%,0%,71%)
(0.15/0.07/0.00/0.71)	

CMYK percentages

%14.67
%6.67
%0
%70.59

Codes

Color #40464B in popluar color models

40464B
RGB647075
HSL207°7.91%27.25%
HSB/HSV207°14.67%29.41%
CMYK14.67%6.67%0.00%
70.59%

Color #40464B in popluar number systems.

HEX40464B
Decimal647075
Binary100000010001101001011
Octal100106113

Shades and tints

Shades of #40464B

#40464B
(64,70,75)
#3B4045
(59,64,69)
#363A3F
(54,58,63)
#313439
(49,52,57)
#2C2E33
(44,46,51)
#27282D
(39,40,45)
#222227
(34,34,39)
#1D1C21
(29,28,33)
#18161B
(24,22,27)
#131015
(19,16,21)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #40464B

#40464B
(64,70,75)
#51565B
(81,86,91)
#62666B
(98,102,107)
#73767B
(115,118,123)
#84868B
(132,134,139)
#95969B
(149,150,155)
#A6A6AB
(166,166,171)
#B7B6BB
(183,182,187)
#C8C6CB
(200,198,203)
#D9D6DB
(217,214,219)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40464B; }

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

This text font color is #40464B.


Background Color

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

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

This div background color is #40464B.


Border color

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

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

This div border color is #40464B.


Opacity

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

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

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

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

This text has shadow with #40464B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40464B on black background.


Color preview on white background

This text has color #40464B on white background.



Black color preview on #40464B background

This text has black color on #40464B background.


White color preview on #40464B background

This text has white color on #40464B background.