COLOR #414B67

HEX: #414B67
RGB: (65,75,103)

Color info

#414B67 contains red, green and blue colors in about the same proportion. Web safe color of #414B67 is #333366 (or #336).

RGB color model

#414B67 color RGB value is (65,75,103).

  • red value is 65;
  • green value is 75;
  • blue value is 103.
RGB: (65,75,103) (25%,29%,40%)

RGB channels and saturation

R 65 of 255 = 25%
G 75 of 255 = 29%
B 103 of 255 = 40%

65
75
103

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

Portions of RGB colors in percentages

R + G + B =
65 + 75 + 103 = 243 (100%)
R 65 of 243 ~ 26.75%
G 75 of 243 ~ 30.86%
B 103 of 243 ~ 42.39%

%26.75
%30.86
%42.39

CMYK color model

#414B67 color CMYK value is (37,27,0,60).

  • cyan value is 36.89%
  • magenta value is 27.18%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK: (37,27,0,60) C37M27Y0K60 (37%,27%,0%,60%) (0.37/0.27/0.00/0.60)

CMYK percentages

%36.89
%27.18
%0
%59.61

Codes

Color #414B67 in popluar color models

414B67
RGB6575103
HSL224°22.62%32.94%
HSB/HSV224°36.89%40.39%
CMYK36.89%27.18%0.00%
59.61%

Color #414B67 in popluar number systems.

HEX414B67
Decimal6575103
Binary100000110010111100111
Octal101113147

Shades and tints

Shades of #414B67

#414B67
(65,75,103)
#3C455E
(60,69,94)
#373F55
(55,63,85)
#32394C
(50,57,76)
#2D3343
(45,51,67)
#282D3A
(40,45,58)
#232731
(35,39,49)
#1E2128
(30,33,40)
#191B1F
(25,27,31)
#141516
(20,21,22)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #414B67

#414B67
(65,75,103)
#525B74
(82,91,116)
#636B81
(99,107,129)
#747B8E
(116,123,142)
#858B9B
(133,139,155)
#969BA8
(150,155,168)
#A7ABB5
(167,171,181)
#B8BBC2
(184,187,194)
#C9CBCF
(201,203,207)
#DADBDC
(218,219,220)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414B67 color. Also use rgb(65,75,103) instead hex code.

Text Font Color

.myTextColor { color: #414B67; }

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

This text font color is #414B67.


Background Color

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

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

This div background color is #414B67.


Border color

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

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

This div border color is #414B67.


Opacity

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

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

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

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

This text has shadow with #414B67 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #414B67 on black background.


Color preview on white background

This text has color #414B67 on white background.



Black color preview on #414B67 background

This text has black color on #414B67 background.


White color preview on #414B67 background

This text has white color on #414B67 background.