COLOR #40364C

HEX: #40364C
RGB: (64,54,76)

Color info

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

RGB color model

#40364C color RGB value is (64,54,76).

  • red value is 64;
  • green value is 54;
  • blue value is 76.
RGB:
(64,54,76)
(25%,21%,30%)

RGB channels and saturation

R 64 of 255 = 25%
G 54 of 255 = 21%
B 76 of 255 = 30%

64
54
76

R + G + B ~ 25%. #40364C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 54 + 76 = 194 (100%)
R 64 of 194 ~ 32.99%
G 54 of 194 ~ 27.84%
B 76 of 194 ~ 39.18%

%32.99
%27.84
%39.18

CMYK color model

#40364C color CMYK value is (16,29,0,70).

  • cyan value is 15.79%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(16,29,0,70)
C16M29Y0K70 
(16%,29%,0%,70%)
(0.16/0.29/0.00/0.70)	

CMYK percentages

%15.79
%28.95
%0
%70.2

Codes

Color #40364C in popluar color models

40364C
RGB645476
HSL267°16.92%25.49%
HSB/HSV267°28.95%29.80%
CMYK15.79%28.95%0.00%
70.20%

Color #40364C in popluar number systems.

HEX40364C
Decimal645476
Binary10000001101101001100
Octal10066114

Shades and tints

Shades of #40364C

#40364C
(64,54,76)
#3B3246
(59,50,70)
#362E40
(54,46,64)
#312A3A
(49,42,58)
#2C2634
(44,38,52)
#27222E
(39,34,46)
#221E28
(34,30,40)
#1D1A22
(29,26,34)
#18161C
(24,22,28)
#131216
(19,18,22)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #40364C

#40364C
(64,54,76)
#51485C
(81,72,92)
#625A6C
(98,90,108)
#736C7C
(115,108,124)
#847E8C
(132,126,140)
#95909C
(149,144,156)
#A6A2AC
(166,162,172)
#B7B4BC
(183,180,188)
#C8C6CC
(200,198,204)
#D9D8DC
(217,216,220)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40364C; }

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

This text font color is #40364C.


Background Color

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

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

This div background color is #40364C.


Border color

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

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

This div border color is #40364C.


Opacity

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

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

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

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

This text has shadow with #40364C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40364C on black background.


Color preview on white background

This text has color #40364C on white background.



Black color preview on #40364C background

This text has black color on #40364C background.


White color preview on #40364C background

This text has white color on #40364C background.