COLOR #400741

HEX: #400741 RGB: (64,7,65)

Color info

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

RGB color model

#400741 color RGB value is (64,7,65).

RGB: (64,7,65) (25%, 3%, 25%)

RGB channels and saturation

R 64 of 255 = 25%
G 7 of 255 = 3%
B 65 of 255 = 25%

64
7
65

R + G + B ~ 18%. #400741 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 7 + 65 = 136 (100%)
R 64 of 136 ~ 47.06%
G 7 of 136 ~ 5.15%
B 65 of 136 ~ 47.79'%

%47.06
%47.79

CMYK color model

#400741 color CMYK value is (2,89,0,75).

  • cyan value is 1.54%
  • magenta value is 89.23%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (2,89,0,75)
C2M89Y0K75 (2%, 89%, 0%, 75%)
(0.02 / 0.89 / 0.00 / 0.75)

CMYK percentages

%1.54
%89.23
%0
%74.51

Codes

Color #400741 in popluar color models

40 07 41
RGB 64 7 65
HSL 299° 80.56% 14.12%
HSB/HSV 299° 89.23% 25.49%
CMYK 1.54% 89.23% 0.00%
74.51%

Color #400741 in popluar number systems.

HEX 40 07 41
Decimal 64 7 65
Binary 1000000 111 1000001
Octal 100 7 101

Shades and tints

Shades of #400741

#400741
(64,7,65)
#3B073C
(59,7,60)
#360737
(54,7,55)
#310732
(49,7,50)
#2C072D
(44,7,45)
#270728
(39,7,40)
#220723
(34,7,35)
#1D071E
(29,7,30)
#180719
(24,7,25)
#130714
(19,7,20)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #400741

#400741
(64,7,65)
#511D52
(81,29,82)
#623363
(98,51,99)
#734974
(115,73,116)
#845F85
(132,95,133)
#957596
(149,117,150)
#A68BA7
(166,139,167)
#B7A1B8
(183,161,184)
#C8B7C9
(200,183,201)
#D9CDDA
(217,205,218)
#EAE3EB
(234,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400741; }

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

This text font color is #400741.

Background Color

.myBgColor { background-color: #400741; }

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

This div background color is #400741.

Border color

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

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

This div border color is #400741.

Opacity

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

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

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

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

This text has shadow with #400741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #400741.

Preview

Color preview on black background

This text has color #400741 on black background.


Color preview on white background

This text has color #400741 on white background.


Black color preview on #400741 background

This text has black color on #400741 background.


White color preview on #400741 background

This text has white color on #400741 background.


Related colors

Complementary color

Complementary color for #hex is #BFF8BE.


I love getcolorcode.com

Triadic colors

1 #414007 and #074140 with #400741 are triadic colors.

2 #410740 and #074041 with #400741 are triadic colors.