COLOR #400F09

HEX: #400F09 RGB: (64,15,9)

Color info

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

RGB color model

#400F09 color RGB value is (64,15,9).

RGB: (64,15,9) (25%, 6%, 4%)

RGB channels and saturation

R 64 of 255 = 25%
G 15 of 255 = 6%
B 9 of 255 = 4%

64
15
9

R + G + B ~ 12%. #400F09 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 15 + 9 = 88 (100%)
R 64 of 88 ~ 72.73%
G 15 of 88 ~ 17.05%
B 9 of 88 ~ 10.23'%

%72.73
%17.05

CMYK color model

#400F09 color CMYK value is (0,77,86,75).

  • cyan value is 0.00%
  • magenta value is 76.56%
  • yellow value is 85.94%
  • key color value is 74.90%

CMYK: (0,77,86,75)
C0M77Y86K75 (0%, 77%, 86%, 75%)
(0.00 / 0.77 / 0.86 / 0.75)

CMYK percentages

%0
%76.56
%85.94
%74.9

Codes

Color #400F09 in popluar color models

40 0F 09
RGB 64 15 9
HSL 75.34% 14.31%
HSB/HSV 85.94% 25.10%
CMYK 0.00% 76.56% 85.94%
74.90%

Color #400F09 in popluar number systems.

HEX 40 0F 09
Decimal 64 15 9
Binary 1000000 1111 1001
Octal 100 17 11

Shades and tints

Shades of #400F09

#400F09
(64,15,9)
#3B0E09
(59,14,9)
#360D09
(54,13,9)
#310C09
(49,12,9)
#2C0B09
(44,11,9)
#270A09
(39,10,9)
#220909
(34,9,9)
#1D0809
(29,8,9)
#180709
(24,7,9)
#130609
(19,6,9)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #400F09

#400F09
(64,15,9)
#51241F
(81,36,31)
#623935
(98,57,53)
#734E4B
(115,78,75)
#846361
(132,99,97)
#957877
(149,120,119)
#A68D8D
(166,141,141)
#B7A2A3
(183,162,163)
#C8B7B9
(200,183,185)
#D9CCCF
(217,204,207)
#EAE1E5
(234,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400F09 color. Also use rgb(64,15,9) instead hex code.

Text Font Color

.myTextColor { color: #400F09; }

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

This text font color is #400F09.

Background Color

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

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

This div background color is #400F09.

Border color

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

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

This div border color is #400F09.

Opacity

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

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

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

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

This text has shadow with #400F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #400F09.

Preview

Color preview on black background

This text has color #400F09 on black background.


Color preview on white background

This text has color #400F09 on white background.


Black color preview on #400F09 background

This text has black color on #400F09 background.


White color preview on #400F09 background

This text has white color on #400F09 background.


Related colors

Complementary color

Complementary color for #hex is #BFF0F6.


I love getcolorcode.com

Triadic colors

1 #09400F and #0F0940 with #400F09 are triadic colors.

2 #090F40 and #0F4009 with #400F09 are triadic colors.