COLOR #403B4D

HEX: #403B4D
RGB: (64,59,77)

Color info

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

RGB color model

#403B4D color RGB value is (64,59,77).

  • red value is 64;
  • green value is 59;
  • blue value is 77.
RGB:
(64,59,77)
(25%,23%,30%)

RGB channels and saturation

R 64 of 255 = 25%
G 59 of 255 = 23%
B 77 of 255 = 30%

64
59
77

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

Portions of RGB colors in percentages

R + G + B =
64 + 59 + 77 = 200 (100%)
R 64 of 200 ~ 32%
G 59 of 200 ~ 29.5%
B 77 of 200 ~ 38.5%

%32
%29.5
%38.5

CMYK color model

#403B4D color CMYK value is (17,23,0,70).

  • cyan value is 16.88%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(17,23,0,70)
C17M23Y0K70 
(17%,23%,0%,70%)
(0.17/0.23/0.00/0.70)	

CMYK percentages

%16.88
%23.38
%0
%69.8

Codes

Color #403B4D in popluar color models

403B4D
RGB645977
HSL257°13.24%26.67%
HSB/HSV257°23.38%30.20%
CMYK16.88%23.38%0.00%
69.80%

Color #403B4D in popluar number systems.

HEX403B4D
Decimal645977
Binary10000001110111001101
Octal10073115

Shades and tints

Shades of #403B4D

#403B4D
(64,59,77)
#3B3646
(59,54,70)
#36313F
(54,49,63)
#312C38
(49,44,56)
#2C2731
(44,39,49)
#27222A
(39,34,42)
#221D23
(34,29,35)
#1D181C
(29,24,28)
#181315
(24,19,21)
#130E0E
(19,14,14)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #403B4D

#403B4D
(64,59,77)
#514C5D
(81,76,93)
#625D6D
(98,93,109)
#736E7D
(115,110,125)
#847F8D
(132,127,141)
#95909D
(149,144,157)
#A6A1AD
(166,161,173)
#B7B2BD
(183,178,189)
#C8C3CD
(200,195,205)
#D9D4DD
(217,212,221)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403B4D color. Also use rgb(64,59,77) instead hex code.

Text Font Color

.myTextColor { color: #403B4D; }

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

This text font color is #403B4D.


Background Color

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

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

This div background color is #403B4D.


Border color

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

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

This div border color is #403B4D.


Opacity

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

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

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

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

This text has shadow with #403B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403B4D on black background.


Color preview on white background

This text has color #403B4D on white background.



Black color preview on #403B4D background

This text has black color on #403B4D background.


White color preview on #403B4D background

This text has white color on #403B4D background.