COLOR #400337

HEX: #400337
RGB: (64,3,55)

Color info

#400337 contains mainly red and blue colors. Web safe color of #400337 is #330033 (or #303).

RGB color model

#400337 color RGB value is (64,3,55).

  • red value is 64;
  • green value is 3;
  • blue value is 55.
RGB:
(64,3,55)
(25%,1%,22%)

RGB channels and saturation

R 64 of 255 = 25%
G 3 of 255 = 1%
B 55 of 255 = 22%

64
3
55

R + G + B ~ 16%. #400337 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 3 + 55 = 122 (100%)
R 64 of 122 ~ 52.46%
G 3 of 122 ~ 2.46%
B 55 of 122 ~ 45.08%

%52.46
%45.08

CMYK color model

#400337 color CMYK value is (0,95,14,75).

  • cyan value is 0.00%
  • magenta value is 95.31%
  • yellow value is 14.06%
  • key color value is 74.90%
CMYK:
(0,95,14,75)
C0M95Y14K75 
(0%,95%,14%,75%)
(0.00/0.95/0.14/0.75)	

CMYK percentages

%0
%95.31
%14.06
%74.9

Codes

Color #400337 in popluar color models

400337
RGB64355
HSL309°91.04%13.14%
HSB/HSV309°95.31%25.10%
CMYK0.00%95.31%14.06%
74.90%

Color #400337 in popluar number systems.

HEX400337
Decimal64355
Binary100000011110111
Octal100367

Shades and tints

Shades of #400337

#400337
(64,3,55)
#3B0332
(59,3,50)
#36032D
(54,3,45)
#310328
(49,3,40)
#2C0323
(44,3,35)
#27031E
(39,3,30)
#220319
(34,3,25)
#1D0314
(29,3,20)
#18030F
(24,3,15)
#13030A
(19,3,10)
#0E0305
(14,3,5)
#000000
(0,0,0)

Tints of #400337

#400337
(64,3,55)
#511949
(81,25,73)
#622F5B
(98,47,91)
#73456D
(115,69,109)
#845B7F
(132,91,127)
#957191
(149,113,145)
#A687A3
(166,135,163)
#B79DB5
(183,157,181)
#C8B3C7
(200,179,199)
#D9C9D9
(217,201,217)
#EADFEB
(234,223,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400337 color. Also use rgb(64,3,55) instead hex code.

Text Font Color

.myTextColor { color: #400337; }

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

This text font color is #400337.


Background Color

.myBgColor { background-color: #400337; }

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

This div background color is #400337.


Border color

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

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

This div border color is #400337.


Opacity

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

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

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

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

This text has shadow with #400337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400337 on black background.


Color preview on white background

This text has color #400337 on white background.



Black color preview on #400337 background

This text has black color on #400337 background.


White color preview on #400337 background

This text has white color on #400337 background.