COLOR #403F49

HEX: #403F49
RGB: (64,63,73)

Color info

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

RGB color model

#403F49 color RGB value is (64,63,73).

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

RGB channels and saturation

R 64 of 255 = 25%
G 63 of 255 = 25%
B 73 of 255 = 29%

64
63
73

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

Portions of RGB colors in percentages

R + G + B =
64 + 63 + 73 = 200 (100%)
R 64 of 200 ~ 32%
G 63 of 200 ~ 31.5%
B 73 of 200 ~ 36.5%

%32
%31.5
%36.5

CMYK color model

#403F49 color CMYK value is (12,14,0,71).

  • cyan value is 12.33%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(12,14,0,71)
C12M14Y0K71 
(12%,14%,0%,71%)
(0.12/0.14/0.00/0.71)	

CMYK percentages

%12.33
%13.7
%0
%71.37

Codes

Color #403F49 in popluar color models

403F49
RGB646373
HSL246°7.35%26.67%
HSB/HSV246°13.70%28.63%
CMYK12.33%13.70%0.00%
71.37%

Color #403F49 in popluar number systems.

HEX403F49
Decimal646373
Binary10000001111111001001
Octal10077111

Shades and tints

Shades of #403F49

#403F49
(64,63,73)
#3B3A43
(59,58,67)
#36353D
(54,53,61)
#313037
(49,48,55)
#2C2B31
(44,43,49)
#27262B
(39,38,43)
#222125
(34,33,37)
#1D1C1F
(29,28,31)
#181719
(24,23,25)
#131213
(19,18,19)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #403F49

#403F49
(64,63,73)
#515059
(81,80,89)
#626169
(98,97,105)
#737279
(115,114,121)
#848389
(132,131,137)
#959499
(149,148,153)
#A6A5A9
(166,165,169)
#B7B6B9
(183,182,185)
#C8C7C9
(200,199,201)
#D9D8D9
(217,216,217)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403F49; }

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

This text font color is #403F49.


Background Color

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

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

This div background color is #403F49.


Border color

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

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

This div border color is #403F49.


Opacity

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

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

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

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

This text has shadow with #403F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403F49 on black background.


Color preview on white background

This text has color #403F49 on white background.



Black color preview on #403F49 background

This text has black color on #403F49 background.


White color preview on #403F49 background

This text has white color on #403F49 background.