COLOR #40363B

HEX: #40363B RGB: (64,54,59)

Color info

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

RGB color model

#40363B color RGB value is (64,54,59).

RGB: (64,54,59) (25%, 21%, 23%)

RGB channels and saturation

R 64 of 255 = 25%
G 54 of 255 = 21%
B 59 of 255 = 23%

64
54
59

R + G + B ~ 23%. #40363B is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 54 + 59 = 177 (100%)
R 64 of 177 ~ 36.16%
G 54 of 177 ~ 30.51%
B 59 of 177 ~ 33.33'%

%36.16
%30.51
%33.33

CMYK color model

#40363B color CMYK value is (0,16,8,75).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 7.81%
  • key color value is 74.90%

CMYK: (0,16,8,75)
C0M16Y8K75 (0%, 16%, 8%, 75%)
(0.00 / 0.16 / 0.08 / 0.75)

CMYK percentages

%0
%15.63
%7.81
%74.9

Codes

Color #40363B in popluar color models

40 36 3B
RGB 64 54 59
HSL 330° 8.47% 23.14%
HSB/HSV 330° 15.63% 25.10%
CMYK 0.00% 15.63% 7.81%
74.90%

Color #40363B in popluar number systems.

HEX 40 36 3B
Decimal 64 54 59
Binary 1000000 110110 111011
Octal 100 66 73

Shades and tints

Shades of #40363B

#40363B
(64,54,59)
#3B3236
(59,50,54)
#362E31
(54,46,49)
#312A2C
(49,42,44)
#2C2627
(44,38,39)
#272222
(39,34,34)
#221E1D
(34,30,29)
#1D1A18
(29,26,24)
#181613
(24,22,19)
#13120E
(19,18,14)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #40363B

#40363B
(64,54,59)
#51484C
(81,72,76)
#625A5D
(98,90,93)
#736C6E
(115,108,110)
#847E7F
(132,126,127)
#959090
(149,144,144)
#A6A2A1
(166,162,161)
#B7B4B2
(183,180,178)
#C8C6C3
(200,198,195)
#D9D8D4
(217,216,212)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40363B color. Also use rgb(64,54,59) instead hex code.

Text Font Color

.myTextColor { color: #40363B; }

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

This text font color is #40363B.

Background Color

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

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

This div background color is #40363B.

Border color

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

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

This div border color is #40363B.

Opacity

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

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

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

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

This text has shadow with #40363B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40363B.

Preview

Color preview on black background

This text has color #40363B on black background.


Color preview on white background

This text has color #40363B on white background.


Black color preview on #40363B background

This text has black color on #40363B background.


White color preview on #40363B background

This text has white color on #40363B background.


Related colors

Complementary color

Complementary color for #hex is #BFC9C4.


I love getcolorcode.com

Triadic colors

1 #3B4036 and #363B40 with #40363B are triadic colors.

2 #3B3640 and #36403B with #40363B are triadic colors.