COLOR #400734

HEX: #400734
RGB: (64,7,52)

Color info

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

RGB color model

#400734 color RGB value is (64,7,52).

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

RGB channels and saturation

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

64
7
52

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

Portions of RGB colors in percentages

R + G + B =
64 + 7 + 52 = 123 (100%)
R 64 of 123 ~ 52.03%
G 7 of 123 ~ 5.69%
B 52 of 123 ~ 42.28%

%52.03
%42.28

CMYK color model

#400734 color CMYK value is (0,89,19,75).

  • cyan value is 0.00%
  • magenta value is 89.06%
  • yellow value is 18.75%
  • key color value is 74.90%
CMYK:
(0,89,19,75)
C0M89Y19K75 
(0%,89%,19%,75%)
(0.00/0.89/0.19/0.75)	

CMYK percentages

%0
%89.06
%18.75
%74.9

Codes

Color #400734 in popluar color models

400734
RGB64752
HSL313°80.28%13.92%
HSB/HSV313°89.06%25.10%
CMYK0.00%89.06%18.75%
74.90%

Color #400734 in popluar number systems.

HEX400734
Decimal64752
Binary1000000111110100
Octal100764

Shades and tints

Shades of #400734

#400734
(64,7,52)
#3B0730
(59,7,48)
#36072C
(54,7,44)
#310728
(49,7,40)
#2C0724
(44,7,36)
#270720
(39,7,32)
#22071C
(34,7,28)
#1D0718
(29,7,24)
#180714
(24,7,20)
#130710
(19,7,16)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #400734

#400734
(64,7,52)
#511D46
(81,29,70)
#623358
(98,51,88)
#73496A
(115,73,106)
#845F7C
(132,95,124)
#95758E
(149,117,142)
#A68BA0
(166,139,160)
#B7A1B2
(183,161,178)
#C8B7C4
(200,183,196)
#D9CDD6
(217,205,214)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400734; }

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

This text font color is #400734.


Background Color

.myBgColor { background-color: #400734; }

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

This div background color is #400734.


Border color

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

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

This div border color is #400734.


Opacity

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

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

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

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

This text has shadow with #400734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400734 on black background.


Color preview on white background

This text has color #400734 on white background.



Black color preview on #400734 background

This text has black color on #400734 background.


White color preview on #400734 background

This text has white color on #400734 background.