COLOR #403C42

HEX: #403C42 RGB: (64,60,66)

Color info

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

RGB color model

#403C42 color RGB value is (64,60,66).

RGB: (64,60,66) (25%, 24%, 26%)

RGB channels and saturation

R 64 of 255 = 25%
G 60 of 255 = 24%
B 66 of 255 = 26%

64
60
66

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

Portions of RGB colors in percentages

R + G + B = 64 + 60 + 66 = 190 (100%)
R 64 of 190 ~ 33.68%
G 60 of 190 ~ 31.58%
B 66 of 190 ~ 34.74'%

%33.68
%31.58
%34.74

CMYK color model

#403C42 color CMYK value is (3,9,0,74).

  • cyan value is 3.03%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (3,9,0,74)
C3M9Y0K74 (3%, 9%, 0%, 74%)
(0.03 / 0.09 / 0.00 / 0.74)

CMYK percentages

%3.03
%9.09
%0
%74.12

Codes

Color #403C42 in popluar color models

40 3C 42
RGB 64 60 66
HSL 280° 4.76% 24.71%
HSB/HSV 280° 9.09% 25.88%
CMYK 3.03% 9.09% 0.00%
74.12%

Color #403C42 in popluar number systems.

HEX 40 3C 42
Decimal 64 60 66
Binary 1000000 111100 1000010
Octal 100 74 102

Shades and tints

Shades of #403C42

#403C42
(64,60,66)
#3B373C
(59,55,60)
#363236
(54,50,54)
#312D30
(49,45,48)
#2C282A
(44,40,42)
#272324
(39,35,36)
#221E1E
(34,30,30)
#1D1918
(29,25,24)
#181412
(24,20,18)
#130F0C
(19,15,12)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #403C42

#403C42
(64,60,66)
#514D53
(81,77,83)
#625E64
(98,94,100)
#736F75
(115,111,117)
#848086
(132,128,134)
#959197
(149,145,151)
#A6A2A8
(166,162,168)
#B7B3B9
(183,179,185)
#C8C4CA
(200,196,202)
#D9D5DB
(217,213,219)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403C42 color. Also use rgb(64,60,66) instead hex code.

Text Font Color

.myTextColor { color: #403C42; }

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

This text font color is #403C42.

Background Color

.myBgColor { background-color: #403C42; }

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

This div background color is #403C42.

Border color

.myBorderColor { border: 1px solid #403C42; }

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

This div border color is #403C42.

Opacity

.myOpacity80 { color: #403C42; opacity: 0.8; }

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

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

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

This text has shadow with #403C42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403C42.

Preview

Color preview on black background

This text has color #403C42 on black background.


Color preview on white background

This text has color #403C42 on white background.


Black color preview on #403C42 background

This text has black color on #403C42 background.


White color preview on #403C42 background

This text has white color on #403C42 background.


Related colors

Complementary color

Complementary color for #hex is #BFC3BD.


I love getcolorcode.com

Triadic colors

1 #42403C and #3C4240 with #403C42 are triadic colors.

2 #423C40 and #3C4042 with #403C42 are triadic colors.