COLOR #400A07

HEX: #400A07
RGB: (64,10,7)

Color info

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

RGB color model

#400A07 color RGB value is (64,10,7).

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

RGB channels and saturation

R 64 of 255 = 25%
G 10 of 255 = 4%
B 7 of 255 = 3%

64
10
7

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

Portions of RGB colors in percentages

R + G + B =
64 + 10 + 7 = 81 (100%)
R 64 of 81 ~ 79.01%
G 10 of 81 ~ 12.35%
B 7 of 81 ~ 8.64%

%79.01
%12.35

CMYK color model

#400A07 color CMYK value is (0,84,89,75).

  • cyan value is 0.00%
  • magenta value is 84.38%
  • yellow value is 89.06%
  • key color value is 74.90%
CMYK:
(0,84,89,75)
C0M84Y89K75 
(0%,84%,89%,75%)
(0.00/0.84/0.89/0.75)	

CMYK percentages

%0
%84.38
%89.06
%74.9

Codes

Color #400A07 in popluar color models

400A07
RGB64107
HSL80.28%13.92%
HSB/HSV89.06%25.10%
CMYK0.00%84.38%89.06%
74.90%

Color #400A07 in popluar number systems.

HEX400A07
Decimal64107
Binary10000001010111
Octal100127

Shades and tints

Shades of #400A07

#400A07
(64,10,7)
#3B0A07
(59,10,7)
#360A07
(54,10,7)
#310A07
(49,10,7)
#2C0A07
(44,10,7)
#270A07
(39,10,7)
#220A07
(34,10,7)
#1D0A07
(29,10,7)
#180A07
(24,10,7)
#130A07
(19,10,7)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #400A07

#400A07
(64,10,7)
#51201D
(81,32,29)
#623633
(98,54,51)
#734C49
(115,76,73)
#84625F
(132,98,95)
#957875
(149,120,117)
#A68E8B
(166,142,139)
#B7A4A1
(183,164,161)
#C8BAB7
(200,186,183)
#D9D0CD
(217,208,205)
#EAE6E3
(234,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400A07; }

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

This text font color is #400A07.


Background Color

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

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

This div background color is #400A07.


Border color

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

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

This div border color is #400A07.


Opacity

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

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

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

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

This text has shadow with #400A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400A07 on black background.


Color preview on white background

This text has color #400A07 on white background.



Black color preview on #400A07 background

This text has black color on #400A07 background.


White color preview on #400A07 background

This text has white color on #400A07 background.