COLOR #403173

HEX: #403173
RGB: (64,49,115)

Color info

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

RGB color model

#403173 color RGB value is (64,49,115).

  • red value is 64;
  • green value is 49;
  • blue value is 115.
RGB:
(64,49,115)
(25%,19%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 49 of 255 = 19%
B 115 of 255 = 45%

64
49
115

R + G + B ~ 30%. #403173 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 49 + 115 = 228 (100%)
R 64 of 228 ~ 28.07%
G 49 of 228 ~ 21.49%
B 115 of 228 ~ 50.44%

%28.07
%21.49
%50.44

CMYK color model

#403173 color CMYK value is (44,57,0,55).

  • cyan value is 44.35%
  • magenta value is 57.39%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(44,57,0,55)
C44M57Y0K55 
(44%,57%,0%,55%)
(0.44/0.57/0.00/0.55)	

CMYK percentages

%44.35
%57.39
%0
%54.9

Codes

Color #403173 in popluar color models

403173
RGB6449115
HSL254°40.24%32.16%
HSB/HSV254°57.39%45.10%
CMYK44.35%57.39%0.00%
54.90%

Color #403173 in popluar number systems.

HEX403173
Decimal6449115
Binary10000001100011110011
Octal10061163

Shades and tints

Shades of #403173

#403173
(64,49,115)
#3B2D69
(59,45,105)
#36295F
(54,41,95)
#312555
(49,37,85)
#2C214B
(44,33,75)
#271D41
(39,29,65)
#221937
(34,25,55)
#1D152D
(29,21,45)
#181123
(24,17,35)
#130D19
(19,13,25)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #403173

#403173
(64,49,115)
#51437F
(81,67,127)
#62558B
(98,85,139)
#736797
(115,103,151)
#8479A3
(132,121,163)
#958BAF
(149,139,175)
#A69DBB
(166,157,187)
#B7AFC7
(183,175,199)
#C8C1D3
(200,193,211)
#D9D3DF
(217,211,223)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403173 color. Also use rgb(64,49,115) instead hex code.

Text Font Color

.myTextColor { color: #403173; }

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

This text font color is #403173.


Background Color

.myBgColor { background-color: #403173; }

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

This div background color is #403173.


Border color

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

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

This div border color is #403173.


Opacity

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

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

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

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

This text has shadow with #403173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403173 on black background.


Color preview on white background

This text has color #403173 on white background.



Black color preview on #403173 background

This text has black color on #403173 background.


White color preview on #403173 background

This text has white color on #403173 background.