COLOR #414E5F

HEX: #414E5F
RGB: (65,78,95)

Color info

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

RGB color model

#414E5F color RGB value is (65,78,95).

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

RGB channels and saturation

R 65 of 255 = 25%
G 78 of 255 = 31%
B 95 of 255 = 37%

65
78
95

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

Portions of RGB colors in percentages

R + G + B =
65 + 78 + 95 = 238 (100%)
R 65 of 238 ~ 27.31%
G 78 of 238 ~ 32.77%
B 95 of 238 ~ 39.92%

%27.31
%32.77
%39.92

CMYK color model

#414E5F color CMYK value is (32,18,0,63).

  • cyan value is 31.58%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(32,18,0,63)
C32M18Y0K63 
(32%,18%,0%,63%)
(0.32/0.18/0.00/0.63)	

CMYK percentages

%31.58
%17.89
%0
%62.75

Codes

Color #414E5F in popluar color models

414E5F
RGB657895
HSL214°18.75%31.37%
HSB/HSV214°31.58%37.25%
CMYK31.58%17.89%0.00%
62.75%

Color #414E5F in popluar number systems.

HEX414E5F
Decimal657895
Binary100000110011101011111
Octal101116137

Shades and tints

Shades of #414E5F

#414E5F
(65,78,95)
#3C4757
(60,71,87)
#37404F
(55,64,79)
#323947
(50,57,71)
#2D323F
(45,50,63)
#282B37
(40,43,55)
#23242F
(35,36,47)
#1E1D27
(30,29,39)
#19161F
(25,22,31)
#140F17
(20,15,23)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #414E5F

#414E5F
(65,78,95)
#525E6D
(82,94,109)
#636E7B
(99,110,123)
#747E89
(116,126,137)
#858E97
(133,142,151)
#969EA5
(150,158,165)
#A7AEB3
(167,174,179)
#B8BEC1
(184,190,193)
#C9CECF
(201,206,207)
#DADEDD
(218,222,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414E5F; }

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

This text font color is #414E5F.


Background Color

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

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

This div background color is #414E5F.


Border color

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

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

This div border color is #414E5F.


Opacity

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

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

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

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

This text has shadow with #414E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414E5F on black background.


Color preview on white background

This text has color #414E5F on white background.



Black color preview on #414E5F background

This text has black color on #414E5F background.


White color preview on #414E5F background

This text has white color on #414E5F background.