COLOR #407085

HEX: #407085
RGB: (64,112,133)

Color info

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

RGB color model

#407085 color RGB value is (64,112,133).

  • red value is 64;
  • green value is 112;
  • blue value is 133.
RGB:
(64,112,133)
(25%,44%,52%)

RGB channels and saturation

R 64 of 255 = 25%
G 112 of 255 = 44%
B 133 of 255 = 52%

64
112
133

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

Portions of RGB colors in percentages

R + G + B =
64 + 112 + 133 = 309 (100%)
R 64 of 309 ~ 20.71%
G 112 of 309 ~ 36.25%
B 133 of 309 ~ 43.04%

%20.71
%36.25
%43.04

CMYK color model

#407085 color CMYK value is (52,16,0,48).

  • cyan value is 51.88%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(52,16,0,48)
C52M16Y0K48 
(52%,16%,0%,48%)
(0.52/0.16/0.00/0.48)	

CMYK percentages

%51.88
%15.79
%0
%47.84

Codes

Color #407085 in popluar color models

407085
RGB64112133
HSL198°35.03%38.63%
HSB/HSV198°51.88%52.16%
CMYK51.88%15.79%0.00%
47.84%

Color #407085 in popluar number systems.

HEX407085
Decimal64112133
Binary1000000111000010000101
Octal100160205

Shades and tints

Shades of #407085

#407085
(64,112,133)
#3B6679
(59,102,121)
#365C6D
(54,92,109)
#315261
(49,82,97)
#2C4855
(44,72,85)
#273E49
(39,62,73)
#22343D
(34,52,61)
#1D2A31
(29,42,49)
#182025
(24,32,37)
#131619
(19,22,25)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #407085

#407085
(64,112,133)
#517D90
(81,125,144)
#628A9B
(98,138,155)
#7397A6
(115,151,166)
#84A4B1
(132,164,177)
#95B1BC
(149,177,188)
#A6BEC7
(166,190,199)
#B7CBD2
(183,203,210)
#C8D8DD
(200,216,221)
#D9E5E8
(217,229,232)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407085 color. Also use rgb(64,112,133) instead hex code.

Text Font Color

.myTextColor { color: #407085; }

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

This text font color is #407085.


Background Color

.myBgColor { background-color: #407085; }

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

This div background color is #407085.


Border color

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

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

This div border color is #407085.


Opacity

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

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

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

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

This text has shadow with #407085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407085 on black background.


Color preview on white background

This text has color #407085 on white background.



Black color preview on #407085 background

This text has black color on #407085 background.


White color preview on #407085 background

This text has white color on #407085 background.