COLOR #407395

HEX: #407395
RGB: (64,115,149)

Color info

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

RGB color model

#407395 color RGB value is (64,115,149).

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

RGB channels and saturation

R 64 of 255 = 25%
G 115 of 255 = 45%
B 149 of 255 = 58%

64
115
149

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

Portions of RGB colors in percentages

R + G + B =
64 + 115 + 149 = 328 (100%)
R 64 of 328 ~ 19.51%
G 115 of 328 ~ 35.06%
B 149 of 328 ~ 45.43%

%19.51
%35.06
%45.43

CMYK color model

#407395 color CMYK value is (57,23,0,42).

  • cyan value is 57.05%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(57,23,0,42)
C57M23Y0K42 
(57%,23%,0%,42%)
(0.57/0.23/0.00/0.42)	

CMYK percentages

%57.05
%22.82
%0
%41.57

Codes

Color #407395 in popluar color models

407395
RGB64115149
HSL204°39.91%41.76%
HSB/HSV204°57.05%58.43%
CMYK57.05%22.82%0.00%
41.57%

Color #407395 in popluar number systems.

HEX407395
Decimal64115149
Binary1000000111001110010101
Octal100163225

Shades and tints

Shades of #407395

#407395
(64,115,149)
#3B6988
(59,105,136)
#365F7B
(54,95,123)
#31556E
(49,85,110)
#2C4B61
(44,75,97)
#274154
(39,65,84)
#223747
(34,55,71)
#1D2D3A
(29,45,58)
#18232D
(24,35,45)
#131920
(19,25,32)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #407395

#407395
(64,115,149)
#517F9E
(81,127,158)
#628BA7
(98,139,167)
#7397B0
(115,151,176)
#84A3B9
(132,163,185)
#95AFC2
(149,175,194)
#A6BBCB
(166,187,203)
#B7C7D4
(183,199,212)
#C8D3DD
(200,211,221)
#D9DFE6
(217,223,230)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407395; }

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

This text font color is #407395.


Background Color

.myBgColor { background-color: #407395; }

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

This div background color is #407395.


Border color

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

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

This div border color is #407395.


Opacity

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

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

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

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

This text has shadow with #407395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407395 on black background.


Color preview on white background

This text has color #407395 on white background.



Black color preview on #407395 background

This text has black color on #407395 background.


White color preview on #407395 background

This text has white color on #407395 background.