COLOR #40575F

HEX: #40575F RGB: (64,87,95)

Color info

#40575F contains red, green and blue colors in about the same proportion. Web safe color of #40575F is #336666 (or #366).

RGB color model

#40575F color RGB value is (64,87,95).

RGB: (64,87,95) (25%, 34%, 37%)

RGB channels and saturation

R 64 of 255 = 25%
G 87 of 255 = 34%
B 95 of 255 = 37%

64
87
95

R + G + B ~ 32%. #40575F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 87 + 95 = 246 (100%)
R 64 of 246 ~ 26.02%
G 87 of 246 ~ 35.37%
B 95 of 246 ~ 38.62'%

%26.02
%35.37
%38.62

CMYK color model

#40575F color CMYK value is (33,8,0,63).

  • cyan value is 32.63%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (33,8,0,63) C33M8Y0K63 (33%,8%,0%,63%) (0.33/0.08/0.00/0.63) 

CMYK percentages

%32.63
%8.42
%0
%62.75

Codes

Color #40575F in popluar color models

40 57 5F
RGB 64 87 95
HSL 195° 19.50% 31.18%
HSB/HSV 195° 32.63% 37.25%
CMYK 32.63% 8.42% 0.00%
62.75%

Color #40575F in popluar number systems.

HEX 40 57 5F
Decimal 64 87 95
Binary 1000000 1010111 1011111
Octal 100 127 137

Shades and tints

Shades of #40575F

#40575F
(64,87,95)
#3B5057
(59,80,87)
#36494F
(54,73,79)
#314247
(49,66,71)
#2C3B3F
(44,59,63)
#273437
(39,52,55)
#222D2F
(34,45,47)
#1D2627
(29,38,39)
#181F1F
(24,31,31)
#131817
(19,24,23)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #40575F

#40575F
(64,87,95)
#51666D
(81,102,109)
#62757B
(98,117,123)
#738489
(115,132,137)
#849397
(132,147,151)
#95A2A5
(149,162,165)
#A6B1B3
(166,177,179)
#B7C0C1
(183,192,193)
#C8CFCF
(200,207,207)
#D9DEDD
(217,222,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40575F color. Also use rgb(64,87,95) instead hex code.

Text Font Color

.myTextColor { color: #40575F; }

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

This text font color is #40575F.

Background Color

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

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

This div background color is #40575F.

Border color

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

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

This div border color is #40575F.

Opacity

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

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

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

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

This text has shadow with #40575F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40575F.

Preview

Color preview on black background

This text has color #40575F on black background.


Color preview on white background

This text has color #40575F on white background.


Black color preview on #40575F background

This text has black color on #40575F background.


White color preview on #40575F background

This text has white color on #40575F background.


Related colors

Complementary color

Complementary color for #hex is #BFA8A0.


I love getcolorcode.com

Triadic colors

1 #5F4057 and #575F40 with #40575F are triadic colors.

2 #5F5740 and #57405F with #40575F are triadic colors.