COLOR #40393F

HEX: #40393F
RGB: (64,57,63)

Color info

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

RGB color model

#40393F color RGB value is (64,57,63).

  • red value is 64;
  • green value is 57;
  • blue value is 63.
RGB:
(64,57,63)
(25%,22%,25%)

RGB channels and saturation

R 64 of 255 = 25%
G 57 of 255 = 22%
B 63 of 255 = 25%

64
57
63

R + G + B ~ 24%. #40393F is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 57 + 63 = 184 (100%)
R 64 of 184 ~ 34.78%
G 57 of 184 ~ 30.98%
B 63 of 184 ~ 34.24%

%34.78
%30.98
%34.24

CMYK color model

#40393F color CMYK value is (0,11,2,75).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 1.56%
  • key color value is 74.90%
CMYK:
(0,11,2,75)
C0M11Y2K75 
(0%,11%,2%,75%)
(0.00/0.11/0.02/0.75)	

CMYK percentages

%0
%10.94
%1.56
%74.9

Codes

Color #40393F in popluar color models

40393F
RGB645763
HSL309°5.79%23.73%
HSB/HSV309°10.94%25.10%
CMYK0.00%10.94%1.56%
74.90%

Color #40393F in popluar number systems.

HEX40393F
Decimal645763
Binary1000000111001111111
Octal1007177

Shades and tints

Shades of #40393F

#40393F
(64,57,63)
#3B343A
(59,52,58)
#362F35
(54,47,53)
#312A30
(49,42,48)
#2C252B
(44,37,43)
#272026
(39,32,38)
#221B21
(34,27,33)
#1D161C
(29,22,28)
#181117
(24,17,23)
#130C12
(19,12,18)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #40393F

#40393F
(64,57,63)
#514B50
(81,75,80)
#625D61
(98,93,97)
#736F72
(115,111,114)
#848183
(132,129,131)
#959394
(149,147,148)
#A6A5A5
(166,165,165)
#B7B7B6
(183,183,182)
#C8C9C7
(200,201,199)
#D9DBD8
(217,219,216)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40393F color. Also use rgb(64,57,63) instead hex code.

Text Font Color

.myTextColor { color: #40393F; }

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

This text font color is #40393F.


Background Color

.myBgColor { background-color: #40393F; }

<div style="background-color:#40393F">Inner text</div>

This div background color is #40393F.


Border color

.myBorderColor { border: 1px solid #40393F; }

<div style="border:3px solid #40393F">Div</div>

This div border color is #40393F.


Opacity

.myOpacity80 { color: #40393F; opacity: 0.8; }

<p style="color:#40393F;opacity:0.8;">80%</p>

Text with #40393F 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 #40393F;}

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

This text has shadow with #40393F color.

.textShadow {text-shadow: 3px 3px 1px #40393F, 3px 3px 1px red;}

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

This text has shadow with #40393F primary color and red secondary color.


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

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

This text has shadow with #40393F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40393F on black background.


Color preview on white background

This text has color #40393F on white background.



Black color preview on #40393F background

This text has black color on #40393F background.


White color preview on #40393F background

This text has white color on #40393F background.