COLOR #403B7A

HEX: #403B7A
RGB: (64,59,122)

Color info

#403B7A contains mainly red and blue colors. Web safe color of #403B7A is #333366 (or #336).

RGB color model

#403B7A color RGB value is (64,59,122).

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

RGB channels and saturation

R 64 of 255 = 25%
G 59 of 255 = 23%
B 122 of 255 = 48%

64
59
122

R + G + B ~ 32%. #403B7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 59 + 122 = 245 (100%)
R 64 of 245 ~ 26.12%
G 59 of 245 ~ 24.08%
B 122 of 245 ~ 49.8%

%26.12
%24.08
%49.8

CMYK color model

#403B7A color CMYK value is (48,52,0,52).

  • cyan value is 47.54%
  • magenta value is 51.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(48,52,0,52)
C48M52Y0K52 
(48%,52%,0%,52%)
(0.48/0.52/0.00/0.52)	

CMYK percentages

%47.54
%51.64
%0
%52.16

Codes

Color #403B7A in popluar color models

403B7A
RGB6459122
HSL245°34.81%35.49%
HSB/HSV245°51.64%47.84%
CMYK47.54%51.64%0.00%
52.16%

Color #403B7A in popluar number systems.

HEX403B7A
Decimal6459122
Binary10000001110111111010
Octal10073172

Shades and tints

Shades of #403B7A

#403B7A
(64,59,122)
#3B366F
(59,54,111)
#363164
(54,49,100)
#312C59
(49,44,89)
#2C274E
(44,39,78)
#272243
(39,34,67)
#221D38
(34,29,56)
#1D182D
(29,24,45)
#181322
(24,19,34)
#130E17
(19,14,23)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #403B7A

#403B7A
(64,59,122)
#514C86
(81,76,134)
#625D92
(98,93,146)
#736E9E
(115,110,158)
#847FAA
(132,127,170)
#9590B6
(149,144,182)
#A6A1C2
(166,161,194)
#B7B2CE
(183,178,206)
#C8C3DA
(200,195,218)
#D9D4E6
(217,212,230)
#EAE5F2
(234,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403B7A; }

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

This text font color is #403B7A.


Background Color

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

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

This div background color is #403B7A.


Border color

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

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

This div border color is #403B7A.


Opacity

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

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

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

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

This text has shadow with #403B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403B7A on black background.


Color preview on white background

This text has color #403B7A on white background.



Black color preview on #403B7A background

This text has black color on #403B7A background.


White color preview on #403B7A background

This text has white color on #403B7A background.