COLOR #406450

HEX: #406450
RGB: (64,100,80)

Color info

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

RGB color model

#406450 color RGB value is (64,100,80).

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

RGB channels and saturation

R 64 of 255 = 25%
G 100 of 255 = 39%
B 80 of 255 = 31%

64
100
80

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

Portions of RGB colors in percentages

R + G + B =
64 + 100 + 80 = 244 (100%)
R 64 of 244 ~ 26.23%
G 100 of 244 ~ 40.98%
B 80 of 244 ~ 32.79%

%26.23
%40.98
%32.79

CMYK color model

#406450 color CMYK value is (36,0,20,61).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 60.78%
CMYK:
(36,0,20,61)
C36M0Y20K61 
(36%,0%,20%,61%)
(0.36/0.00/0.20/0.61)	

CMYK percentages

%36
%0
%20
%60.78

Codes

Color #406450 in popluar color models

406450
RGB6410080
HSL147°21.95%32.16%
HSB/HSV147°36.00%39.22%
CMYK36.00%0.00%20.00%
60.78%

Color #406450 in popluar number systems.

HEX406450
Decimal6410080
Binary100000011001001010000
Octal100144120

Shades and tints

Shades of #406450

#406450
(64,100,80)
#3B5B49
(59,91,73)
#365242
(54,82,66)
#31493B
(49,73,59)
#2C4034
(44,64,52)
#27372D
(39,55,45)
#222E26
(34,46,38)
#1D251F
(29,37,31)
#181C18
(24,28,24)
#131311
(19,19,17)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #406450

#406450
(64,100,80)
#51725F
(81,114,95)
#62806E
(98,128,110)
#738E7D
(115,142,125)
#849C8C
(132,156,140)
#95AA9B
(149,170,155)
#A6B8AA
(166,184,170)
#B7C6B9
(183,198,185)
#C8D4C8
(200,212,200)
#D9E2D7
(217,226,215)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406450; }

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

This text font color is #406450.


Background Color

.myBgColor { background-color: #406450; }

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

This div background color is #406450.


Border color

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

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

This div border color is #406450.


Opacity

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

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

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

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

This text has shadow with #406450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406450 on black background.


Color preview on white background

This text has color #406450 on white background.



Black color preview on #406450 background

This text has black color on #406450 background.


White color preview on #406450 background

This text has white color on #406450 background.