COLOR #400334

HEX: #400334
RGB: (64,3,52)

Color info

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

RGB color model

#400334 color RGB value is (64,3,52).

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

RGB channels and saturation

R 64 of 255 = 25%
G 3 of 255 = 1%
B 52 of 255 = 20%

64
3
52

R + G + B ~ 15%. #400334 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 3 + 52 = 119 (100%)
R 64 of 119 ~ 53.78%
G 3 of 119 ~ 2.52%
B 52 of 119 ~ 43.7%

%53.78
%43.7

CMYK color model

#400334 color CMYK value is (0,95,19,75).

  • cyan value is 0.00%
  • magenta value is 95.31%
  • yellow value is 18.75%
  • key color value is 74.90%
CMYK:
(0,95,19,75)
C0M95Y19K75 
(0%,95%,19%,75%)
(0.00/0.95/0.19/0.75)	

CMYK percentages

%0
%95.31
%18.75
%74.9

Codes

Color #400334 in popluar color models

400334
RGB64352
HSL312°91.04%13.14%
HSB/HSV312°95.31%25.10%
CMYK0.00%95.31%18.75%
74.90%

Color #400334 in popluar number systems.

HEX400334
Decimal64352
Binary100000011110100
Octal100364

Shades and tints

Shades of #400334

#400334
(64,3,52)
#3B0330
(59,3,48)
#36032C
(54,3,44)
#310328
(49,3,40)
#2C0324
(44,3,36)
#270320
(39,3,32)
#22031C
(34,3,28)
#1D0318
(29,3,24)
#180314
(24,3,20)
#130310
(19,3,16)
#0E030C
(14,3,12)
#000000
(0,0,0)

Tints of #400334

#400334
(64,3,52)
#511946
(81,25,70)
#622F58
(98,47,88)
#73456A
(115,69,106)
#845B7C
(132,91,124)
#95718E
(149,113,142)
#A687A0
(166,135,160)
#B79DB2
(183,157,178)
#C8B3C4
(200,179,196)
#D9C9D6
(217,201,214)
#EADFE8
(234,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400334; }

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

This text font color is #400334.


Background Color

.myBgColor { background-color: #400334; }

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

This div background color is #400334.


Border color

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

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

This div border color is #400334.


Opacity

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

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

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

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

This text has shadow with #400334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400334 on black background.


Color preview on white background

This text has color #400334 on white background.



Black color preview on #400334 background

This text has black color on #400334 background.


White color preview on #400334 background

This text has white color on #400334 background.