COLOR #404640

HEX: #404640
RGB: (64,70,64)

Color info

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

RGB color model

#404640 color RGB value is (64,70,64).

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

RGB channels and saturation

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

64
70
64

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

Portions of RGB colors in percentages

R + G + B =
64 + 70 + 64 = 198 (100%)
R 64 of 198 ~ 32.32%
G 70 of 198 ~ 35.35%
B 64 of 198 ~ 32.32%

%32.32
%35.35
%32.32

CMYK color model

#404640 color CMYK value is (9,0,9,73).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(9,0,9,73)
C9M0Y9K73 
(9%,0%,9%,73%)
(0.09/0.00/0.09/0.73)	

CMYK percentages

%8.57
%0
%8.57
%72.55

Codes

Color #404640 in popluar color models

404640
RGB647064
HSL120°4.48%26.27%
HSB/HSV120°8.57%27.45%
CMYK8.57%0.00%8.57%
72.55%

Color #404640 in popluar number systems.

HEX404640
Decimal647064
Binary100000010001101000000
Octal100106100

Shades and tints

Shades of #404640

#404640
(64,70,64)
#3B403B
(59,64,59)
#363A36
(54,58,54)
#313431
(49,52,49)
#2C2E2C
(44,46,44)
#272827
(39,40,39)
#222222
(34,34,34)
#1D1C1D
(29,28,29)
#181618
(24,22,24)
#131013
(19,16,19)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #404640

#404640
(64,70,64)
#515651
(81,86,81)
#626662
(98,102,98)
#737673
(115,118,115)
#848684
(132,134,132)
#959695
(149,150,149)
#A6A6A6
(166,166,166)
#B7B6B7
(183,182,183)
#C8C6C8
(200,198,200)
#D9D6D9
(217,214,217)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404640; }

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

This text font color is #404640.


Background Color

.myBgColor { background-color: #404640; }

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

This div background color is #404640.


Border color

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

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

This div border color is #404640.


Opacity

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

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

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

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

This text has shadow with #404640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404640 on black background.


Color preview on white background

This text has color #404640 on white background.



Black color preview on #404640 background

This text has black color on #404640 background.


White color preview on #404640 background

This text has white color on #404640 background.