COLOR #414F66

HEX: #414F66
RGB: (65,79,102)

Color info

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

RGB color model

#414F66 color RGB value is (65,79,102).

  • red value is 65;
  • green value is 79;
  • blue value is 102.
RGB:
(65,79,102)
(25%,31%,40%)

RGB channels and saturation

R 65 of 255 = 25%
G 79 of 255 = 31%
B 102 of 255 = 40%

65
79
102

R + G + B ~ 32%. #414F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 79 + 102 = 246 (100%)
R 65 of 246 ~ 26.42%
G 79 of 246 ~ 32.11%
B 102 of 246 ~ 41.46%

%26.42
%32.11
%41.46

CMYK color model

#414F66 color CMYK value is (36,23,0,60).

  • cyan value is 36.27%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(36,23,0,60)
C36M23Y0K60 
(36%,23%,0%,60%)
(0.36/0.23/0.00/0.60)	

CMYK percentages

%36.27
%22.55
%0
%60

Codes

Color #414F66 in popluar color models

414F66
RGB6579102
HSL217°22.16%32.75%
HSB/HSV217°36.27%40.00%
CMYK36.27%22.55%0.00%
60.00%

Color #414F66 in popluar number systems.

HEX414F66
Decimal6579102
Binary100000110011111100110
Octal101117146

Shades and tints

Shades of #414F66

#414F66
(65,79,102)
#3C485D
(60,72,93)
#374154
(55,65,84)
#323A4B
(50,58,75)
#2D3342
(45,51,66)
#282C39
(40,44,57)
#232530
(35,37,48)
#1E1E27
(30,30,39)
#19171E
(25,23,30)
#141015
(20,16,21)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #414F66

#414F66
(65,79,102)
#525F73
(82,95,115)
#636F80
(99,111,128)
#747F8D
(116,127,141)
#858F9A
(133,143,154)
#969FA7
(150,159,167)
#A7AFB4
(167,175,180)
#B8BFC1
(184,191,193)
#C9CFCE
(201,207,206)
#DADFDB
(218,223,219)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414F66 color. Also use rgb(65,79,102) instead hex code.

Text Font Color

.myTextColor { color: #414F66; }

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

This text font color is #414F66.


Background Color

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

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

This div background color is #414F66.


Border color

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

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

This div border color is #414F66.


Opacity

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

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

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

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

This text has shadow with #414F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414F66 on black background.


Color preview on white background

This text has color #414F66 on white background.



Black color preview on #414F66 background

This text has black color on #414F66 background.


White color preview on #414F66 background

This text has white color on #414F66 background.