COLOR #415E74

HEX: #415E74
RGB: (65,94,116)

Color info

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

RGB color model

#415E74 color RGB value is (65,94,116).

  • red value is 65;
  • green value is 94;
  • blue value is 116.
RGB:
(65,94,116)
(25%,37%,45%)

RGB channels and saturation

R 65 of 255 = 25%
G 94 of 255 = 37%
B 116 of 255 = 45%

65
94
116

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

Portions of RGB colors in percentages

R + G + B =
65 + 94 + 116 = 275 (100%)
R 65 of 275 ~ 23.64%
G 94 of 275 ~ 34.18%
B 116 of 275 ~ 42.18%

%23.64
%34.18
%42.18

CMYK color model

#415E74 color CMYK value is (44,19,0,55).

  • cyan value is 43.97%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(44,19,0,55)
C44M19Y0K55 
(44%,19%,0%,55%)
(0.44/0.19/0.00/0.55)	

CMYK percentages

%43.97
%18.97
%0
%54.51

Codes

Color #415E74 in popluar color models

415E74
RGB6594116
HSL206°28.18%35.49%
HSB/HSV206°43.97%45.49%
CMYK43.97%18.97%0.00%
54.51%

Color #415E74 in popluar number systems.

HEX415E74
Decimal6594116
Binary100000110111101110100
Octal101136164

Shades and tints

Shades of #415E74

#415E74
(65,94,116)
#3C566A
(60,86,106)
#374E60
(55,78,96)
#324656
(50,70,86)
#2D3E4C
(45,62,76)
#283642
(40,54,66)
#232E38
(35,46,56)
#1E262E
(30,38,46)
#191E24
(25,30,36)
#14161A
(20,22,26)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #415E74

#415E74
(65,94,116)
#526C80
(82,108,128)
#637A8C
(99,122,140)
#748898
(116,136,152)
#8596A4
(133,150,164)
#96A4B0
(150,164,176)
#A7B2BC
(167,178,188)
#B8C0C8
(184,192,200)
#C9CED4
(201,206,212)
#DADCE0
(218,220,224)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415E74 color. Also use rgb(65,94,116) instead hex code.

Text Font Color

.myTextColor { color: #415E74; }

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

This text font color is #415E74.


Background Color

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

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

This div background color is #415E74.


Border color

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

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

This div border color is #415E74.


Opacity

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

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

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

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

This text has shadow with #415E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415E74 on black background.


Color preview on white background

This text has color #415E74 on white background.



Black color preview on #415E74 background

This text has black color on #415E74 background.


White color preview on #415E74 background

This text has white color on #415E74 background.