COLOR #414959

HEX: #414959
RGB: (65,73,89)

Color info

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

RGB color model

#414959 color RGB value is (65,73,89).

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

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 89 of 255 = 35%

65
73
89

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

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 89 = 227 (100%)
R 65 of 227 ~ 28.63%
G 73 of 227 ~ 32.16%
B 89 of 227 ~ 39.21%

%28.63
%32.16
%39.21

CMYK color model

#414959 color CMYK value is (27,18,0,65).

  • cyan value is 26.97%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(27,18,0,65)
C27M18Y0K65 
(27%,18%,0%,65%)
(0.27/0.18/0.00/0.65)	

CMYK percentages

%26.97
%17.98
%0
%65.1

Codes

Color #414959 in popluar color models

414959
RGB657389
HSL220°15.58%30.20%
HSB/HSV220°26.97%34.90%
CMYK26.97%17.98%0.00%
65.10%

Color #414959 in popluar number systems.

HEX414959
Decimal657389
Binary100000110010011011001
Octal101111131

Shades and tints

Shades of #414959

#414959
(65,73,89)
#3C4351
(60,67,81)
#373D49
(55,61,73)
#323741
(50,55,65)
#2D3139
(45,49,57)
#282B31
(40,43,49)
#232529
(35,37,41)
#1E1F21
(30,31,33)
#191919
(25,25,25)
#141311
(20,19,17)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #414959

#414959
(65,73,89)
#525968
(82,89,104)
#636977
(99,105,119)
#747986
(116,121,134)
#858995
(133,137,149)
#9699A4
(150,153,164)
#A7A9B3
(167,169,179)
#B8B9C2
(184,185,194)
#C9C9D1
(201,201,209)
#DAD9E0
(218,217,224)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414959; }

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

This text font color is #414959.


Background Color

.myBgColor { background-color: #414959; }

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

This div background color is #414959.


Border color

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

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

This div border color is #414959.


Opacity

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

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

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

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

This text has shadow with #414959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414959 on black background.


Color preview on white background

This text has color #414959 on white background.



Black color preview on #414959 background

This text has black color on #414959 background.


White color preview on #414959 background

This text has white color on #414959 background.