COLOR #414850

HEX: #414850
RGB: (65,72,80)

Color info

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

RGB color model

#414850 color RGB value is (65,72,80).

  • red value is 65;
  • green value is 72;
  • blue value is 80.
RGB:
(65,72,80)
(25%,28%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 80 of 255 = 31%

65
72
80

R + G + B ~ 28%. #414850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 80 = 217 (100%)
R 65 of 217 ~ 29.95%
G 72 of 217 ~ 33.18%
B 80 of 217 ~ 36.87%

%29.95
%33.18
%36.87

CMYK color model

#414850 color CMYK value is (19,10,0,69).

  • cyan value is 18.75%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(19,10,0,69)
C19M10Y0K69 
(19%,10%,0%,69%)
(0.19/0.10/0.00/0.69)	

CMYK percentages

%18.75
%10
%0
%68.63

Codes

Color #414850 in popluar color models

414850
RGB657280
HSL212°10.34%28.43%
HSB/HSV212°18.75%31.37%
CMYK18.75%10.00%0.00%
68.63%

Color #414850 in popluar number systems.

HEX414850
Decimal657280
Binary100000110010001010000
Octal101110120

Shades and tints

Shades of #414850

#414850
(65,72,80)
#3C4249
(60,66,73)
#373C42
(55,60,66)
#32363B
(50,54,59)
#2D3034
(45,48,52)
#282A2D
(40,42,45)
#232426
(35,36,38)
#1E1E1F
(30,30,31)
#191818
(25,24,24)
#141211
(20,18,17)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #414850

#414850
(65,72,80)
#52585F
(82,88,95)
#63686E
(99,104,110)
#74787D
(116,120,125)
#85888C
(133,136,140)
#96989B
(150,152,155)
#A7A8AA
(167,168,170)
#B8B8B9
(184,184,185)
#C9C8C8
(201,200,200)
#DAD8D7
(218,216,215)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414850 color. Also use rgb(65,72,80) instead hex code.

Text Font Color

.myTextColor { color: #414850; }

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

This text font color is #414850.


Background Color

.myBgColor { background-color: #414850; }

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

This div background color is #414850.


Border color

.myBorderColor { border: 1px solid #414850; }

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

This div border color is #414850.


Opacity

.myOpacity80 { color: #414850; opacity: 0.8; }

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

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

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

This text has shadow with #414850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414850 on black background.


Color preview on white background

This text has color #414850 on white background.



Black color preview on #414850 background

This text has black color on #414850 background.


White color preview on #414850 background

This text has white color on #414850 background.