COLOR #414646

HEX: #414646
RGB: (65,70,70)

Color info

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

RGB color model

#414646 color RGB value is (65,70,70).

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

RGB channels and saturation

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

65
70
70

R + G + B ~ 26%. #414646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 70 + 70 = 205 (100%)
R 65 of 205 ~ 31.71%
G 70 of 205 ~ 34.15%
B 70 of 205 ~ 34.15%

%31.71
%34.15
%34.15

CMYK color model

#414646 color CMYK value is (7,0,0,73).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(7,0,0,73)
C7M0Y0K73 
(7%,0%,0%,73%)
(0.07/0.00/0.00/0.73)	

CMYK percentages

%7.14
%0
%0
%72.55

Codes

Color #414646 in popluar color models

414646
RGB657070
HSL180°3.70%26.47%
HSB/HSV180°7.14%27.45%
CMYK7.14%0.00%0.00%
72.55%

Color #414646 in popluar number systems.

HEX414646
Decimal657070
Binary100000110001101000110
Octal101106106

Shades and tints

Shades of #414646

#414646
(65,70,70)
#3C4040
(60,64,64)
#373A3A
(55,58,58)
#323434
(50,52,52)
#2D2E2E
(45,46,46)
#282828
(40,40,40)
#232222
(35,34,34)
#1E1C1C
(30,28,28)
#191616
(25,22,22)
#141010
(20,16,16)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #414646

#414646
(65,70,70)
#525656
(82,86,86)
#636666
(99,102,102)
#747676
(116,118,118)
#858686
(133,134,134)
#969696
(150,150,150)
#A7A6A6
(167,166,166)
#B8B6B6
(184,182,182)
#C9C6C6
(201,198,198)
#DAD6D6
(218,214,214)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414646; }

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

This text font color is #414646.


Background Color

.myBgColor { background-color: #414646; }

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

This div background color is #414646.


Border color

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

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

This div border color is #414646.


Opacity

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

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

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

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

This text has shadow with #414646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414646 on black background.


Color preview on white background

This text has color #414646 on white background.



Black color preview on #414646 background

This text has black color on #414646 background.


White color preview on #414646 background

This text has white color on #414646 background.