COLOR #403679

HEX: #403679
RGB: (64,54,121)

Color info

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

RGB color model

#403679 color RGB value is (64,54,121).

  • red value is 64;
  • green value is 54;
  • blue value is 121.
RGB:
(64,54,121)
(25%,21%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 54 of 255 = 21%
B 121 of 255 = 47%

64
54
121

R + G + B ~ 31%. #403679 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 54 + 121 = 239 (100%)
R 64 of 239 ~ 26.78%
G 54 of 239 ~ 22.59%
B 121 of 239 ~ 50.63%

%26.78
%22.59
%50.63

CMYK color model

#403679 color CMYK value is (47,55,0,53).

  • cyan value is 47.11%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(47,55,0,53)
C47M55Y0K53 
(47%,55%,0%,53%)
(0.47/0.55/0.00/0.53)	

CMYK percentages

%47.11
%55.37
%0
%52.55

Codes

Color #403679 in popluar color models

403679
RGB6454121
HSL249°38.29%34.31%
HSB/HSV249°55.37%47.45%
CMYK47.11%55.37%0.00%
52.55%

Color #403679 in popluar number systems.

HEX403679
Decimal6454121
Binary10000001101101111001
Octal10066171

Shades and tints

Shades of #403679

#403679
(64,54,121)
#3B326E
(59,50,110)
#362E63
(54,46,99)
#312A58
(49,42,88)
#2C264D
(44,38,77)
#272242
(39,34,66)
#221E37
(34,30,55)
#1D1A2C
(29,26,44)
#181621
(24,22,33)
#131216
(19,18,22)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #403679

#403679
(64,54,121)
#514885
(81,72,133)
#625A91
(98,90,145)
#736C9D
(115,108,157)
#847EA9
(132,126,169)
#9590B5
(149,144,181)
#A6A2C1
(166,162,193)
#B7B4CD
(183,180,205)
#C8C6D9
(200,198,217)
#D9D8E5
(217,216,229)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403679 color. Also use rgb(64,54,121) instead hex code.

Text Font Color

.myTextColor { color: #403679; }

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

This text font color is #403679.


Background Color

.myBgColor { background-color: #403679; }

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

This div background color is #403679.


Border color

.myBorderColor { border: 1px solid #403679; }

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

This div border color is #403679.


Opacity

.myOpacity80 { color: #403679; opacity: 0.8; }

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

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

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

This text has shadow with #403679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403679 on black background.


Color preview on white background

This text has color #403679 on white background.



Black color preview on #403679 background

This text has black color on #403679 background.


White color preview on #403679 background

This text has white color on #403679 background.