COLOR #403B52

HEX: #403B52
RGB: (64,59,82)

Color info

#403B52 contains red, green and blue colors in about the same proportion. Web safe color of #403B52 is #333366 (or #336).

RGB color model

#403B52 color RGB value is (64,59,82).

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

RGB channels and saturation

R 64 of 255 = 25%
G 59 of 255 = 23%
B 82 of 255 = 32%

64
59
82

R + G + B ~ 27%. #403B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 59 + 82 = 205 (100%)
R 64 of 205 ~ 31.22%
G 59 of 205 ~ 28.78%
B 82 of 205 ~ 40%

%31.22
%28.78
%40

CMYK color model

#403B52 color CMYK value is (22,28,0,68).

  • cyan value is 21.95%
  • magenta value is 28.05%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(22,28,0,68)
C22M28Y0K68 
(22%,28%,0%,68%)
(0.22/0.28/0.00/0.68)	

CMYK percentages

%21.95
%28.05
%0
%67.84

Codes

Color #403B52 in popluar color models

403B52
RGB645982
HSL253°16.31%27.65%
HSB/HSV253°28.05%32.16%
CMYK21.95%28.05%0.00%
67.84%

Color #403B52 in popluar number systems.

HEX403B52
Decimal645982
Binary10000001110111010010
Octal10073122

Shades and tints

Shades of #403B52

#403B52
(64,59,82)
#3B364B
(59,54,75)
#363144
(54,49,68)
#312C3D
(49,44,61)
#2C2736
(44,39,54)
#27222F
(39,34,47)
#221D28
(34,29,40)
#1D1821
(29,24,33)
#18131A
(24,19,26)
#130E13
(19,14,19)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #403B52

#403B52
(64,59,82)
#514C61
(81,76,97)
#625D70
(98,93,112)
#736E7F
(115,110,127)
#847F8E
(132,127,142)
#95909D
(149,144,157)
#A6A1AC
(166,161,172)
#B7B2BB
(183,178,187)
#C8C3CA
(200,195,202)
#D9D4D9
(217,212,217)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403B52; }

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

This text font color is #403B52.


Background Color

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

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

This div background color is #403B52.


Border color

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

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

This div border color is #403B52.


Opacity

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

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

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

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

This text has shadow with #403B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403B52 on black background.


Color preview on white background

This text has color #403B52 on white background.



Black color preview on #403B52 background

This text has black color on #403B52 background.


White color preview on #403B52 background

This text has white color on #403B52 background.