COLOR #407388

HEX: #407388
RGB: (64,115,136)

Color info

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

RGB color model

#407388 color RGB value is (64,115,136).

  • red value is 64;
  • green value is 115;
  • blue value is 136.
RGB:
(64,115,136)
(25%,45%,53%)

RGB channels and saturation

R 64 of 255 = 25%
G 115 of 255 = 45%
B 136 of 255 = 53%

64
115
136

R + G + B ~ 41%. #407388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 115 + 136 = 315 (100%)
R 64 of 315 ~ 20.32%
G 115 of 315 ~ 36.51%
B 136 of 315 ~ 43.17%

%20.32
%36.51
%43.17

CMYK color model

#407388 color CMYK value is (53,15,0,47).

  • cyan value is 52.94%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(53,15,0,47)
C53M15Y0K47 
(53%,15%,0%,47%)
(0.53/0.15/0.00/0.47)	

CMYK percentages

%52.94
%15.44
%0
%46.67

Codes

Color #407388 in popluar color models

407388
RGB64115136
HSL198°36.00%39.22%
HSB/HSV198°52.94%53.33%
CMYK52.94%15.44%0.00%
46.67%

Color #407388 in popluar number systems.

HEX407388
Decimal64115136
Binary1000000111001110001000
Octal100163210

Shades and tints

Shades of #407388

#407388
(64,115,136)
#3B697C
(59,105,124)
#365F70
(54,95,112)
#315564
(49,85,100)
#2C4B58
(44,75,88)
#27414C
(39,65,76)
#223740
(34,55,64)
#1D2D34
(29,45,52)
#182328
(24,35,40)
#13191C
(19,25,28)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #407388

#407388
(64,115,136)
#517F92
(81,127,146)
#628B9C
(98,139,156)
#7397A6
(115,151,166)
#84A3B0
(132,163,176)
#95AFBA
(149,175,186)
#A6BBC4
(166,187,196)
#B7C7CE
(183,199,206)
#C8D3D8
(200,211,216)
#D9DFE2
(217,223,226)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407388 color. Also use rgb(64,115,136) instead hex code.

Text Font Color

.myTextColor { color: #407388; }

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

This text font color is #407388.


Background Color

.myBgColor { background-color: #407388; }

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

This div background color is #407388.


Border color

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

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

This div border color is #407388.


Opacity

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

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

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

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

This text has shadow with #407388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407388 on black background.


Color preview on white background

This text has color #407388 on white background.



Black color preview on #407388 background

This text has black color on #407388 background.


White color preview on #407388 background

This text has white color on #407388 background.