COLOR #403A4B

HEX: #403A4B RGB: (64,58,75)

Color info

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

RGB color model

#403A4B color RGB value is (64,58,75).

RGB: (64,58,75) (25%, 23%, 29%)

RGB channels and saturation

R 64 of 255 = 25%
G 58 of 255 = 23%
B 75 of 255 = 29%

64
58
75

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

Portions of RGB colors in percentages

R + G + B = 64 + 58 + 75 = 197 (100%)
R 64 of 197 ~ 32.49%
G 58 of 197 ~ 29.44%
B 75 of 197 ~ 38.07'%

%32.49
%29.44
%38.07

CMYK color model

#403A4B color CMYK value is (15,23,0,71).

  • cyan value is 14.67%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (15,23,0,71)
C15M23Y0K71 (15%, 23%, 0%, 71%)
(0.15 / 0.23 / 0.00 / 0.71)

CMYK percentages

%14.67
%22.67
%0
%70.59

Codes

Color #403A4B in popluar color models

40 3A 4B
RGB 64 58 75
HSL 261° 12.78% 26.08%
HSB/HSV 261° 22.67% 29.41%
CMYK 14.67% 22.67% 0.00%
70.59%

Color #403A4B in popluar number systems.

HEX 40 3A 4B
Decimal 64 58 75
Binary 1000000 111010 1001011
Octal 100 72 113

Shades and tints

Shades of #403A4B

#403A4B
(64,58,75)
#3B3545
(59,53,69)
#36303F
(54,48,63)
#312B39
(49,43,57)
#2C2633
(44,38,51)
#27212D
(39,33,45)
#221C27
(34,28,39)
#1D1721
(29,23,33)
#18121B
(24,18,27)
#130D15
(19,13,21)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #403A4B

#403A4B
(64,58,75)
#514B5B
(81,75,91)
#625C6B
(98,92,107)
#736D7B
(115,109,123)
#847E8B
(132,126,139)
#958F9B
(149,143,155)
#A6A0AB
(166,160,171)
#B7B1BB
(183,177,187)
#C8C2CB
(200,194,203)
#D9D3DB
(217,211,219)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403A4B; }

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

This text font color is #403A4B.

Background Color

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

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

This div background color is #403A4B.

Border color

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

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

This div border color is #403A4B.

Opacity

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

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

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

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

This text has shadow with #403A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403A4B.

Preview

Color preview on black background

This text has color #403A4B on black background.


Color preview on white background

This text has color #403A4B on white background.


Black color preview on #403A4B background

This text has black color on #403A4B background.


White color preview on #403A4B background

This text has white color on #403A4B background.


Related colors

Complementary color

Complementary color for #hex is #BFC5B4.


I love getcolorcode.com

Triadic colors

1 #4B403A and #3A4B40 with #403A4B are triadic colors.

2 #4B3A40 and #3A404B with #403A4B are triadic colors.