COLOR #414E60

HEX: #414E60
RGB: (65,78,96)

Color info

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

RGB color model

#414E60 color RGB value is (65,78,96).

  • red value is 65;
  • green value is 78;
  • blue value is 96.
RGB:
(65,78,96)
(25%,31%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 78 of 255 = 31%
B 96 of 255 = 38%

65
78
96

R + G + B ~ 31%. #414E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 78 + 96 = 239 (100%)
R 65 of 239 ~ 27.2%
G 78 of 239 ~ 32.64%
B 96 of 239 ~ 40.17%

%27.2
%32.64
%40.17

CMYK color model

#414E60 color CMYK value is (32,19,0,62).

  • cyan value is 32.29%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(32,19,0,62)
C32M19Y0K62 
(32%,19%,0%,62%)
(0.32/0.19/0.00/0.62)	

CMYK percentages

%32.29
%18.75
%0
%62.35

Codes

Color #414E60 in popluar color models

414E60
RGB657896
HSL215°19.25%31.57%
HSB/HSV215°32.29%37.65%
CMYK32.29%18.75%0.00%
62.35%

Color #414E60 in popluar number systems.

HEX414E60
Decimal657896
Binary100000110011101100000
Octal101116140

Shades and tints

Shades of #414E60

#414E60
(65,78,96)
#3C4758
(60,71,88)
#374050
(55,64,80)
#323948
(50,57,72)
#2D3240
(45,50,64)
#282B38
(40,43,56)
#232430
(35,36,48)
#1E1D28
(30,29,40)
#191620
(25,22,32)
#140F18
(20,15,24)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #414E60

#414E60
(65,78,96)
#525E6E
(82,94,110)
#636E7C
(99,110,124)
#747E8A
(116,126,138)
#858E98
(133,142,152)
#969EA6
(150,158,166)
#A7AEB4
(167,174,180)
#B8BEC2
(184,190,194)
#C9CED0
(201,206,208)
#DADEDE
(218,222,222)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414E60 color. Also use rgb(65,78,96) instead hex code.

Text Font Color

.myTextColor { color: #414E60; }

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

This text font color is #414E60.


Background Color

.myBgColor { background-color: #414E60; }

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

This div background color is #414E60.


Border color

.myBorderColor { border: 1px solid #414E60; }

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

This div border color is #414E60.


Opacity

.myOpacity80 { color: #414E60; opacity: 0.8; }

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

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

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

This text has shadow with #414E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414E60 on black background.


Color preview on white background

This text has color #414E60 on white background.



Black color preview on #414E60 background

This text has black color on #414E60 background.


White color preview on #414E60 background

This text has white color on #414E60 background.