COLOR #40575E

HEX: #40575E
RGB: (64,87,94)

Color info

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

RGB color model

#40575E color RGB value is (64,87,94).

  • red value is 64;
  • green value is 87;
  • blue value is 94.
RGB:
(64,87,94)
(25%,34%,37%)

RGB channels and saturation

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

64
87
94

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

Portions of RGB colors in percentages

R + G + B =
64 + 87 + 94 = 245 (100%)
R 64 of 245 ~ 26.12%
G 87 of 245 ~ 35.51%
B 94 of 245 ~ 38.37%

%26.12
%35.51
%38.37

CMYK color model

#40575E color CMYK value is (32,7,0,63).

  • cyan value is 31.91%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(32,7,0,63)
C32M7Y0K63 
(32%,7%,0%,63%)
(0.32/0.07/0.00/0.63)	

CMYK percentages

%31.91
%7.45
%0
%63.14

Codes

Color #40575E in popluar color models

40575E
RGB648794
HSL194°18.99%30.98%
HSB/HSV194°31.91%36.86%
CMYK31.91%7.45%0.00%
63.14%

Color #40575E in popluar number systems.

HEX40575E
Decimal648794
Binary100000010101111011110
Octal100127136

Shades and tints

Shades of #40575E

#40575E
(64,87,94)
#3B5056
(59,80,86)
#36494E
(54,73,78)
#314246
(49,66,70)
#2C3B3E
(44,59,62)
#273436
(39,52,54)
#222D2E
(34,45,46)
#1D2626
(29,38,38)
#181F1E
(24,31,30)
#131816
(19,24,22)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #40575E

#40575E
(64,87,94)
#51666C
(81,102,108)
#62757A
(98,117,122)
#738488
(115,132,136)
#849396
(132,147,150)
#95A2A4
(149,162,164)
#A6B1B2
(166,177,178)
#B7C0C0
(183,192,192)
#C8CFCE
(200,207,206)
#D9DEDC
(217,222,220)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40575E; }

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

This text font color is #40575E.


Background Color

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

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

This div background color is #40575E.


Border color

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

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

This div border color is #40575E.


Opacity

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

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

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

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

This text has shadow with #40575E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40575E on black background.


Color preview on white background

This text has color #40575E on white background.



Black color preview on #40575E background

This text has black color on #40575E background.


White color preview on #40575E background

This text has white color on #40575E background.