COLOR #404143

HEX: #404143 RGB: (64,65,67)

Color info

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

RGB color model

#404143 color RGB value is (64,65,67).

RGB: (64,65,67) (25%, 25%, 26%)

RGB channels and saturation

R 64 of 255 = 25%
G 65 of 255 = 25%
B 67 of 255 = 26%

64
65
67

R + G + B ~ 25%. #404143 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 65 + 67 = 196 (100%)
R 64 of 196 ~ 32.65%
G 65 of 196 ~ 33.16%
B 67 of 196 ~ 34.18'%

%32.65
%33.16
%34.18

CMYK color model

#404143 color CMYK value is (4,3,0,74).

  • cyan value is 4.48%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (4,3,0,74)
C4M3Y0K74 (4%, 3%, 0%, 74%)
(0.04 / 0.03 / 0.00 / 0.74)

CMYK percentages

%4.48
%2.99
%0
%73.73

Codes

Color #404143 in popluar color models

40 41 43
RGB 64 65 67
HSL 220° 2.29% 25.69%
HSB/HSV 220° 4.48% 26.27%
CMYK 4.48% 2.99% 0.00%
73.73%

Color #404143 in popluar number systems.

HEX 40 41 43
Decimal 64 65 67
Binary 1000000 1000001 1000011
Octal 100 101 103

Shades and tints

Shades of #404143

#404143
(64,65,67)
#3B3C3D
(59,60,61)
#363737
(54,55,55)
#313231
(49,50,49)
#2C2D2B
(44,45,43)
#272825
(39,40,37)
#22231F
(34,35,31)
#1D1E19
(29,30,25)
#181913
(24,25,19)
#13140D
(19,20,13)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #404143

#404143
(64,65,67)
#515254
(81,82,84)
#626365
(98,99,101)
#737476
(115,116,118)
#848587
(132,133,135)
#959698
(149,150,152)
#A6A7A9
(166,167,169)
#B7B8BA
(183,184,186)
#C8C9CB
(200,201,203)
#D9DADC
(217,218,220)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404143; }

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

This text font color is #404143.

Background Color

.myBgColor { background-color: #404143; }

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

This div background color is #404143.

Border color

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

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

This div border color is #404143.

Opacity

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

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

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

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

This text has shadow with #404143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404143.

Preview

Color preview on black background

This text has color #404143 on black background.


Color preview on white background

This text has color #404143 on white background.


Black color preview on #404143 background

This text has black color on #404143 background.


White color preview on #404143 background

This text has white color on #404143 background.


Related colors

Complementary color

Complementary color for #hex is #BFBEBC.


I love getcolorcode.com

Triadic colors

1 #434041 and #414340 with #404143 are triadic colors.

2 #434140 and #414043 with #404143 are triadic colors.