COLOR #400732

HEX: #400732
RGB: (64,7,50)

Color info

#400732 contains red, green and blue colors in about the same proportion. Web safe color of #400732 is #330033 (or #303).

RGB color model

#400732 color RGB value is (64,7,50).

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

RGB channels and saturation

R 64 of 255 = 25%
G 7 of 255 = 3%
B 50 of 255 = 20%

64
7
50

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

Portions of RGB colors in percentages

R + G + B =
64 + 7 + 50 = 121 (100%)
R 64 of 121 ~ 52.89%
G 7 of 121 ~ 5.79%
B 50 of 121 ~ 41.32%

%52.89
%41.32

CMYK color model

#400732 color CMYK value is (0,89,22,75).

  • cyan value is 0.00%
  • magenta value is 89.06%
  • yellow value is 21.88%
  • key color value is 74.90%
CMYK:
(0,89,22,75)
C0M89Y22K75 
(0%,89%,22%,75%)
(0.00/0.89/0.22/0.75)	

CMYK percentages

%0
%89.06
%21.88
%74.9

Codes

Color #400732 in popluar color models

400732
RGB64750
HSL315°80.28%13.92%
HSB/HSV315°89.06%25.10%
CMYK0.00%89.06%21.88%
74.90%

Color #400732 in popluar number systems.

HEX400732
Decimal64750
Binary1000000111110010
Octal100762

Shades and tints

Shades of #400732

#400732
(64,7,50)
#3B072E
(59,7,46)
#36072A
(54,7,42)
#310726
(49,7,38)
#2C0722
(44,7,34)
#27071E
(39,7,30)
#22071A
(34,7,26)
#1D0716
(29,7,22)
#180712
(24,7,18)
#13070E
(19,7,14)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #400732

#400732
(64,7,50)
#511D44
(81,29,68)
#623356
(98,51,86)
#734968
(115,73,104)
#845F7A
(132,95,122)
#95758C
(149,117,140)
#A68B9E
(166,139,158)
#B7A1B0
(183,161,176)
#C8B7C2
(200,183,194)
#D9CDD4
(217,205,212)
#EAE3E6
(234,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400732; }

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

This text font color is #400732.


Background Color

.myBgColor { background-color: #400732; }

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

This div background color is #400732.


Border color

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

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

This div border color is #400732.


Opacity

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

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

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

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

This text has shadow with #400732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400732 on black background.


Color preview on white background

This text has color #400732 on white background.



Black color preview on #400732 background

This text has black color on #400732 background.


White color preview on #400732 background

This text has white color on #400732 background.