COLOR #40464C

HEX: #40464C RGB: (64,70,76)

Color info

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

RGB color model

#40464C color RGB value is (64,70,76).

RGB: (64,70,76) (25%, 27%, 30%)

RGB channels and saturation

R 64 of 255 = 25%
G 70 of 255 = 27%
B 76 of 255 = 30%

64
70
76

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

Portions of RGB colors in percentages

R + G + B = 64 + 70 + 76 = 210 (100%)
R 64 of 210 ~ 30.48%
G 70 of 210 ~ 33.33%
B 76 of 210 ~ 36.19'%

%30.48
%33.33
%36.19

CMYK color model

#40464C color CMYK value is (16,8,0,70).

  • cyan value is 15.79%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (16,8,0,70)
C16M8Y0K70 (16%, 8%, 0%, 70%)
(0.16 / 0.08 / 0.00 / 0.70)

CMYK percentages

%15.79
%7.89
%0
%70.2

Codes

Color #40464C in popluar color models

40 46 4C
RGB 64 70 76
HSL 210° 8.57% 27.45%
HSB/HSV 210° 15.79% 29.80%
CMYK 15.79% 7.89% 0.00%
70.20%

Color #40464C in popluar number systems.

HEX 40 46 4C
Decimal 64 70 76
Binary 1000000 1000110 1001100
Octal 100 106 114

Shades and tints

Shades of #40464C

#40464C
(64,70,76)
#3B4046
(59,64,70)
#363A40
(54,58,64)
#31343A
(49,52,58)
#2C2E34
(44,46,52)
#27282E
(39,40,46)
#222228
(34,34,40)
#1D1C22
(29,28,34)
#18161C
(24,22,28)
#131016
(19,16,22)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #40464C

#40464C
(64,70,76)
#51565C
(81,86,92)
#62666C
(98,102,108)
#73767C
(115,118,124)
#84868C
(132,134,140)
#95969C
(149,150,156)
#A6A6AC
(166,166,172)
#B7B6BC
(183,182,188)
#C8C6CC
(200,198,204)
#D9D6DC
(217,214,220)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40464C; }

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

This text font color is #40464C.

Background Color

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

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

This div background color is #40464C.

Border color

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

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

This div border color is #40464C.

Opacity

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

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

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

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

This text has shadow with #40464C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40464C.

Preview

Color preview on black background

This text has color #40464C on black background.


Color preview on white background

This text has color #40464C on white background.


Black color preview on #40464C background

This text has black color on #40464C background.


White color preview on #40464C background

This text has white color on #40464C background.


Related colors

Complementary color

Complementary color for #hex is #BFB9B3.


I love getcolorcode.com

Triadic colors

1 #4C4046 and #464C40 with #40464C are triadic colors.

2 #4C4640 and #46404C with #40464C are triadic colors.