COLOR #414649

HEX: #414649
RGB: (65,70,73)

Color info

#414649 contains red, green and blue colors in about the same proportion. Web safe color of #414649 is #333333 (or #333).

RGB color model

#414649 color RGB value is (65,70,73).

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

RGB channels and saturation

R 65 of 255 = 25%
G 70 of 255 = 27%
B 73 of 255 = 29%

65
70
73

R + G + B ~ 27%. #414649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 70 + 73 = 208 (100%)
R 65 of 208 ~ 31.25%
G 70 of 208 ~ 33.65%
B 73 of 208 ~ 35.1%

%31.25
%33.65
%35.1

CMYK color model

#414649 color CMYK value is (11,4,0,71).

  • cyan value is 10.96%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(11,4,0,71)
C11M4Y0K71 
(11%,4%,0%,71%)
(0.11/0.04/0.00/0.71)	

CMYK percentages

%10.96
%4.11
%0
%71.37

Codes

Color #414649 in popluar color models

414649
RGB657073
HSL203°5.80%27.06%
HSB/HSV203°10.96%28.63%
CMYK10.96%4.11%0.00%
71.37%

Color #414649 in popluar number systems.

HEX414649
Decimal657073
Binary100000110001101001001
Octal101106111

Shades and tints

Shades of #414649

#414649
(65,70,73)
#3C4043
(60,64,67)
#373A3D
(55,58,61)
#323437
(50,52,55)
#2D2E31
(45,46,49)
#28282B
(40,40,43)
#232225
(35,34,37)
#1E1C1F
(30,28,31)
#191619
(25,22,25)
#141013
(20,16,19)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #414649

#414649
(65,70,73)
#525659
(82,86,89)
#636669
(99,102,105)
#747679
(116,118,121)
#858689
(133,134,137)
#969699
(150,150,153)
#A7A6A9
(167,166,169)
#B8B6B9
(184,182,185)
#C9C6C9
(201,198,201)
#DAD6D9
(218,214,217)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414649; }

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

This text font color is #414649.


Background Color

.myBgColor { background-color: #414649; }

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

This div background color is #414649.


Border color

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

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

This div border color is #414649.


Opacity

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

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

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

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

This text has shadow with #414649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414649 on black background.


Color preview on white background

This text has color #414649 on white background.



Black color preview on #414649 background

This text has black color on #414649 background.


White color preview on #414649 background

This text has white color on #414649 background.