COLOR #414E61

HEX: #414E61
RGB: (65,78,97)

Color info

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

RGB color model

#414E61 color RGB value is (65,78,97).

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

RGB channels and saturation

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

65
78
97

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

Portions of RGB colors in percentages

R + G + B =
65 + 78 + 97 = 240 (100%)
R 65 of 240 ~ 27.08%
G 78 of 240 ~ 32.5%
B 97 of 240 ~ 40.42%

%27.08
%32.5
%40.42

CMYK color model

#414E61 color CMYK value is (33,20,0,62).

  • cyan value is 32.99%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(33,20,0,62)
C33M20Y0K62 
(33%,20%,0%,62%)
(0.33/0.20/0.00/0.62)	

CMYK percentages

%32.99
%19.59
%0
%61.96

Codes

Color #414E61 in popluar color models

414E61
RGB657897
HSL216°19.75%31.76%
HSB/HSV216°32.99%38.04%
CMYK32.99%19.59%0.00%
61.96%

Color #414E61 in popluar number systems.

HEX414E61
Decimal657897
Binary100000110011101100001
Octal101116141

Shades and tints

Shades of #414E61

#414E61
(65,78,97)
#3C4759
(60,71,89)
#374051
(55,64,81)
#323949
(50,57,73)
#2D3241
(45,50,65)
#282B39
(40,43,57)
#232431
(35,36,49)
#1E1D29
(30,29,41)
#191621
(25,22,33)
#140F19
(20,15,25)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #414E61

#414E61
(65,78,97)
#525E6F
(82,94,111)
#636E7D
(99,110,125)
#747E8B
(116,126,139)
#858E99
(133,142,153)
#969EA7
(150,158,167)
#A7AEB5
(167,174,181)
#B8BEC3
(184,190,195)
#C9CED1
(201,206,209)
#DADEDF
(218,222,223)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414E61; }

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

This text font color is #414E61.


Background Color

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

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

This div background color is #414E61.


Border color

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

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

This div border color is #414E61.


Opacity

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

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

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

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

This text has shadow with #414E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414E61 on black background.


Color preview on white background

This text has color #414E61 on white background.



Black color preview on #414E61 background

This text has black color on #414E61 background.


White color preview on #414E61 background

This text has white color on #414E61 background.