COLOR #404B41

HEX: #404B41
RGB: (64,75,65)

Color info

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

RGB color model

#404B41 color RGB value is (64,75,65).

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

RGB channels and saturation

R 64 of 255 = 25%
G 75 of 255 = 29%
B 65 of 255 = 25%

64
75
65

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

Portions of RGB colors in percentages

R + G + B =
64 + 75 + 65 = 204 (100%)
R 64 of 204 ~ 31.37%
G 75 of 204 ~ 36.76%
B 65 of 204 ~ 31.86%

%31.37
%36.76
%31.86

CMYK color model

#404B41 color CMYK value is (15,0,13,71).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 70.59%
CMYK:
(15,0,13,71)
C15M0Y13K71 
(15%,0%,13%,71%)
(0.15/0.00/0.13/0.71)	

CMYK percentages

%14.67
%0
%13.33
%70.59

Codes

Color #404B41 in popluar color models

404B41
RGB647565
HSL125°7.91%27.25%
HSB/HSV125°14.67%29.41%
CMYK14.67%0.00%13.33%
70.59%

Color #404B41 in popluar number systems.

HEX404B41
Decimal647565
Binary100000010010111000001
Octal100113101

Shades and tints

Shades of #404B41

#404B41
(64,75,65)
#3B453C
(59,69,60)
#363F37
(54,63,55)
#313932
(49,57,50)
#2C332D
(44,51,45)
#272D28
(39,45,40)
#222723
(34,39,35)
#1D211E
(29,33,30)
#181B19
(24,27,25)
#131514
(19,21,20)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #404B41

#404B41
(64,75,65)
#515B52
(81,91,82)
#626B63
(98,107,99)
#737B74
(115,123,116)
#848B85
(132,139,133)
#959B96
(149,155,150)
#A6ABA7
(166,171,167)
#B7BBB8
(183,187,184)
#C8CBC9
(200,203,201)
#D9DBDA
(217,219,218)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404B41; }

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

This text font color is #404B41.


Background Color

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

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

This div background color is #404B41.


Border color

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

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

This div border color is #404B41.


Opacity

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

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

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

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

This text has shadow with #404B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404B41 on black background.


Color preview on white background

This text has color #404B41 on white background.



Black color preview on #404B41 background

This text has black color on #404B41 background.


White color preview on #404B41 background

This text has white color on #404B41 background.