COLOR #403E3F

HEX: #403E3F
RGB: (64,62,63)

Color info

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

RGB color model

#403E3F color RGB value is (64,62,63).

  • red value is 64;
  • green value is 62;
  • blue value is 63.
RGB:
(64,62,63)
(25%,24%,25%)

RGB channels and saturation

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

64
62
63

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

Portions of RGB colors in percentages

R + G + B =
64 + 62 + 63 = 189 (100%)
R 64 of 189 ~ 33.86%
G 62 of 189 ~ 32.8%
B 63 of 189 ~ 33.33%

%33.86
%32.8
%33.33

CMYK color model

#403E3F color CMYK value is (0,3,2,75).

  • cyan value is 0.00%
  • magenta value is 3.12%
  • yellow value is 1.56%
  • key color value is 74.90%
CMYK:
(0,3,2,75)
C0M3Y2K75 
(0%,3%,2%,75%)
(0.00/0.03/0.02/0.75)	

CMYK percentages

%0
%3.12
%1.56
%74.9

Codes

Color #403E3F in popluar color models

403E3F
RGB646263
HSL330°1.59%24.71%
HSB/HSV330°3.13%25.10%
CMYK0.00%3.12%1.56%
74.90%

Color #403E3F in popluar number systems.

HEX403E3F
Decimal646263
Binary1000000111110111111
Octal1007677

Shades and tints

Shades of #403E3F

#403E3F
(64,62,63)
#3B393A
(59,57,58)
#363435
(54,52,53)
#312F30
(49,47,48)
#2C2A2B
(44,42,43)
#272526
(39,37,38)
#222021
(34,32,33)
#1D1B1C
(29,27,28)
#181617
(24,22,23)
#131112
(19,17,18)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #403E3F

#403E3F
(64,62,63)
#514F50
(81,79,80)
#626061
(98,96,97)
#737172
(115,113,114)
#848283
(132,130,131)
#959394
(149,147,148)
#A6A4A5
(166,164,165)
#B7B5B6
(183,181,182)
#C8C6C7
(200,198,199)
#D9D7D8
(217,215,216)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403E3F; }

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

This text font color is #403E3F.


Background Color

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

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

This div background color is #403E3F.


Border color

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

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

This div border color is #403E3F.


Opacity

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

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

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

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

This text has shadow with #403E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403E3F on black background.


Color preview on white background

This text has color #403E3F on white background.



Black color preview on #403E3F background

This text has black color on #403E3F background.


White color preview on #403E3F background

This text has white color on #403E3F background.