COLOR #403D48

HEX: #403D48 RGB: (64,61,72)

Color info

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

RGB color model

#403D48 color RGB value is (64,61,72).

RGB: (64,61,72) (25%, 24%, 28%)

RGB channels and saturation

R 64 of 255 = 25%
G 61 of 255 = 24%
B 72 of 255 = 28%

64
61
72

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

Portions of RGB colors in percentages

R + G + B = 64 + 61 + 72 = 197 (100%)
R 64 of 197 ~ 32.49%
G 61 of 197 ~ 30.96%
B 72 of 197 ~ 36.55'%

%32.49
%30.96
%36.55

CMYK color model

#403D48 color CMYK value is (11,15,0,72).

  • cyan value is 11.11%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (11,15,0,72)
C11M15Y0K72 (11%, 15%, 0%, 72%)
(0.11 / 0.15 / 0.00 / 0.72)

CMYK percentages

%11.11
%15.28
%0
%71.76

Codes

Color #403D48 in popluar color models

40 3D 48
RGB 64 61 72
HSL 256° 8.27% 26.08%
HSB/HSV 256° 15.28% 28.24%
CMYK 11.11% 15.28% 0.00%
71.76%

Color #403D48 in popluar number systems.

HEX 40 3D 48
Decimal 64 61 72
Binary 1000000 111101 1001000
Octal 100 75 110

Shades and tints

Shades of #403D48

#403D48
(64,61,72)
#3B3842
(59,56,66)
#36333C
(54,51,60)
#312E36
(49,46,54)
#2C2930
(44,41,48)
#27242A
(39,36,42)
#221F24
(34,31,36)
#1D1A1E
(29,26,30)
#181518
(24,21,24)
#131012
(19,16,18)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #403D48

#403D48
(64,61,72)
#514E58
(81,78,88)
#625F68
(98,95,104)
#737078
(115,112,120)
#848188
(132,129,136)
#959298
(149,146,152)
#A6A3A8
(166,163,168)
#B7B4B8
(183,180,184)
#C8C5C8
(200,197,200)
#D9D6D8
(217,214,216)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403D48 color. Also use rgb(64,61,72) instead hex code.

Text Font Color

.myTextColor { color: #403D48; }

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

This text font color is #403D48.

Background Color

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

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

This div background color is #403D48.

Border color

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

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

This div border color is #403D48.

Opacity

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

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

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

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

This text has shadow with #403D48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403D48.

Preview

Color preview on black background

This text has color #403D48 on black background.


Color preview on white background

This text has color #403D48 on white background.


Black color preview on #403D48 background

This text has black color on #403D48 background.


White color preview on #403D48 background

This text has white color on #403D48 background.


Related colors

Complementary color

Complementary color for #hex is #BFC2B7.


I love getcolorcode.com

Triadic colors

1 #48403D and #3D4840 with #403D48 are triadic colors.

2 #483D40 and #3D4048 with #403D48 are triadic colors.