COLOR #40474E

HEX: #40474E
RGB: (64,71,78)

Color info

#40474E contains red, green and blue colors in about the same proportion. Web safe color of #40474E is #333366 (or #336).

RGB color model

#40474E color RGB value is (64,71,78).

  • red value is 64;
  • green value is 71;
  • blue value is 78.
RGB:
(64,71,78)
(25%,28%,31%)

RGB channels and saturation

R 64 of 255 = 25%
G 71 of 255 = 28%
B 78 of 255 = 31%

64
71
78

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

Portions of RGB colors in percentages

R + G + B =
64 + 71 + 78 = 213 (100%)
R 64 of 213 ~ 30.05%
G 71 of 213 ~ 33.33%
B 78 of 213 ~ 36.62%

%30.05
%33.33
%36.62

CMYK color model

#40474E color CMYK value is (18,9,0,69).

  • cyan value is 17.95%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(18,9,0,69)
C18M9Y0K69 
(18%,9%,0%,69%)
(0.18/0.09/0.00/0.69)	

CMYK percentages

%17.95
%8.97
%0
%69.41

Codes

Color #40474E in popluar color models

40474E
RGB647178
HSL210°9.86%27.84%
HSB/HSV210°17.95%30.59%
CMYK17.95%8.97%0.00%
69.41%

Color #40474E in popluar number systems.

HEX40474E
Decimal647178
Binary100000010001111001110
Octal100107116

Shades and tints

Shades of #40474E

#40474E
(64,71,78)
#3B4147
(59,65,71)
#363B40
(54,59,64)
#313539
(49,53,57)
#2C2F32
(44,47,50)
#27292B
(39,41,43)
#222324
(34,35,36)
#1D1D1D
(29,29,29)
#181716
(24,23,22)
#13110F
(19,17,15)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #40474E

#40474E
(64,71,78)
#51575E
(81,87,94)
#62676E
(98,103,110)
#73777E
(115,119,126)
#84878E
(132,135,142)
#95979E
(149,151,158)
#A6A7AE
(166,167,174)
#B7B7BE
(183,183,190)
#C8C7CE
(200,199,206)
#D9D7DE
(217,215,222)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40474E color. Also use rgb(64,71,78) instead hex code.

Text Font Color

.myTextColor { color: #40474E; }

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

This text font color is #40474E.


Background Color

.myBgColor { background-color: #40474E; }

<div style="background-color:#40474E">Inner text</div>

This div background color is #40474E.


Border color

.myBorderColor { border: 1px solid #40474E; }

<div style="border:3px solid #40474E">Div</div>

This div border color is #40474E.


Opacity

.myOpacity80 { color: #40474E; opacity: 0.8; }

<p style="color:#40474E;opacity:0.8;">80%</p>

Text with #40474E 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 #40474E;}

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

This text has shadow with #40474E color.

.textShadow {text-shadow: 3px 3px 1px #40474E, 3px 3px 1px red;}

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

This text has shadow with #40474E primary color and red secondary color.


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

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

This text has shadow with #40474E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40474E on black background.


Color preview on white background

This text has color #40474E on white background.



Black color preview on #40474E background

This text has black color on #40474E background.


White color preview on #40474E background

This text has white color on #40474E background.