COLOR #40384B

HEX: #40384B
RGB: (64,56,75)

Color info

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

RGB color model

#40384B color RGB value is (64,56,75).

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

RGB channels and saturation

R 64 of 255 = 25%
G 56 of 255 = 22%
B 75 of 255 = 29%

64
56
75

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

Portions of RGB colors in percentages

R + G + B =
64 + 56 + 75 = 195 (100%)
R 64 of 195 ~ 32.82%
G 56 of 195 ~ 28.72%
B 75 of 195 ~ 38.46%

%32.82
%28.72
%38.46

CMYK color model

#40384B color CMYK value is (15,25,0,71).

  • cyan value is 14.67%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,25,0,71)
C15M25Y0K71 
(15%,25%,0%,71%)
(0.15/0.25/0.00/0.71)	

CMYK percentages

%14.67
%25.33
%0
%70.59

Codes

Color #40384B in popluar color models

40384B
RGB645675
HSL265°14.50%25.69%
HSB/HSV265°25.33%29.41%
CMYK14.67%25.33%0.00%
70.59%

Color #40384B in popluar number systems.

HEX40384B
Decimal645675
Binary10000001110001001011
Octal10070113

Shades and tints

Shades of #40384B

#40384B
(64,56,75)
#3B3345
(59,51,69)
#362E3F
(54,46,63)
#312939
(49,41,57)
#2C2433
(44,36,51)
#271F2D
(39,31,45)
#221A27
(34,26,39)
#1D1521
(29,21,33)
#18101B
(24,16,27)
#130B15
(19,11,21)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #40384B

#40384B
(64,56,75)
#514A5B
(81,74,91)
#625C6B
(98,92,107)
#736E7B
(115,110,123)
#84808B
(132,128,139)
#95929B
(149,146,155)
#A6A4AB
(166,164,171)
#B7B6BB
(183,182,187)
#C8C8CB
(200,200,203)
#D9DADB
(217,218,219)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40384B; }

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

This text font color is #40384B.


Background Color

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

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

This div background color is #40384B.


Border color

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

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

This div border color is #40384B.


Opacity

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

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

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

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

This text has shadow with #40384B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40384B on black background.


Color preview on white background

This text has color #40384B on white background.



Black color preview on #40384B background

This text has black color on #40384B background.


White color preview on #40384B background

This text has white color on #40384B background.