COLOR #406264

HEX: #406264
RGB: (64,98,100)

Color info

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

RGB color model

#406264 color RGB value is (64,98,100).

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

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 100 of 255 = 39%

64
98
100

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

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 100 = 262 (100%)
R 64 of 262 ~ 24.43%
G 98 of 262 ~ 37.4%
B 100 of 262 ~ 38.17%

%24.43
%37.4
%38.17

CMYK color model

#406264 color CMYK value is (36,2,0,61).

  • cyan value is 36.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(36,2,0,61)
C36M2Y0K61 
(36%,2%,0%,61%)
(0.36/0.02/0.00/0.61)	

CMYK percentages

%36
%2
%0
%60.78

Codes

Color #406264 in popluar color models

406264
RGB6498100
HSL183°21.95%32.16%
HSB/HSV183°36.00%39.22%
CMYK36.00%2.00%0.00%
60.78%

Color #406264 in popluar number systems.

HEX406264
Decimal6498100
Binary100000011000101100100
Octal100142144

Shades and tints

Shades of #406264

#406264
(64,98,100)
#3B5A5B
(59,90,91)
#365252
(54,82,82)
#314A49
(49,74,73)
#2C4240
(44,66,64)
#273A37
(39,58,55)
#22322E
(34,50,46)
#1D2A25
(29,42,37)
#18221C
(24,34,28)
#131A13
(19,26,19)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #406264

#406264
(64,98,100)
#517072
(81,112,114)
#627E80
(98,126,128)
#738C8E
(115,140,142)
#849A9C
(132,154,156)
#95A8AA
(149,168,170)
#A6B6B8
(166,182,184)
#B7C4C6
(183,196,198)
#C8D2D4
(200,210,212)
#D9E0E2
(217,224,226)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406264; }

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

This text font color is #406264.


Background Color

.myBgColor { background-color: #406264; }

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

This div background color is #406264.


Border color

.myBorderColor { border: 1px solid #406264; }

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

This div border color is #406264.


Opacity

.myOpacity80 { color: #406264; opacity: 0.8; }

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

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

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

This text has shadow with #406264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406264 on black background.


Color preview on white background

This text has color #406264 on white background.



Black color preview on #406264 background

This text has black color on #406264 background.


White color preview on #406264 background

This text has white color on #406264 background.