COLOR #407F6B

HEX: #407F6B
RGB: (64,127,107)

Color info

#407F6B contains mainly green and blue colors. Web safe color of #407F6B is #336666 (or #366).

RGB color model

#407F6B color RGB value is (64,127,107).

  • red value is 64;
  • green value is 127;
  • blue value is 107.
RGB:
(64,127,107)
(25%,50%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 127 of 255 = 50%
B 107 of 255 = 42%

64
127
107

R + G + B ~ 39%. #407F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 127 + 107 = 298 (100%)
R 64 of 298 ~ 21.48%
G 127 of 298 ~ 42.62%
B 107 of 298 ~ 35.91%

%21.48
%42.62
%35.91

CMYK color model

#407F6B color CMYK value is (50,0,16,50).

  • cyan value is 49.61%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 50.20%
CMYK:
(50,0,16,50)
C50M0Y16K50 
(50%,0%,16%,50%)
(0.50/0.00/0.16/0.50)	

CMYK percentages

%49.61
%0
%15.75
%50.2

Codes

Color #407F6B in popluar color models

407F6B
RGB64127107
HSL161°32.98%37.45%
HSB/HSV161°49.61%49.80%
CMYK49.61%0.00%15.75%
50.20%

Color #407F6B in popluar number systems.

HEX407F6B
Decimal64127107
Binary100000011111111101011
Octal100177153

Shades and tints

Shades of #407F6B

#407F6B
(64,127,107)
#3B7462
(59,116,98)
#366959
(54,105,89)
#315E50
(49,94,80)
#2C5347
(44,83,71)
#27483E
(39,72,62)
#223D35
(34,61,53)
#1D322C
(29,50,44)
#182723
(24,39,35)
#131C1A
(19,28,26)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #407F6B

#407F6B
(64,127,107)
#518A78
(81,138,120)
#629585
(98,149,133)
#73A092
(115,160,146)
#84AB9F
(132,171,159)
#95B6AC
(149,182,172)
#A6C1B9
(166,193,185)
#B7CCC6
(183,204,198)
#C8D7D3
(200,215,211)
#D9E2E0
(217,226,224)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407F6B color. Also use rgb(64,127,107) instead hex code.

Text Font Color

.myTextColor { color: #407F6B; }

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

This text font color is #407F6B.


Background Color

.myBgColor { background-color: #407F6B; }

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

This div background color is #407F6B.


Border color

.myBorderColor { border: 1px solid #407F6B; }

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

This div border color is #407F6B.


Opacity

.myOpacity80 { color: #407F6B; opacity: 0.8; }

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

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

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

This text has shadow with #407F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407F6B on black background.


Color preview on white background

This text has color #407F6B on white background.



Black color preview on #407F6B background

This text has black color on #407F6B background.


White color preview on #407F6B background

This text has white color on #407F6B background.