COLOR #404D41

HEX: #404D41
RGB: (64,77,65)

Color info

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

RGB color model

#404D41 color RGB value is (64,77,65).

  • red value is 64;
  • green value is 77;
  • blue value is 65.
RGB:
(64,77,65)
(25%,30%,25%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 65 of 255 = 25%

64
77
65

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

Portions of RGB colors in percentages

R + G + B =
64 + 77 + 65 = 206 (100%)
R 64 of 206 ~ 31.07%
G 77 of 206 ~ 37.38%
B 65 of 206 ~ 31.55%

%31.07
%37.38
%31.55

CMYK color model

#404D41 color CMYK value is (17,0,16,70).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 15.58%
  • key color value is 69.80%
CMYK:
(17,0,16,70)
C17M0Y16K70 
(17%,0%,16%,70%)
(0.17/0.00/0.16/0.70)	

CMYK percentages

%16.88
%0
%15.58
%69.8

Codes

Color #404D41 in popluar color models

404D41
RGB647765
HSL125°9.22%27.65%
HSB/HSV125°16.88%30.20%
CMYK16.88%0.00%15.58%
69.80%

Color #404D41 in popluar number systems.

HEX404D41
Decimal647765
Binary100000010011011000001
Octal100115101

Shades and tints

Shades of #404D41

#404D41
(64,77,65)
#3B463C
(59,70,60)
#363F37
(54,63,55)
#313832
(49,56,50)
#2C312D
(44,49,45)
#272A28
(39,42,40)
#222323
(34,35,35)
#1D1C1E
(29,28,30)
#181519
(24,21,25)
#130E14
(19,14,20)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #404D41

#404D41
(64,77,65)
#515D52
(81,93,82)
#626D63
(98,109,99)
#737D74
(115,125,116)
#848D85
(132,141,133)
#959D96
(149,157,150)
#A6ADA7
(166,173,167)
#B7BDB8
(183,189,184)
#C8CDC9
(200,205,201)
#D9DDDA
(217,221,218)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404D41 color. Also use rgb(64,77,65) instead hex code.

Text Font Color

.myTextColor { color: #404D41; }

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

This text font color is #404D41.


Background Color

.myBgColor { background-color: #404D41; }

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

This div background color is #404D41.


Border color

.myBorderColor { border: 1px solid #404D41; }

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

This div border color is #404D41.


Opacity

.myOpacity80 { color: #404D41; opacity: 0.8; }

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

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

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

This text has shadow with #404D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404D41 on black background.


Color preview on white background

This text has color #404D41 on white background.



Black color preview on #404D41 background

This text has black color on #404D41 background.


White color preview on #404D41 background

This text has white color on #404D41 background.