COLOR #40393A

HEX: #40393A RGB: (64,57,58)

Color info

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

RGB color model

#40393A color RGB value is (64,57,58).

RGB: (64,57,58) (25%, 22%, 23%)

RGB channels and saturation

R 64 of 255 = 25%
G 57 of 255 = 22%
B 58 of 255 = 23%

64
57
58

R + G + B ~ 23%. #40393A is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 57 + 58 = 179 (100%)
R 64 of 179 ~ 35.75%
G 57 of 179 ~ 31.84%
B 58 of 179 ~ 32.4'%

%35.75
%31.84
%32.4

CMYK color model

#40393A color CMYK value is (0,11,9,75).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 9.38%
  • key color value is 74.90%

CMYK: (0,11,9,75)
C0M11Y9K75 (0%, 11%, 9%, 75%)
(0.00 / 0.11 / 0.09 / 0.75)

CMYK percentages

%0
%10.94
%9.38
%74.9

Codes

Color #40393A in popluar color models

40 39 3A
RGB 64 57 58
HSL 351° 5.79% 23.73%
HSB/HSV 351° 10.94% 25.10%
CMYK 0.00% 10.94% 9.38%
74.90%

Color #40393A in popluar number systems.

HEX 40 39 3A
Decimal 64 57 58
Binary 1000000 111001 111010
Octal 100 71 72

Shades and tints

Shades of #40393A

#40393A
(64,57,58)
#3B3435
(59,52,53)
#362F30
(54,47,48)
#312A2B
(49,42,43)
#2C2526
(44,37,38)
#272021
(39,32,33)
#221B1C
(34,27,28)
#1D1617
(29,22,23)
#181112
(24,17,18)
#130C0D
(19,12,13)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #40393A

#40393A
(64,57,58)
#514B4B
(81,75,75)
#625D5C
(98,93,92)
#736F6D
(115,111,109)
#84817E
(132,129,126)
#95938F
(149,147,143)
#A6A5A0
(166,165,160)
#B7B7B1
(183,183,177)
#C8C9C2
(200,201,194)
#D9DBD3
(217,219,211)
#EAEDE4
(234,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40393A; }

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

This text font color is #40393A.

Background Color

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

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

This div background color is #40393A.

Border color

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

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

This div border color is #40393A.

Opacity

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

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

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

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

This text has shadow with #40393A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40393A.

Preview

Color preview on black background

This text has color #40393A on black background.


Color preview on white background

This text has color #40393A on white background.


Black color preview on #40393A background

This text has black color on #40393A background.


White color preview on #40393A background

This text has white color on #40393A background.


Related colors

Complementary color

Complementary color for #hex is #BFC6C5.


I love getcolorcode.com

Triadic colors

1 #3A4039 and #393A40 with #40393A are triadic colors.

2 #3A3940 and #39403A with #40393A are triadic colors.