COLOR #40474B

HEX: #40474B
RGB: (64,71,75)

Color info

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

RGB color model

#40474B color RGB value is (64,71,75).

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

RGB channels and saturation

R 64 of 255 = 25%
G 71 of 255 = 28%
B 75 of 255 = 29%

64
71
75

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

Portions of RGB colors in percentages

R + G + B =
64 + 71 + 75 = 210 (100%)
R 64 of 210 ~ 30.48%
G 71 of 210 ~ 33.81%
B 75 of 210 ~ 35.71%

%30.48
%33.81
%35.71

CMYK color model

#40474B color CMYK value is (15,5,0,71).

  • cyan value is 14.67%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,5,0,71)
C15M5Y0K71 
(15%,5%,0%,71%)
(0.15/0.05/0.00/0.71)	

CMYK percentages

%14.67
%5.33
%0
%70.59

Codes

Color #40474B in popluar color models

40474B
RGB647175
HSL202°7.91%27.25%
HSB/HSV202°14.67%29.41%
CMYK14.67%5.33%0.00%
70.59%

Color #40474B in popluar number systems.

HEX40474B
Decimal647175
Binary100000010001111001011
Octal100107113

Shades and tints

Shades of #40474B

#40474B
(64,71,75)
#3B4145
(59,65,69)
#363B3F
(54,59,63)
#313539
(49,53,57)
#2C2F33
(44,47,51)
#27292D
(39,41,45)
#222327
(34,35,39)
#1D1D21
(29,29,33)
#18171B
(24,23,27)
#131115
(19,17,21)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #40474B

#40474B
(64,71,75)
#51575B
(81,87,91)
#62676B
(98,103,107)
#73777B
(115,119,123)
#84878B
(132,135,139)
#95979B
(149,151,155)
#A6A7AB
(166,167,171)
#B7B7BB
(183,183,187)
#C8C7CB
(200,199,203)
#D9D7DB
(217,215,219)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40474B; }

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

This text font color is #40474B.


Background Color

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

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

This div background color is #40474B.


Border color

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

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

This div border color is #40474B.


Opacity

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

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

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

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

This text has shadow with #40474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40474B on black background.


Color preview on white background

This text has color #40474B on white background.



Black color preview on #40474B background

This text has black color on #40474B background.


White color preview on #40474B background

This text has white color on #40474B background.