COLOR #414F5D

HEX: #414F5D
RGB: (65,79,93)

Color info

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

RGB color model

#414F5D color RGB value is (65,79,93).

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

RGB channels and saturation

R 65 of 255 = 25%
G 79 of 255 = 31%
B 93 of 255 = 36%

65
79
93

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

Portions of RGB colors in percentages

R + G + B =
65 + 79 + 93 = 237 (100%)
R 65 of 237 ~ 27.43%
G 79 of 237 ~ 33.33%
B 93 of 237 ~ 39.24%

%27.43
%33.33
%39.24

CMYK color model

#414F5D color CMYK value is (30,15,0,64).

  • cyan value is 30.11%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(30,15,0,64)
C30M15Y0K64 
(30%,15%,0%,64%)
(0.30/0.15/0.00/0.64)	

CMYK percentages

%30.11
%15.05
%0
%63.53

Codes

Color #414F5D in popluar color models

414F5D
RGB657993
HSL210°17.72%30.98%
HSB/HSV210°30.11%36.47%
CMYK30.11%15.05%0.00%
63.53%

Color #414F5D in popluar number systems.

HEX414F5D
Decimal657993
Binary100000110011111011101
Octal101117135

Shades and tints

Shades of #414F5D

#414F5D
(65,79,93)
#3C4855
(60,72,85)
#37414D
(55,65,77)
#323A45
(50,58,69)
#2D333D
(45,51,61)
#282C35
(40,44,53)
#23252D
(35,37,45)
#1E1E25
(30,30,37)
#19171D
(25,23,29)
#141015
(20,16,21)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #414F5D

#414F5D
(65,79,93)
#525F6B
(82,95,107)
#636F79
(99,111,121)
#747F87
(116,127,135)
#858F95
(133,143,149)
#969FA3
(150,159,163)
#A7AFB1
(167,175,177)
#B8BFBF
(184,191,191)
#C9CFCD
(201,207,205)
#DADFDB
(218,223,219)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414F5D; }

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

This text font color is #414F5D.


Background Color

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

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

This div background color is #414F5D.


Border color

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

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

This div border color is #414F5D.


Opacity

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

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

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

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

This text has shadow with #414F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414F5D on black background.


Color preview on white background

This text has color #414F5D on white background.



Black color preview on #414F5D background

This text has black color on #414F5D background.


White color preview on #414F5D background

This text has white color on #414F5D background.