COLOR #415676

HEX: #415676
RGB: (65,86,118)

Color info

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

RGB color model

#415676 color RGB value is (65,86,118).

  • red value is 65;
  • green value is 86;
  • blue value is 118.
RGB:
(65,86,118)
(25%,34%,46%)

RGB channels and saturation

R 65 of 255 = 25%
G 86 of 255 = 34%
B 118 of 255 = 46%

65
86
118

R + G + B ~ 35%. #415676 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 86 + 118 = 269 (100%)
R 65 of 269 ~ 24.16%
G 86 of 269 ~ 31.97%
B 118 of 269 ~ 43.87%

%24.16
%31.97
%43.87

CMYK color model

#415676 color CMYK value is (45,27,0,54).

  • cyan value is 44.92%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(45,27,0,54)
C45M27Y0K54 
(45%,27%,0%,54%)
(0.45/0.27/0.00/0.54)	

CMYK percentages

%44.92
%27.12
%0
%53.73

Codes

Color #415676 in popluar color models

415676
RGB6586118
HSL216°28.96%35.88%
HSB/HSV216°44.92%46.27%
CMYK44.92%27.12%0.00%
53.73%

Color #415676 in popluar number systems.

HEX415676
Decimal6586118
Binary100000110101101110110
Octal101126166

Shades and tints

Shades of #415676

#415676
(65,86,118)
#3C4F6C
(60,79,108)
#374862
(55,72,98)
#324158
(50,65,88)
#2D3A4E
(45,58,78)
#283344
(40,51,68)
#232C3A
(35,44,58)
#1E2530
(30,37,48)
#191E26
(25,30,38)
#14171C
(20,23,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #415676

#415676
(65,86,118)
#526582
(82,101,130)
#63748E
(99,116,142)
#74839A
(116,131,154)
#8592A6
(133,146,166)
#96A1B2
(150,161,178)
#A7B0BE
(167,176,190)
#B8BFCA
(184,191,202)
#C9CED6
(201,206,214)
#DADDE2
(218,221,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415676 color. Also use rgb(65,86,118) instead hex code.

Text Font Color

.myTextColor { color: #415676; }

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

This text font color is #415676.


Background Color

.myBgColor { background-color: #415676; }

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

This div background color is #415676.


Border color

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

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

This div border color is #415676.


Opacity

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

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

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

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

This text has shadow with #415676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415676 on black background.


Color preview on white background

This text has color #415676 on white background.



Black color preview on #415676 background

This text has black color on #415676 background.


White color preview on #415676 background

This text has white color on #415676 background.