COLOR #40596B

HEX: #40596B RGB: (64,89,107)

Color info

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

RGB color model

#40596B color RGB value is (64,89,107).

RGB: (64,89,107) (25%, 35%, 42%)

RGB channels and saturation

R 64 of 255 = 25%
G 89 of 255 = 35%
B 107 of 255 = 42%

64
89
107

R + G + B ~ 34%. #40596B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 89 + 107 = 260 (100%)
R 64 of 260 ~ 24.62%
G 89 of 260 ~ 34.23%
B 107 of 260 ~ 41.15'%

%24.62
%34.23
%41.15

CMYK color model

#40596B color CMYK value is (40,17,0,58).

  • cyan value is 40.19%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (40,17,0,58)
C40M17Y0K58 (40%, 17%, 0%, 58%)
(0.40 / 0.17 / 0.00 / 0.58)

CMYK percentages

%40.19
%16.82
%0
%58.04

Codes

Color #40596B in popluar color models

40 59 6B
RGB 64 89 107
HSL 205° 25.15% 33.53%
HSB/HSV 205° 40.19% 41.96%
CMYK 40.19% 16.82% 0.00%
58.04%

Color #40596B in popluar number systems.

HEX 40 59 6B
Decimal 64 89 107
Binary 1000000 1011001 1101011
Octal 100 131 153

Shades and tints

Shades of #40596B

#40596B
(64,89,107)
#3B5162
(59,81,98)
#364959
(54,73,89)
#314150
(49,65,80)
#2C3947
(44,57,71)
#27313E
(39,49,62)
#222935
(34,41,53)
#1D212C
(29,33,44)
#181923
(24,25,35)
#13111A
(19,17,26)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #40596B

#40596B
(64,89,107)
#516878
(81,104,120)
#627785
(98,119,133)
#738692
(115,134,146)
#84959F
(132,149,159)
#95A4AC
(149,164,172)
#A6B3B9
(166,179,185)
#B7C2C6
(183,194,198)
#C8D1D3
(200,209,211)
#D9E0E0
(217,224,224)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40596B color. Also use rgb(64,89,107) instead hex code.

Text Font Color

.myTextColor { color: #40596B; }

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

This text font color is #40596B.

Background Color

.myBgColor { background-color: #40596B; }

<div style="background-color:#40596B">Inner text</div>

This div background color is #40596B.

Border color

.myBorderColor { border: 1px solid #40596B; }

<div style="border:3px solid #40596B">Div</div>

This div border color is #40596B.

Opacity

.myOpacity80 { color: #40596B; opacity: 0.8; }

<p style="color:#40596B;opacity:0.8;">80%</p>

Text with #40596B 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 #40596B;}

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

This text has shadow with #40596B color.


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

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

This text has shadow with #40596B primary color and red secondary color.


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

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

This text has shadow with #40596B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40596B.

Preview

Color preview on black background

This text has color #40596B on black background.


Color preview on white background

This text has color #40596B on white background.


Black color preview on #40596B background

This text has black color on #40596B background.


White color preview on #40596B background

This text has white color on #40596B background.


Related colors

Complementary color

Complementary color for #hex is #BFA694.


I love getcolorcode.com

Triadic colors

1 #6B4059 and #596B40 with #40596B are triadic colors.

2 #6B5940 and #59406B with #40596B are triadic colors.