COLOR #415076

HEX: #415076
RGB: (65,80,118)

Color info

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

RGB color model

#415076 color RGB value is (65,80,118).

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

RGB channels and saturation

R 65 of 255 = 25%
G 80 of 255 = 31%
B 118 of 255 = 46%

65
80
118

R + G + B ~ 34%. #415076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 80 + 118 = 263 (100%)
R 65 of 263 ~ 24.71%
G 80 of 263 ~ 30.42%
B 118 of 263 ~ 44.87%

%24.71
%30.42
%44.87

CMYK color model

#415076 color CMYK value is (45,32,0,54).

  • cyan value is 44.92%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(45,32,0,54)
C45M32Y0K54 
(45%,32%,0%,54%)
(0.45/0.32/0.00/0.54)	

CMYK percentages

%44.92
%32.2
%0
%53.73

Codes

Color #415076 in popluar color models

415076
RGB6580118
HSL223°28.96%35.88%
HSB/HSV223°44.92%46.27%
CMYK44.92%32.20%0.00%
53.73%

Color #415076 in popluar number systems.

HEX415076
Decimal6580118
Binary100000110100001110110
Octal101120166

Shades and tints

Shades of #415076

#415076
(65,80,118)
#3C496C
(60,73,108)
#374262
(55,66,98)
#323B58
(50,59,88)
#2D344E
(45,52,78)
#282D44
(40,45,68)
#23263A
(35,38,58)
#1E1F30
(30,31,48)
#191826
(25,24,38)
#14111C
(20,17,28)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #415076

#415076
(65,80,118)
#525F82
(82,95,130)
#636E8E
(99,110,142)
#747D9A
(116,125,154)
#858CA6
(133,140,166)
#969BB2
(150,155,178)
#A7AABE
(167,170,190)
#B8B9CA
(184,185,202)
#C9C8D6
(201,200,214)
#DAD7E2
(218,215,226)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #415076; }

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

This text font color is #415076.


Background Color

.myBgColor { background-color: #415076; }

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

This div background color is #415076.


Border color

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

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

This div border color is #415076.


Opacity

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

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

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

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

This text has shadow with #415076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415076 on black background.


Color preview on white background

This text has color #415076 on white background.



Black color preview on #415076 background

This text has black color on #415076 background.


White color preview on #415076 background

This text has white color on #415076 background.