COLOR #414950

HEX: #414950
RGB: (65,73,80)

Color info

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

RGB color model

#414950 color RGB value is (65,73,80).

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

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 80 of 255 = 31%

65
73
80

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

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 80 = 218 (100%)
R 65 of 218 ~ 29.82%
G 73 of 218 ~ 33.49%
B 80 of 218 ~ 36.7%

%29.82
%33.49
%36.7

CMYK color model

#414950 color CMYK value is (19,9,0,69).

  • cyan value is 18.75%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(19,9,0,69)
C19M9Y0K69 
(19%,9%,0%,69%)
(0.19/0.09/0.00/0.69)	

CMYK percentages

%18.75
%8.75
%0
%68.63

Codes

Color #414950 in popluar color models

414950
RGB657380
HSL208°10.34%28.43%
HSB/HSV208°18.75%31.37%
CMYK18.75%8.75%0.00%
68.63%

Color #414950 in popluar number systems.

HEX414950
Decimal657380
Binary100000110010011010000
Octal101111120

Shades and tints

Shades of #414950

#414950
(65,73,80)
#3C4349
(60,67,73)
#373D42
(55,61,66)
#32373B
(50,55,59)
#2D3134
(45,49,52)
#282B2D
(40,43,45)
#232526
(35,37,38)
#1E1F1F
(30,31,31)
#191918
(25,25,24)
#141311
(20,19,17)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #414950

#414950
(65,73,80)
#52595F
(82,89,95)
#63696E
(99,105,110)
#74797D
(116,121,125)
#85898C
(133,137,140)
#96999B
(150,153,155)
#A7A9AA
(167,169,170)
#B8B9B9
(184,185,185)
#C9C9C8
(201,201,200)
#DAD9D7
(218,217,215)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414950; }

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

This text font color is #414950.


Background Color

.myBgColor { background-color: #414950; }

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

This div background color is #414950.


Border color

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

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

This div border color is #414950.


Opacity

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

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

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

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

This text has shadow with #414950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414950 on black background.


Color preview on white background

This text has color #414950 on white background.



Black color preview on #414950 background

This text has black color on #414950 background.


White color preview on #414950 background

This text has white color on #414950 background.