COLOR #407D93

HEX: #407D93
RGB: (64,125,147)

Color info

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

RGB color model

#407D93 color RGB value is (64,125,147).

  • red value is 64;
  • green value is 125;
  • blue value is 147.
RGB:
(64,125,147)
(25%,49%,58%)

RGB channels and saturation

R 64 of 255 = 25%
G 125 of 255 = 49%
B 147 of 255 = 58%

64
125
147

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

Portions of RGB colors in percentages

R + G + B =
64 + 125 + 147 = 336 (100%)
R 64 of 336 ~ 19.05%
G 125 of 336 ~ 37.2%
B 147 of 336 ~ 43.75%

%19.05
%37.2
%43.75

CMYK color model

#407D93 color CMYK value is (56,15,0,42).

  • cyan value is 56.46%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(56,15,0,42)
C56M15Y0K42 
(56%,15%,0%,42%)
(0.56/0.15/0.00/0.42)	

CMYK percentages

%56.46
%14.97
%0
%42.35

Codes

Color #407D93 in popluar color models

407D93
RGB64125147
HSL196°39.34%41.37%
HSB/HSV196°56.46%57.65%
CMYK56.46%14.97%0.00%
42.35%

Color #407D93 in popluar number systems.

HEX407D93
Decimal64125147
Binary1000000111110110010011
Octal100175223

Shades and tints

Shades of #407D93

#407D93
(64,125,147)
#3B7286
(59,114,134)
#366779
(54,103,121)
#315C6C
(49,92,108)
#2C515F
(44,81,95)
#274652
(39,70,82)
#223B45
(34,59,69)
#1D3038
(29,48,56)
#18252B
(24,37,43)
#131A1E
(19,26,30)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #407D93

#407D93
(64,125,147)
#51889C
(81,136,156)
#6293A5
(98,147,165)
#739EAE
(115,158,174)
#84A9B7
(132,169,183)
#95B4C0
(149,180,192)
#A6BFC9
(166,191,201)
#B7CAD2
(183,202,210)
#C8D5DB
(200,213,219)
#D9E0E4
(217,224,228)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407D93 color. Also use rgb(64,125,147) instead hex code.

Text Font Color

.myTextColor { color: #407D93; }

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

This text font color is #407D93.


Background Color

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

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

This div background color is #407D93.


Border color

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

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

This div border color is #407D93.


Opacity

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

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

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

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

This text has shadow with #407D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407D93 on black background.


Color preview on white background

This text has color #407D93 on white background.



Black color preview on #407D93 background

This text has black color on #407D93 background.


White color preview on #407D93 background

This text has white color on #407D93 background.