COLOR #400E07

HEX: #400E07 RGB: (64,14,7)

Color info

#400E07 contains red, green and blue colors in about the same proportion. Web safe color of #400E07 is #330000 (or #300).

RGB color model

#400E07 color RGB value is (64,14,7).

RGB: (64,14,7) (25%, 5%, 3%)

RGB channels and saturation

R 64 of 255 = 25%
G 14 of 255 = 5%
B 7 of 255 = 3%

64
14
7

R + G + B ~ 11%. #400E07 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 14 + 7 = 85 (100%)
R 64 of 85 ~ 75.29%
G 14 of 85 ~ 16.47%
B 7 of 85 ~ 8.24'%

%75.29
%16.47

CMYK color model

#400E07 color CMYK value is (0,78,89,75).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 89.06%
  • key color value is 74.90%

CMYK: (0,78,89,75)
C0M78Y89K75 (0%, 78%, 89%, 75%)
(0.00 / 0.78 / 0.89 / 0.75)

CMYK percentages

%0
%78.13
%89.06
%74.9

Codes

Color #400E07 in popluar color models

40 0E 07
RGB 64 14 7
HSL 80.28% 13.92%
HSB/HSV 89.06% 25.10%
CMYK 0.00% 78.13% 89.06%
74.90%

Color #400E07 in popluar number systems.

HEX 40 0E 07
Decimal 64 14 7
Binary 1000000 1110 111
Octal 100 16 7

Shades and tints

Shades of #400E07

#400E07
(64,14,7)
#3B0D07
(59,13,7)
#360C07
(54,12,7)
#310B07
(49,11,7)
#2C0A07
(44,10,7)
#270907
(39,9,7)
#220807
(34,8,7)
#1D0707
(29,7,7)
#180607
(24,6,7)
#130507
(19,5,7)
#0E0407
(14,4,7)
#000000
(0,0,0)

Tints of #400E07

#400E07
(64,14,7)
#51231D
(81,35,29)
#623833
(98,56,51)
#734D49
(115,77,73)
#84625F
(132,98,95)
#957775
(149,119,117)
#A68C8B
(166,140,139)
#B7A1A1
(183,161,161)
#C8B6B7
(200,182,183)
#D9CBCD
(217,203,205)
#EAE0E3
(234,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400E07; }

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

This text font color is #400E07.

Background Color

.myBgColor { background-color: #400E07; }

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

This div background color is #400E07.

Border color

.myBorderColor { border: 1px solid #400E07; }

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

This div border color is #400E07.

Opacity

.myOpacity80 { color: #400E07; opacity: 0.8; }

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

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

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

This text has shadow with #400E07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #400E07.

Preview

Color preview on black background

This text has color #400E07 on black background.


Color preview on white background

This text has color #400E07 on white background.


Black color preview on #400E07 background

This text has black color on #400E07 background.


White color preview on #400E07 background

This text has white color on #400E07 background.


Related colors

Complementary color

Complementary color for #hex is #BFF1F8.


I love getcolorcode.com

Triadic colors

1 #07400E and #0E0740 with #400E07 are triadic colors.

2 #070E40 and #0E4007 with #400E07 are triadic colors.