COLOR #407E84

HEX: #407E84
RGB: (64,126,132)

Color info

#407E84 contains mainly green and blue colors. Web safe color of #407E84 is #336699 (or #369).

RGB color model

#407E84 color RGB value is (64,126,132).

  • red value is 64;
  • green value is 126;
  • blue value is 132.
RGB:
(64,126,132)
(25%,49%,52%)

RGB channels and saturation

R 64 of 255 = 25%
G 126 of 255 = 49%
B 132 of 255 = 52%

64
126
132

R + G + B ~ 42%. #407E84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 126 + 132 = 322 (100%)
R 64 of 322 ~ 19.88%
G 126 of 322 ~ 39.13%
B 132 of 322 ~ 40.99%

%19.88
%39.13
%40.99

CMYK color model

#407E84 color CMYK value is (52,5,0,48).

  • cyan value is 51.52%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(52,5,0,48)
C52M5Y0K48 
(52%,5%,0%,48%)
(0.52/0.05/0.00/0.48)	

CMYK percentages

%51.52
%4.55
%0
%48.24

Codes

Color #407E84 in popluar color models

407E84
RGB64126132
HSL185°34.69%38.43%
HSB/HSV185°51.52%51.76%
CMYK51.52%4.55%0.00%
48.24%

Color #407E84 in popluar number systems.

HEX407E84
Decimal64126132
Binary1000000111111010000100
Octal100176204

Shades and tints

Shades of #407E84

#407E84
(64,126,132)
#3B7378
(59,115,120)
#36686C
(54,104,108)
#315D60
(49,93,96)
#2C5254
(44,82,84)
#274748
(39,71,72)
#223C3C
(34,60,60)
#1D3130
(29,49,48)
#182624
(24,38,36)
#131B18
(19,27,24)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #407E84

#407E84
(64,126,132)
#51898F
(81,137,143)
#62949A
(98,148,154)
#739FA5
(115,159,165)
#84AAB0
(132,170,176)
#95B5BB
(149,181,187)
#A6C0C6
(166,192,198)
#B7CBD1
(183,203,209)
#C8D6DC
(200,214,220)
#D9E1E7
(217,225,231)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407E84 color. Also use rgb(64,126,132) instead hex code.

Text Font Color

.myTextColor { color: #407E84; }

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

This text font color is #407E84.


Background Color

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

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

This div background color is #407E84.


Border color

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

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

This div border color is #407E84.


Opacity

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

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

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

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

This text has shadow with #407E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407E84 on black background.


Color preview on white background

This text has color #407E84 on white background.



Black color preview on #407E84 background

This text has black color on #407E84 background.


White color preview on #407E84 background

This text has white color on #407E84 background.