COLOR #406F6E

HEX: #406F6E
RGB: (64,111,110)

Color info

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

RGB color model

#406F6E color RGB value is (64,111,110).

  • red value is 64;
  • green value is 111;
  • blue value is 110.
RGB:
(64,111,110)
(25%,44%,43%)

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 110 of 255 = 43%

64
111
110

R + G + B ~ 37%. #406F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 111 + 110 = 285 (100%)
R 64 of 285 ~ 22.46%
G 111 of 285 ~ 38.95%
B 110 of 285 ~ 38.6%

%22.46
%38.95
%38.6

CMYK color model

#406F6E color CMYK value is (42,0,1,56).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(42,0,1,56)
C42M0Y1K56 
(42%,0%,1%,56%)
(0.42/0.00/0.01/0.56)	

CMYK percentages

%42.34
%0
%0.9
%56.47

Codes

Color #406F6E in popluar color models

406F6E
RGB64111110
HSL179°26.86%34.31%
HSB/HSV179°42.34%43.53%
CMYK42.34%0.00%0.90%
56.47%

Color #406F6E in popluar number systems.

HEX406F6E
Decimal64111110
Binary100000011011111101110
Octal100157156

Shades and tints

Shades of #406F6E

#406F6E
(64,111,110)
#3B6564
(59,101,100)
#365B5A
(54,91,90)
#315150
(49,81,80)
#2C4746
(44,71,70)
#273D3C
(39,61,60)
#223332
(34,51,50)
#1D2928
(29,41,40)
#181F1E
(24,31,30)
#131514
(19,21,20)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #406F6E

#406F6E
(64,111,110)
#517C7B
(81,124,123)
#628988
(98,137,136)
#739695
(115,150,149)
#84A3A2
(132,163,162)
#95B0AF
(149,176,175)
#A6BDBC
(166,189,188)
#B7CAC9
(183,202,201)
#C8D7D6
(200,215,214)
#D9E4E3
(217,228,227)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406F6E; }

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

This text font color is #406F6E.


Background Color

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

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

This div background color is #406F6E.


Border color

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

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

This div border color is #406F6E.


Opacity

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

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

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

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

This text has shadow with #406F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406F6E on black background.


Color preview on white background

This text has color #406F6E on white background.



Black color preview on #406F6E background

This text has black color on #406F6E background.


White color preview on #406F6E background

This text has white color on #406F6E background.