COLOR #406F63

HEX: #406F63 RGB: (64,111,99)

Color info

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

RGB color model

#406F63 color RGB value is (64,111,99).

RGB: (64,111,99) (25%, 44%, 39%)

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 99 of 255 = 39%

64
111
99

R + G + B ~ 36%. #406F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 111 + 99 = 274 (100%)
R 64 of 274 ~ 23.36%
G 111 of 274 ~ 40.51%
B 99 of 274 ~ 36.13'%

%23.36
%40.51
%36.13

CMYK color model

#406F63 color CMYK value is (42,0,11,56).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 56.47%

CMYK: (42,0,11,56)
C42M0Y11K56 (42%, 0%, 11%, 56%)
(0.42 / 0.00 / 0.11 / 0.56)

CMYK percentages

%42.34
%0
%10.81
%56.47

Codes

Color #406F63 in popluar color models

40 6F 63
RGB 64 111 99
HSL 165° 26.86% 34.31%
HSB/HSV 165° 42.34% 43.53%
CMYK 42.34% 0.00% 10.81%
56.47%

Color #406F63 in popluar number systems.

HEX 40 6F 63
Decimal 64 111 99
Binary 1000000 1101111 1100011
Octal 100 157 143

Shades and tints

Shades of #406F63

#406F63
(64,111,99)
#3B655A
(59,101,90)
#365B51
(54,91,81)
#315148
(49,81,72)
#2C473F
(44,71,63)
#273D36
(39,61,54)
#22332D
(34,51,45)
#1D2924
(29,41,36)
#181F1B
(24,31,27)
#131512
(19,21,18)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #406F63

#406F63
(64,111,99)
#517C71
(81,124,113)
#62897F
(98,137,127)
#73968D
(115,150,141)
#84A39B
(132,163,155)
#95B0A9
(149,176,169)
#A6BDB7
(166,189,183)
#B7CAC5
(183,202,197)
#C8D7D3
(200,215,211)
#D9E4E1
(217,228,225)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406F63 color. Also use rgb(64,111,99) instead hex code.

Text Font Color

.myTextColor { color: #406F63; }

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

This text font color is #406F63.

Background Color

.myBgColor { background-color: #406F63; }

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

This div background color is #406F63.

Border color

.myBorderColor { border: 1px solid #406F63; }

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

This div border color is #406F63.

Opacity

.myOpacity80 { color: #406F63; opacity: 0.8; }

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

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

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

This text has shadow with #406F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #406F63.

Preview

Color preview on black background

This text has color #406F63 on black background.


Color preview on white background

This text has color #406F63 on white background.


Black color preview on #406F63 background

This text has black color on #406F63 background.


White color preview on #406F63 background

This text has white color on #406F63 background.


Related colors

Complementary color

Complementary color for #hex is #BF909C.


I love getcolorcode.com

Triadic colors

1 #63406F and #6F6340 with #406F63 are triadic colors.

2 #636F40 and #6F4063 with #406F63 are triadic colors.