COLOR #40344B

HEX: #40344B
RGB: (64,52,75)

Color info

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

RGB color model

#40344B color RGB value is (64,52,75).

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

RGB channels and saturation

R 64 of 255 = 25%
G 52 of 255 = 20%
B 75 of 255 = 29%

64
52
75

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

Portions of RGB colors in percentages

R + G + B =
64 + 52 + 75 = 191 (100%)
R 64 of 191 ~ 33.51%
G 52 of 191 ~ 27.23%
B 75 of 191 ~ 39.27%

%33.51
%27.23
%39.27

CMYK color model

#40344B color CMYK value is (15,31,0,71).

  • cyan value is 14.67%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,31,0,71)
C15M31Y0K71 
(15%,31%,0%,71%)
(0.15/0.31/0.00/0.71)	

CMYK percentages

%14.67
%30.67
%0
%70.59

Codes

Color #40344B in popluar color models

40344B
RGB645275
HSL271°18.11%24.90%
HSB/HSV271°30.67%29.41%
CMYK14.67%30.67%0.00%
70.59%

Color #40344B in popluar number systems.

HEX40344B
Decimal645275
Binary10000001101001001011
Octal10064113

Shades and tints

Shades of #40344B

#40344B
(64,52,75)
#3B3045
(59,48,69)
#362C3F
(54,44,63)
#312839
(49,40,57)
#2C2433
(44,36,51)
#27202D
(39,32,45)
#221C27
(34,28,39)
#1D1821
(29,24,33)
#18141B
(24,20,27)
#131015
(19,16,21)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #40344B

#40344B
(64,52,75)
#51465B
(81,70,91)
#62586B
(98,88,107)
#736A7B
(115,106,123)
#847C8B
(132,124,139)
#958E9B
(149,142,155)
#A6A0AB
(166,160,171)
#B7B2BB
(183,178,187)
#C8C4CB
(200,196,203)
#D9D6DB
(217,214,219)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40344B; }

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

This text font color is #40344B.


Background Color

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

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

This div background color is #40344B.


Border color

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

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

This div border color is #40344B.


Opacity

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

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

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

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

This text has shadow with #40344B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40344B on black background.


Color preview on white background

This text has color #40344B on white background.



Black color preview on #40344B background

This text has black color on #40344B background.


White color preview on #40344B background

This text has white color on #40344B background.