COLOR #40344A

HEX: #40344A
RGB: (64,52,74)

Color info

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

RGB color model

#40344A color RGB value is (64,52,74).

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

RGB channels and saturation

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

64
52
74

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

Portions of RGB colors in percentages

R + G + B =
64 + 52 + 74 = 190 (100%)
R 64 of 190 ~ 33.68%
G 52 of 190 ~ 27.37%
B 74 of 190 ~ 38.95%

%33.68
%27.37
%38.95

CMYK color model

#40344A color CMYK value is (14,30,0,71).

  • cyan value is 13.51%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(14,30,0,71)
C14M30Y0K71 
(14%,30%,0%,71%)
(0.14/0.30/0.00/0.71)	

CMYK percentages

%13.51
%29.73
%0
%70.98

Codes

Color #40344A in popluar color models

40344A
RGB645274
HSL273°17.46%24.71%
HSB/HSV273°29.73%29.02%
CMYK13.51%29.73%0.00%
70.98%

Color #40344A in popluar number systems.

HEX40344A
Decimal645274
Binary10000001101001001010
Octal10064112

Shades and tints

Shades of #40344A

#40344A
(64,52,74)
#3B3044
(59,48,68)
#362C3E
(54,44,62)
#312838
(49,40,56)
#2C2432
(44,36,50)
#27202C
(39,32,44)
#221C26
(34,28,38)
#1D1820
(29,24,32)
#18141A
(24,20,26)
#131014
(19,16,20)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #40344A

#40344A
(64,52,74)
#51465A
(81,70,90)
#62586A
(98,88,106)
#736A7A
(115,106,122)
#847C8A
(132,124,138)
#958E9A
(149,142,154)
#A6A0AA
(166,160,170)
#B7B2BA
(183,178,186)
#C8C4CA
(200,196,202)
#D9D6DA
(217,214,218)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40344A; }

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

This text font color is #40344A.


Background Color

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

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

This div background color is #40344A.


Border color

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

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

This div border color is #40344A.


Opacity

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

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

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

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

This text has shadow with #40344A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40344A on black background.


Color preview on white background

This text has color #40344A on white background.



Black color preview on #40344A background

This text has black color on #40344A background.


White color preview on #40344A background

This text has white color on #40344A background.