COLOR #40585F

HEX: #40585F
RGB: (64,88,95)

Color info

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

RGB color model

#40585F color RGB value is (64,88,95).

  • red value is 64;
  • green value is 88;
  • blue value is 95.
RGB:
(64,88,95)
(25%,35%,37%)

RGB channels and saturation

R 64 of 255 = 25%
G 88 of 255 = 35%
B 95 of 255 = 37%

64
88
95

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

Portions of RGB colors in percentages

R + G + B =
64 + 88 + 95 = 247 (100%)
R 64 of 247 ~ 25.91%
G 88 of 247 ~ 35.63%
B 95 of 247 ~ 38.46%

%25.91
%35.63
%38.46

CMYK color model

#40585F color CMYK value is (33,7,0,63).

  • cyan value is 32.63%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(33,7,0,63)
C33M7Y0K63 
(33%,7%,0%,63%)
(0.33/0.07/0.00/0.63)	

CMYK percentages

%32.63
%7.37
%0
%62.75

Codes

Color #40585F in popluar color models

40585F
RGB648895
HSL194°19.50%31.18%
HSB/HSV194°32.63%37.25%
CMYK32.63%7.37%0.00%
62.75%

Color #40585F in popluar number systems.

HEX40585F
Decimal648895
Binary100000010110001011111
Octal100130137

Shades and tints

Shades of #40585F

#40585F
(64,88,95)
#3B5057
(59,80,87)
#36484F
(54,72,79)
#314047
(49,64,71)
#2C383F
(44,56,63)
#273037
(39,48,55)
#22282F
(34,40,47)
#1D2027
(29,32,39)
#18181F
(24,24,31)
#131017
(19,16,23)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #40585F

#40585F
(64,88,95)
#51676D
(81,103,109)
#62767B
(98,118,123)
#738589
(115,133,137)
#849497
(132,148,151)
#95A3A5
(149,163,165)
#A6B2B3
(166,178,179)
#B7C1C1
(183,193,193)
#C8D0CF
(200,208,207)
#D9DFDD
(217,223,221)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40585F; }

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

This text font color is #40585F.


Background Color

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

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

This div background color is #40585F.


Border color

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

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

This div border color is #40585F.


Opacity

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

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

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

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

This text has shadow with #40585F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40585F on black background.


Color preview on white background

This text has color #40585F on white background.



Black color preview on #40585F background

This text has black color on #40585F background.


White color preview on #40585F background

This text has white color on #40585F background.