COLOR #40070F

HEX: #40070F
RGB: (64,7,15)

Color info

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

RGB color model

#40070F color RGB value is (64,7,15).

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

RGB channels and saturation

R 64 of 255 = 25%
G 7 of 255 = 3%
B 15 of 255 = 6%

64
7
15

R + G + B ~ 11%. #40070F is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 7 + 15 = 86 (100%)
R 64 of 86 ~ 74.42%
G 7 of 86 ~ 8.14%
B 15 of 86 ~ 17.44%

%74.42
%17.44

CMYK color model

#40070F color CMYK value is (0,89,77,75).

  • cyan value is 0.00%
  • magenta value is 89.06%
  • yellow value is 76.56%
  • key color value is 74.90%
CMYK:
(0,89,77,75)
C0M89Y77K75 
(0%,89%,77%,75%)
(0.00/0.89/0.77/0.75)	

CMYK percentages

%0
%89.06
%76.56
%74.9

Codes

Color #40070F in popluar color models

40070F
RGB64715
HSL352°80.28%13.92%
HSB/HSV352°89.06%25.10%
CMYK0.00%89.06%76.56%
74.90%

Color #40070F in popluar number systems.

HEX40070F
Decimal64715
Binary10000001111111
Octal100717

Shades and tints

Shades of #40070F

#40070F
(64,7,15)
#3B070E
(59,7,14)
#36070D
(54,7,13)
#31070C
(49,7,12)
#2C070B
(44,7,11)
#27070A
(39,7,10)
#220709
(34,7,9)
#1D0708
(29,7,8)
#180707
(24,7,7)
#130706
(19,7,6)
#0E0705
(14,7,5)
#000000
(0,0,0)

Tints of #40070F

#40070F
(64,7,15)
#511D24
(81,29,36)
#623339
(98,51,57)
#73494E
(115,73,78)
#845F63
(132,95,99)
#957578
(149,117,120)
#A68B8D
(166,139,141)
#B7A1A2
(183,161,162)
#C8B7B7
(200,183,183)
#D9CDCC
(217,205,204)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40070F; }

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

This text font color is #40070F.


Background Color

.myBgColor { background-color: #40070F; }

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

This div background color is #40070F.


Border color

.myBorderColor { border: 1px solid #40070F; }

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

This div border color is #40070F.


Opacity

.myOpacity80 { color: #40070F; opacity: 0.8; }

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

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

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

This text has shadow with #40070F color.

.textShadow {text-shadow: 3px 3px 1px #40070F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40070F on black background.


Color preview on white background

This text has color #40070F on white background.



Black color preview on #40070F background

This text has black color on #40070F background.


White color preview on #40070F background

This text has white color on #40070F background.