COLOR #40646A

HEX: #40646A
RGB: (64,100,106)

Color info

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

RGB color model

#40646A color RGB value is (64,100,106).

  • red value is 64;
  • green value is 100;
  • blue value is 106.
RGB: (64,100,106) (25%,39%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 100 of 255 = 39%
B 106 of 255 = 42%

64
100
106

R + G + B ~ 35%. #40646A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 100 + 106 = 270 (100%)
R 64 of 270 ~ 23.7%
G 100 of 270 ~ 37.04%
B 106 of 270 ~ 39.26%

%23.7
%37.04
%39.26

CMYK color model

#40646A color CMYK value is (40,6,0,58).

  • cyan value is 39.62%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (40,6,0,58) C40M6Y0K58 (40%,6%,0%,58%) (0.40/0.06/0.00/0.58)

CMYK percentages

%39.62
%5.66
%0
%58.43

Codes

Color #40646A in popluar color models

40646A
RGB64100106
HSL189°24.71%33.33%
HSB/HSV189°39.62%41.57%
CMYK39.62%5.66%0.00%
58.43%

Color #40646A in popluar number systems.

HEX40646A
Decimal64100106
Binary100000011001001101010
Octal100144152

Shades and tints

Shades of #40646A

#40646A
(64,100,106)
#3B5B61
(59,91,97)
#365258
(54,82,88)
#31494F
(49,73,79)
#2C4046
(44,64,70)
#27373D
(39,55,61)
#222E34
(34,46,52)
#1D252B
(29,37,43)
#181C22
(24,28,34)
#131319
(19,19,25)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #40646A

#40646A
(64,100,106)
#517277
(81,114,119)
#628084
(98,128,132)
#738E91
(115,142,145)
#849C9E
(132,156,158)
#95AAAB
(149,170,171)
#A6B8B8
(166,184,184)
#B7C6C5
(183,198,197)
#C8D4D2
(200,212,210)
#D9E2DF
(217,226,223)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40646A color. Also use rgb(64,100,106) instead hex code.

Text Font Color

.myTextColor { color: #40646A; }

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

This text font color is #40646A.


Background Color

.myBgColor { background-color: #40646A; }

<div style="background-color:#40646A">Inner text</div>

This div background color is #40646A.


Border color

.myBorderColor { border: 1px solid #40646A; }

<div style="border:3px solid #40646A">Div</div>

This div border color is #40646A.


Opacity

.myOpacity80 { color: #40646A; opacity: 0.8; }

<p style="color:#40646A;opacity:0.8;">80%</p>

Text with #40646A 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 #40646A;}

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

This text has shadow with #40646A color.

.textShadow {text-shadow: 3px 3px 1px #40646A, 3px 3px 1px red;}

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

This text has shadow with #40646A primary color and red secondary color.


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

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

This text has shadow with #40646A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #40646A; -webkit-box-shadow:	1px 1px 3px 2px #40646A; box-shadow:	1px 1px 3px 2px #40646A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #40646A; -webkit-box-shadow: 1px 1px 3px 2px #40646A; box-shadow:1px 1px 3px 2px #40646A;">
Div content here</div>
This div box has shadow with color #40646A.

Preview

Color preview on black background

This text has color #40646A on black background.


Color preview on white background

This text has color #40646A on white background.



Black color preview on #40646A background

This text has black color on #40646A background.


White color preview on #40646A background

This text has white color on #40646A background.