COLOR #404941

HEX: #404941
RGB: (64,73,65)

Color info

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

RGB color model

#404941 color RGB value is (64,73,65).

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

RGB channels and saturation

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

64
73
65

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

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 65 = 202 (100%)
R 64 of 202 ~ 31.68%
G 73 of 202 ~ 36.14%
B 65 of 202 ~ 32.18%

%31.68
%36.14
%32.18

CMYK color model

#404941 color CMYK value is (12,0,11,71).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 71.37%
CMYK:
(12,0,11,71)
C12M0Y11K71 
(12%,0%,11%,71%)
(0.12/0.00/0.11/0.71)	

CMYK percentages

%12.33
%0
%10.96
%71.37

Codes

Color #404941 in popluar color models

404941
RGB647365
HSL127°6.57%26.86%
HSB/HSV127°12.33%28.63%
CMYK12.33%0.00%10.96%
71.37%

Color #404941 in popluar number systems.

HEX404941
Decimal647365
Binary100000010010011000001
Octal100111101

Shades and tints

Shades of #404941

#404941
(64,73,65)
#3B433C
(59,67,60)
#363D37
(54,61,55)
#313732
(49,55,50)
#2C312D
(44,49,45)
#272B28
(39,43,40)
#222523
(34,37,35)
#1D1F1E
(29,31,30)
#181919
(24,25,25)
#131314
(19,19,20)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #404941

#404941
(64,73,65)
#515952
(81,89,82)
#626963
(98,105,99)
#737974
(115,121,116)
#848985
(132,137,133)
#959996
(149,153,150)
#A6A9A7
(166,169,167)
#B7B9B8
(183,185,184)
#C8C9C9
(200,201,201)
#D9D9DA
(217,217,218)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404941; }

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

This text font color is #404941.


Background Color

.myBgColor { background-color: #404941; }

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

This div background color is #404941.


Border color

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

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

This div border color is #404941.


Opacity

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

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

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

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

This text has shadow with #404941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404941 on black background.


Color preview on white background

This text has color #404941 on white background.



Black color preview on #404941 background

This text has black color on #404941 background.


White color preview on #404941 background

This text has white color on #404941 background.