COLOR #403E4B

HEX: #403E4B
RGB: (64,62,75)

Color info

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

RGB color model

#403E4B color RGB value is (64,62,75).

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

RGB channels and saturation

R 64 of 255 = 25%
G 62 of 255 = 24%
B 75 of 255 = 29%

64
62
75

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

Portions of RGB colors in percentages

R + G + B =
64 + 62 + 75 = 201 (100%)
R 64 of 201 ~ 31.84%
G 62 of 201 ~ 30.85%
B 75 of 201 ~ 37.31%

%31.84
%30.85
%37.31

CMYK color model

#403E4B color CMYK value is (15,17,0,71).

  • cyan value is 14.67%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,17,0,71)
C15M17Y0K71 
(15%,17%,0%,71%)
(0.15/0.17/0.00/0.71)	

CMYK percentages

%14.67
%17.33
%0
%70.59

Codes

Color #403E4B in popluar color models

403E4B
RGB646275
HSL249°9.49%26.86%
HSB/HSV249°17.33%29.41%
CMYK14.67%17.33%0.00%
70.59%

Color #403E4B in popluar number systems.

HEX403E4B
Decimal646275
Binary10000001111101001011
Octal10076113

Shades and tints

Shades of #403E4B

#403E4B
(64,62,75)
#3B3945
(59,57,69)
#36343F
(54,52,63)
#312F39
(49,47,57)
#2C2A33
(44,42,51)
#27252D
(39,37,45)
#222027
(34,32,39)
#1D1B21
(29,27,33)
#18161B
(24,22,27)
#131115
(19,17,21)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #403E4B

#403E4B
(64,62,75)
#514F5B
(81,79,91)
#62606B
(98,96,107)
#73717B
(115,113,123)
#84828B
(132,130,139)
#95939B
(149,147,155)
#A6A4AB
(166,164,171)
#B7B5BB
(183,181,187)
#C8C6CB
(200,198,203)
#D9D7DB
(217,215,219)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403E4B; }

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

This text font color is #403E4B.


Background Color

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

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

This div background color is #403E4B.


Border color

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

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

This div border color is #403E4B.


Opacity

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

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

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

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

This text has shadow with #403E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403E4B on black background.


Color preview on white background

This text has color #403E4B on white background.



Black color preview on #403E4B background

This text has black color on #403E4B background.


White color preview on #403E4B background

This text has white color on #403E4B background.