COLOR #415F79

HEX: #415F79
RGB: (65,95,121)

Color info

#415F79 contains red, green and blue colors in about the same proportion. Web safe color of #415F79 is #336666 (or #366).

RGB color model

#415F79 color RGB value is (65,95,121).

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

RGB channels and saturation

R 65 of 255 = 25%
G 95 of 255 = 37%
B 121 of 255 = 47%

65
95
121

R + G + B ~ 36%. #415F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 95 + 121 = 281 (100%)
R 65 of 281 ~ 23.13%
G 95 of 281 ~ 33.81%
B 121 of 281 ~ 43.06%

%23.13
%33.81
%43.06

CMYK color model

#415F79 color CMYK value is (46,21,0,53).

  • cyan value is 46.28%
  • magenta value is 21.49%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(46,21,0,53)
C46M21Y0K53 
(46%,21%,0%,53%)
(0.46/0.21/0.00/0.53)	

CMYK percentages

%46.28
%21.49
%0
%52.55

Codes

Color #415F79 in popluar color models

415F79
RGB6595121
HSL208°30.11%36.47%
HSB/HSV208°46.28%47.45%
CMYK46.28%21.49%0.00%
52.55%

Color #415F79 in popluar number systems.

HEX415F79
Decimal6595121
Binary100000110111111111001
Octal101137171

Shades and tints

Shades of #415F79

#415F79
(65,95,121)
#3C576E
(60,87,110)
#374F63
(55,79,99)
#324758
(50,71,88)
#2D3F4D
(45,63,77)
#283742
(40,55,66)
#232F37
(35,47,55)
#1E272C
(30,39,44)
#191F21
(25,31,33)
#141716
(20,23,22)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #415F79

#415F79
(65,95,121)
#526D85
(82,109,133)
#637B91
(99,123,145)
#74899D
(116,137,157)
#8597A9
(133,151,169)
#96A5B5
(150,165,181)
#A7B3C1
(167,179,193)
#B8C1CD
(184,193,205)
#C9CFD9
(201,207,217)
#DADDE5
(218,221,229)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #415F79; }

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

This text font color is #415F79.


Background Color

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

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

This div background color is #415F79.


Border color

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

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

This div border color is #415F79.


Opacity

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

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

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

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

This text has shadow with #415F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415F79 on black background.


Color preview on white background

This text has color #415F79 on white background.



Black color preview on #415F79 background

This text has black color on #415F79 background.


White color preview on #415F79 background

This text has white color on #415F79 background.