COLOR #414641

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

65
70
65

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

Portions of RGB colors in percentages

R + G + B =
65 + 70 + 65 = 200 (100%)
R 65 of 200 ~ 32.5%
G 70 of 200 ~ 35%
B 65 of 200 ~ 32.5%

%32.5
%35
%32.5

CMYK color model

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

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

CMYK percentages

%7.14
%0
%7.14
%72.55

Codes

Color #414641 in popluar color models

414641
RGB657065
HSL120°3.70%26.47%
HSB/HSV120°7.14%27.45%
CMYK7.14%0.00%7.14%
72.55%

Color #414641 in popluar number systems.

HEX414641
Decimal657065
Binary100000110001101000001
Octal101106101

Shades and tints

Shades of #414641

#414641
(65,70,65)
#3C403C
(60,64,60)
#373A37
(55,58,55)
#323432
(50,52,50)
#2D2E2D
(45,46,45)
#282828
(40,40,40)
#232223
(35,34,35)
#1E1C1E
(30,28,30)
#191619
(25,22,25)
#141014
(20,16,20)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #414641

#414641
(65,70,65)
#525652
(82,86,82)
#636663
(99,102,99)
#747674
(116,118,116)
#858685
(133,134,133)
#969696
(150,150,150)
#A7A6A7
(167,166,167)
#B8B6B8
(184,182,184)
#C9C6C9
(201,198,201)
#DAD6DA
(218,214,218)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414641; }

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

This text font color is #414641.


Background Color

.myBgColor { background-color: #414641; }

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

This div background color is #414641.


Border color

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

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

This div border color is #414641.


Opacity

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

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

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

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

This text has shadow with #414641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414641 on black background.


Color preview on white background

This text has color #414641 on white background.



Black color preview on #414641 background

This text has black color on #414641 background.


White color preview on #414641 background

This text has white color on #414641 background.