COLOR #400C09

HEX: #400C09
RGB: (64,12,9)

Color info

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

RGB color model

#400C09 color RGB value is (64,12,9).

  • red value is 64;
  • green value is 12;
  • blue value is 9.
RGB:
(64,12,9)
(25%,5%,4%)

RGB channels and saturation

R 64 of 255 = 25%
G 12 of 255 = 5%
B 9 of 255 = 4%

64
12
9

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

Portions of RGB colors in percentages

R + G + B =
64 + 12 + 9 = 85 (100%)
R 64 of 85 ~ 75.29%
G 12 of 85 ~ 14.12%
B 9 of 85 ~ 10.59%

%75.29
%14.12
%10.59

CMYK color model

#400C09 color CMYK value is (0,81,86,75).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 85.94%
  • key color value is 74.90%
CMYK:
(0,81,86,75)
C0M81Y86K75 
(0%,81%,86%,75%)
(0.00/0.81/0.86/0.75)	

CMYK percentages

%0
%81.25
%85.94
%74.9

Codes

Color #400C09 in popluar color models

400C09
RGB64129
HSL75.34%14.31%
HSB/HSV85.94%25.10%
CMYK0.00%81.25%85.94%
74.90%

Color #400C09 in popluar number systems.

HEX400C09
Decimal64129
Binary100000011001001
Octal1001411

Shades and tints

Shades of #400C09

#400C09
(64,12,9)
#3B0B09
(59,11,9)
#360A09
(54,10,9)
#310909
(49,9,9)
#2C0809
(44,8,9)
#270709
(39,7,9)
#220609
(34,6,9)
#1D0509
(29,5,9)
#180409
(24,4,9)
#130309
(19,3,9)
#0E0209
(14,2,9)
#000000
(0,0,0)

Tints of #400C09

#400C09
(64,12,9)
#51221F
(81,34,31)
#623835
(98,56,53)
#734E4B
(115,78,75)
#846461
(132,100,97)
#957A77
(149,122,119)
#A6908D
(166,144,141)
#B7A6A3
(183,166,163)
#C8BCB9
(200,188,185)
#D9D2CF
(217,210,207)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400C09; }

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

This text font color is #400C09.


Background Color

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

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

This div background color is #400C09.


Border color

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

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

This div border color is #400C09.


Opacity

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

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

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

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

This text has shadow with #400C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400C09 on black background.


Color preview on white background

This text has color #400C09 on white background.



Black color preview on #400C09 background

This text has black color on #400C09 background.


White color preview on #400C09 background

This text has white color on #400C09 background.