COLOR #414F6B

HEX: #414F6B RGB: (65,79,107)

Color info

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

RGB color model

#414F6B color RGB value is (65,79,107).

RGB: (65,79,107) (25%, 31%, 42%)

RGB channels and saturation

R 65 of 255 = 25%
G 79 of 255 = 31%
B 107 of 255 = 42%

65
79
107

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

Portions of RGB colors in percentages

R + G + B = 65 + 79 + 107 = 251 (100%)
R 65 of 251 ~ 25.9%
G 79 of 251 ~ 31.47%
B 107 of 251 ~ 42.63'%

%25.9
%31.47
%42.63

CMYK color model

#414F6B color CMYK value is (39,26,0,58).

  • cyan value is 39.25%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (39,26,0,58)
C39M26Y0K58 (39%, 26%, 0%, 58%)
(0.39 / 0.26 / 0.00 / 0.58)

CMYK percentages

%39.25
%26.17
%0
%58.04

Codes

Color #414F6B in popluar color models

41 4F 6B
RGB 65 79 107
HSL 220° 24.42% 33.73%
HSB/HSV 220° 39.25% 41.96%
CMYK 39.25% 26.17% 0.00%
58.04%

Color #414F6B in popluar number systems.

HEX 41 4F 6B
Decimal 65 79 107
Binary 1000001 1001111 1101011
Octal 101 117 153

Shades and tints

Shades of #414F6B

#414F6B
(65,79,107)
#3C4862
(60,72,98)
#374159
(55,65,89)
#323A50
(50,58,80)
#2D3347
(45,51,71)
#282C3E
(40,44,62)
#232535
(35,37,53)
#1E1E2C
(30,30,44)
#191723
(25,23,35)
#14101A
(20,16,26)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #414F6B

#414F6B
(65,79,107)
#525F78
(82,95,120)
#636F85
(99,111,133)
#747F92
(116,127,146)
#858F9F
(133,143,159)
#969FAC
(150,159,172)
#A7AFB9
(167,175,185)
#B8BFC6
(184,191,198)
#C9CFD3
(201,207,211)
#DADFE0
(218,223,224)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414F6B; }

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

This text font color is #414F6B.

Background Color

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

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

This div background color is #414F6B.

Border color

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

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

This div border color is #414F6B.

Opacity

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

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

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

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

This text has shadow with #414F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414F6B.

Preview

Color preview on black background

This text has color #414F6B on black background.


Color preview on white background

This text has color #414F6B on white background.


Black color preview on #414F6B background

This text has black color on #414F6B background.


White color preview on #414F6B background

This text has white color on #414F6B background.


Related colors

Complementary color

Complementary color for #hex is #BEB094.


I love getcolorcode.com

Triadic colors

1 #6B414F and #4F6B41 with #414F6B are triadic colors.

2 #6B4F41 and #4F416B with #414F6B are triadic colors.