COLOR #400132

HEX: #400132
RGB: (64,1,50)

Color info

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

RGB color model

#400132 color RGB value is (64,1,50).

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

RGB channels and saturation

R 64 of 255 = 25%
G 1 of 255 = 0%
B 50 of 255 = 20%

64
1
50

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

Portions of RGB colors in percentages

R + G + B =
64 + 1 + 50 = 115 (100%)
R 64 of 115 ~ 55.65%
G 1 of 115 ~ 0.87%
B 50 of 115 ~ 43.48%

%55.65
%43.48

CMYK color model

#400132 color CMYK value is (0,98,22,75).

  • cyan value is 0.00%
  • magenta value is 98.44%
  • yellow value is 21.88%
  • key color value is 74.90%
CMYK:
(0,98,22,75)
C0M98Y22K75 
(0%,98%,22%,75%)
(0.00/0.98/0.22/0.75)	

CMYK percentages

%0
%98.44
%21.88
%74.9

Codes

Color #400132 in popluar color models

400132
RGB64150
HSL313°96.92%12.75%
HSB/HSV313°98.44%25.10%
CMYK0.00%98.44%21.88%
74.90%

Color #400132 in popluar number systems.

HEX400132
Decimal64150
Binary10000001110010
Octal100162

Shades and tints

Shades of #400132

#400132
(64,1,50)
#3B012E
(59,1,46)
#36012A
(54,1,42)
#310126
(49,1,38)
#2C0122
(44,1,34)
#27011E
(39,1,30)
#22011A
(34,1,26)
#1D0116
(29,1,22)
#180112
(24,1,18)
#13010E
(19,1,14)
#0E010A
(14,1,10)
#000000
(0,0,0)

Tints of #400132

#400132
(64,1,50)
#511844
(81,24,68)
#622F56
(98,47,86)
#734668
(115,70,104)
#845D7A
(132,93,122)
#95748C
(149,116,140)
#A68B9E
(166,139,158)
#B7A2B0
(183,162,176)
#C8B9C2
(200,185,194)
#D9D0D4
(217,208,212)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400132 color. Also use rgb(64,1,50) instead hex code.

Text Font Color

.myTextColor { color: #400132; }

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

This text font color is #400132.


Background Color

.myBgColor { background-color: #400132; }

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

This div background color is #400132.


Border color

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

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

This div border color is #400132.


Opacity

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

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

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

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

This text has shadow with #400132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400132 on black background.


Color preview on white background

This text has color #400132 on white background.



Black color preview on #400132 background

This text has black color on #400132 background.


White color preview on #400132 background

This text has white color on #400132 background.