COLOR #414F6F

HEX: #414F6F RGB: (65,79,111)

Color info

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

RGB color model

#414F6F color RGB value is (65,79,111).

RGB: (65,79,111) (25%, 31%, 44%)

RGB channels and saturation

R 65 of 255 = 25%
G 79 of 255 = 31%
B 111 of 255 = 44%

65
79
111

R + G + B ~ 33%. #414F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 79 + 111 = 255 (100%)
R 65 of 255 ~ 25.49%
G 79 of 255 ~ 30.98%
B 111 of 255 ~ 43.53'%

%25.49
%30.98
%43.53

CMYK color model

#414F6F color CMYK value is (41,29,0,56).

  • cyan value is 41.44%
  • magenta value is 28.83%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (41,29,0,56) C41M29Y0K56 (41%,29%,0%,56%) (0.41/0.29/0.00/0.56) 

CMYK percentages

%41.44
%28.83
%0
%56.47

Codes

Color #414F6F in popluar color models

41 4F 6F
RGB 65 79 111
HSL 222° 26.14% 34.51%
HSB/HSV 222° 41.44% 43.53%
CMYK 41.44% 28.83% 0.00%
56.47%

Color #414F6F in popluar number systems.

HEX 41 4F 6F
Decimal 65 79 111
Binary 1000001 1001111 1101111
Octal 101 117 157

Shades and tints

Shades of #414F6F

#414F6F
(65,79,111)
#3C4865
(60,72,101)
#37415B
(55,65,91)
#323A51
(50,58,81)
#2D3347
(45,51,71)
#282C3D
(40,44,61)
#232533
(35,37,51)
#1E1E29
(30,30,41)
#19171F
(25,23,31)
#141015
(20,16,21)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #414F6F

#414F6F
(65,79,111)
#525F7C
(82,95,124)
#636F89
(99,111,137)
#747F96
(116,127,150)
#858FA3
(133,143,163)
#969FB0
(150,159,176)
#A7AFBD
(167,175,189)
#B8BFCA
(184,191,202)
#C9CFD7
(201,207,215)
#DADFE4
(218,223,228)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414F6F; }

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

This text font color is #414F6F.

Background Color

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

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

This div background color is #414F6F.

Border color

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

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

This div border color is #414F6F.

Opacity

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

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

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

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

This text has shadow with #414F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414F6F.

Preview

Color preview on black background

This text has color #414F6F on black background.


Color preview on white background

This text has color #414F6F on white background.


Black color preview on #414F6F background

This text has black color on #414F6F background.


White color preview on #414F6F background

This text has white color on #414F6F background.


Related colors

Complementary color

Complementary color for #hex is #BEB090.


I love getcolorcode.com

Triadic colors

1 #6F414F and #4F6F41 with #414F6F are triadic colors.

2 #6F4F41 and #4F416F with #414F6F are triadic colors.