COLOR #40665E

HEX: #40665E
RGB: (64,102,94)

Color info

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

RGB color model

#40665E color RGB value is (64,102,94).

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

RGB channels and saturation

R 64 of 255 = 25%
G 102 of 255 = 40%
B 94 of 255 = 37%

64
102
94

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

Portions of RGB colors in percentages

R + G + B =
64 + 102 + 94 = 260 (100%)
R 64 of 260 ~ 24.62%
G 102 of 260 ~ 39.23%
B 94 of 260 ~ 36.15%

%24.62
%39.23
%36.15

CMYK color model

#40665E color CMYK value is (37,0,8,60).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 60.00%
CMYK:
(37,0,8,60)
C37M0Y8K60 
(37%,0%,8%,60%)
(0.37/0.00/0.08/0.60)	

CMYK percentages

%37.25
%0
%7.84
%60

Codes

Color #40665E in popluar color models

40665E
RGB6410294
HSL167°22.89%32.55%
HSB/HSV167°37.25%40.00%
CMYK37.25%0.00%7.84%
60.00%

Color #40665E in popluar number systems.

HEX40665E
Decimal6410294
Binary100000011001101011110
Octal100146136

Shades and tints

Shades of #40665E

#40665E
(64,102,94)
#3B5D56
(59,93,86)
#36544E
(54,84,78)
#314B46
(49,75,70)
#2C423E
(44,66,62)
#273936
(39,57,54)
#22302E
(34,48,46)
#1D2726
(29,39,38)
#181E1E
(24,30,30)
#131516
(19,21,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #40665E

#40665E
(64,102,94)
#51736C
(81,115,108)
#62807A
(98,128,122)
#738D88
(115,141,136)
#849A96
(132,154,150)
#95A7A4
(149,167,164)
#A6B4B2
(166,180,178)
#B7C1C0
(183,193,192)
#C8CECE
(200,206,206)
#D9DBDC
(217,219,220)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40665E; }

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

This text font color is #40665E.


Background Color

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

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

This div background color is #40665E.


Border color

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

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

This div border color is #40665E.


Opacity

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

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

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

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

This text has shadow with #40665E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40665E on black background.


Color preview on white background

This text has color #40665E on white background.



Black color preview on #40665E background

This text has black color on #40665E background.


White color preview on #40665E background

This text has white color on #40665E background.