COLOR #403D3F

HEX: #403D3F RGB: (64,61,63)

Color info

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

RGB color model

#403D3F color RGB value is (64,61,63).

RGB: (64,61,63) (25%, 24%, 25%)

RGB channels and saturation

R 64 of 255 = 25%
G 61 of 255 = 24%
B 63 of 255 = 25%

64
61
63

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

Portions of RGB colors in percentages

R + G + B = 64 + 61 + 63 = 188 (100%)
R 64 of 188 ~ 34.04%
G 61 of 188 ~ 32.45%
B 63 of 188 ~ 33.51'%

%34.04
%32.45
%33.51

CMYK color model

#403D3F color CMYK value is (0,5,2,75).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 1.56%
  • key color value is 74.90%
CMYK: (0,5,2,75) C0M5Y2K75 (0%,5%,2%,75%) (0.00/0.05/0.02/0.75) 

CMYK percentages

%0
%4.69
%1.56
%74.9

Codes

Color #403D3F in popluar color models

40 3D 3F
RGB 64 61 63
HSL 320° 2.40% 24.51%
HSB/HSV 320° 4.69% 25.10%
CMYK 0.00% 4.69% 1.56%
74.90%

Color #403D3F in popluar number systems.

HEX 40 3D 3F
Decimal 64 61 63
Binary 1000000 111101 111111
Octal 100 75 77

Shades and tints

Shades of #403D3F

#403D3F
(64,61,63)
#3B383A
(59,56,58)
#363335
(54,51,53)
#312E30
(49,46,48)
#2C292B
(44,41,43)
#272426
(39,36,38)
#221F21
(34,31,33)
#1D1A1C
(29,26,28)
#181517
(24,21,23)
#131012
(19,16,18)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #403D3F

#403D3F
(64,61,63)
#514E50
(81,78,80)
#625F61
(98,95,97)
#737072
(115,112,114)
#848183
(132,129,131)
#959294
(149,146,148)
#A6A3A5
(166,163,165)
#B7B4B6
(183,180,182)
#C8C5C7
(200,197,199)
#D9D6D8
(217,214,216)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403D3F; }

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

This text font color is #403D3F.

Background Color

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

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

This div background color is #403D3F.

Border color

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

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

This div border color is #403D3F.

Opacity

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

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

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

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

This text has shadow with #403D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403D3F.

Preview

Color preview on black background

This text has color #403D3F on black background.


Color preview on white background

This text has color #403D3F on white background.


Black color preview on #403D3F background

This text has black color on #403D3F background.


White color preview on #403D3F background

This text has white color on #403D3F background.


Related colors

Complementary color

Complementary color for #hex is #BFC2C0.


I love getcolorcode.com

Triadic colors

1 #3F403D and #3D3F40 with #403D3F are triadic colors.

2 #3F3D40 and #3D403F with #403D3F are triadic colors.