COLOR #415F81

HEX: #415F81
RGB: (65,95,129)

Color info

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

RGB color model

#415F81 color RGB value is (65,95,129).

  • red value is 65;
  • green value is 95;
  • blue value is 129.
RGB:
(65,95,129)
(25%,37%,51%)

RGB channels and saturation

R 65 of 255 = 25%
G 95 of 255 = 37%
B 129 of 255 = 51%

65
95
129

R + G + B ~ 38%. #415F81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 95 + 129 = 289 (100%)
R 65 of 289 ~ 22.49%
G 95 of 289 ~ 32.87%
B 129 of 289 ~ 44.64%

%22.49
%32.87
%44.64

CMYK color model

#415F81 color CMYK value is (50,26,0,49).

  • cyan value is 49.61%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(50,26,0,49)
C50M26Y0K49 
(50%,26%,0%,49%)
(0.50/0.26/0.00/0.49)	

CMYK percentages

%49.61
%26.36
%0
%49.41

Codes

Color #415F81 in popluar color models

415F81
RGB6595129
HSL212°32.99%38.04%
HSB/HSV212°49.61%50.59%
CMYK49.61%26.36%0.00%
49.41%

Color #415F81 in popluar number systems.

HEX415F81
Decimal6595129
Binary1000001101111110000001
Octal101137201

Shades and tints

Shades of #415F81

#415F81
(65,95,129)
#3C5776
(60,87,118)
#374F6B
(55,79,107)
#324760
(50,71,96)
#2D3F55
(45,63,85)
#28374A
(40,55,74)
#232F3F
(35,47,63)
#1E2734
(30,39,52)
#191F29
(25,31,41)
#14171E
(20,23,30)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #415F81

#415F81
(65,95,129)
#526D8C
(82,109,140)
#637B97
(99,123,151)
#7489A2
(116,137,162)
#8597AD
(133,151,173)
#96A5B8
(150,165,184)
#A7B3C3
(167,179,195)
#B8C1CE
(184,193,206)
#C9CFD9
(201,207,217)
#DADDE4
(218,221,228)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415F81 color. Also use rgb(65,95,129) instead hex code.

Text Font Color

.myTextColor { color: #415F81; }

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

This text font color is #415F81.


Background Color

.myBgColor { background-color: #415F81; }

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

This div background color is #415F81.


Border color

.myBorderColor { border: 1px solid #415F81; }

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

This div border color is #415F81.


Opacity

.myOpacity80 { color: #415F81; opacity: 0.8; }

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

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

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

This text has shadow with #415F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415F81 on black background.


Color preview on white background

This text has color #415F81 on white background.



Black color preview on #415F81 background

This text has black color on #415F81 background.


White color preview on #415F81 background

This text has white color on #415F81 background.