COLOR #414F5A

HEX: #414F5A
RGB: (65,79,90)

Color info

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

RGB color model

#414F5A color RGB value is (65,79,90).

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

RGB channels and saturation

R 65 of 255 = 25%
G 79 of 255 = 31%
B 90 of 255 = 35%

65
79
90

R + G + B ~ 30%. #414F5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 79 + 90 = 234 (100%)
R 65 of 234 ~ 27.78%
G 79 of 234 ~ 33.76%
B 90 of 234 ~ 38.46%

%27.78
%33.76
%38.46

CMYK color model

#414F5A color CMYK value is (28,12,0,65).

  • cyan value is 27.78%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (28,12,0,65) C28M12Y0K65 (28%,12%,0%,65%) (0.28/0.12/0.00/0.65)

CMYK percentages

%27.78
%12.22
%0
%64.71

Codes

Color #414F5A in popluar color models

414F5A
RGB657990
HSL206°16.13%30.39%
HSB/HSV206°27.78%35.29%
CMYK27.78%12.22%0.00%
64.71%

Color #414F5A in popluar number systems.

HEX414F5A
Decimal657990
Binary100000110011111011010
Octal101117132

Shades and tints

Shades of #414F5A

#414F5A
(65,79,90)
#3C4852
(60,72,82)
#37414A
(55,65,74)
#323A42
(50,58,66)
#2D333A
(45,51,58)
#282C32
(40,44,50)
#23252A
(35,37,42)
#1E1E22
(30,30,34)
#19171A
(25,23,26)
#141012
(20,16,18)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #414F5A

#414F5A
(65,79,90)
#525F69
(82,95,105)
#636F78
(99,111,120)
#747F87
(116,127,135)
#858F96
(133,143,150)
#969FA5
(150,159,165)
#A7AFB4
(167,175,180)
#B8BFC3
(184,191,195)
#C9CFD2
(201,207,210)
#DADFE1
(218,223,225)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414F5A; }

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

This text font color is #414F5A.


Background Color

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

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

This div background color is #414F5A.


Border color

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

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

This div border color is #414F5A.


Opacity

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

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

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

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

This text has shadow with #414F5A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #414F5A on black background.


Color preview on white background

This text has color #414F5A on white background.



Black color preview on #414F5A background

This text has black color on #414F5A background.


White color preview on #414F5A background

This text has white color on #414F5A background.