COLOR #40393D

HEX: #40393D
RGB: (64,57,61)

Color info

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

RGB color model

#40393D color RGB value is (64,57,61).

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

RGB channels and saturation

R 64 of 255 = 25%
G 57 of 255 = 22%
B 61 of 255 = 24%

64
57
61

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

Portions of RGB colors in percentages

R + G + B =
64 + 57 + 61 = 182 (100%)
R 64 of 182 ~ 35.16%
G 57 of 182 ~ 31.32%
B 61 of 182 ~ 33.52%

%35.16
%31.32
%33.52

CMYK color model

#40393D color CMYK value is (0,11,5,75).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 4.69%
  • key color value is 74.90%
CMYK:
(0,11,5,75)
C0M11Y5K75 
(0%,11%,5%,75%)
(0.00/0.11/0.05/0.75)	

CMYK percentages

%0
%10.94
%4.69
%74.9

Codes

Color #40393D in popluar color models

40393D
RGB645761
HSL326°5.79%23.73%
HSB/HSV326°10.94%25.10%
CMYK0.00%10.94%4.69%
74.90%

Color #40393D in popluar number systems.

HEX40393D
Decimal645761
Binary1000000111001111101
Octal1007175

Shades and tints

Shades of #40393D

#40393D
(64,57,61)
#3B3438
(59,52,56)
#362F33
(54,47,51)
#312A2E
(49,42,46)
#2C2529
(44,37,41)
#272024
(39,32,36)
#221B1F
(34,27,31)
#1D161A
(29,22,26)
#181115
(24,17,21)
#130C10
(19,12,16)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #40393D

#40393D
(64,57,61)
#514B4E
(81,75,78)
#625D5F
(98,93,95)
#736F70
(115,111,112)
#848181
(132,129,129)
#959392
(149,147,146)
#A6A5A3
(166,165,163)
#B7B7B4
(183,183,180)
#C8C9C5
(200,201,197)
#D9DBD6
(217,219,214)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40393D; }

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

This text font color is #40393D.


Background Color

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

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

This div background color is #40393D.


Border color

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

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

This div border color is #40393D.


Opacity

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

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

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

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

This text has shadow with #40393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40393D on black background.


Color preview on white background

This text has color #40393D on white background.



Black color preview on #40393D background

This text has black color on #40393D background.


White color preview on #40393D background

This text has white color on #40393D background.