COLOR #40071D

HEX: #40071D
RGB: (64,7,29)

Color info

#40071D contains red, green and blue colors in about the same proportion. Web safe color of #40071D is #330033 (or #303).

RGB color model

#40071D color RGB value is (64,7,29).

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

RGB channels and saturation

R 64 of 255 = 25%
G 7 of 255 = 3%
B 29 of 255 = 11%

64
7
29

R + G + B ~ 13%. #40071D is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 7 + 29 = 100 (100%)
R 64 of 100 ~ 64%
G 7 of 100 ~ 7%
B 29 of 100 ~ 29%

%64
%29

CMYK color model

#40071D color CMYK value is (0,89,55,75).

  • cyan value is 0.00%
  • magenta value is 89.06%
  • yellow value is 54.69%
  • key color value is 74.90%
CMYK:
(0,89,55,75)
C0M89Y55K75 
(0%,89%,55%,75%)
(0.00/0.89/0.55/0.75)	

CMYK percentages

%0
%89.06
%54.69
%74.9

Codes

Color #40071D in popluar color models

40071D
RGB64729
HSL337°80.28%13.92%
HSB/HSV337°89.06%25.10%
CMYK0.00%89.06%54.69%
74.90%

Color #40071D in popluar number systems.

HEX40071D
Decimal64729
Binary100000011111101
Octal100735

Shades and tints

Shades of #40071D

#40071D
(64,7,29)
#3B071B
(59,7,27)
#360719
(54,7,25)
#310717
(49,7,23)
#2C0715
(44,7,21)
#270713
(39,7,19)
#220711
(34,7,17)
#1D070F
(29,7,15)
#18070D
(24,7,13)
#13070B
(19,7,11)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #40071D

#40071D
(64,7,29)
#511D31
(81,29,49)
#623345
(98,51,69)
#734959
(115,73,89)
#845F6D
(132,95,109)
#957581
(149,117,129)
#A68B95
(166,139,149)
#B7A1A9
(183,161,169)
#C8B7BD
(200,183,189)
#D9CDD1
(217,205,209)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40071D color. Also use rgb(64,7,29) instead hex code.

Text Font Color

.myTextColor { color: #40071D; }

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

This text font color is #40071D.


Background Color

.myBgColor { background-color: #40071D; }

<div style="background-color:#40071D">Inner text</div>

This div background color is #40071D.


Border color

.myBorderColor { border: 1px solid #40071D; }

<div style="border:3px solid #40071D">Div</div>

This div border color is #40071D.


Opacity

.myOpacity80 { color: #40071D; opacity: 0.8; }

<p style="color:#40071D;opacity:0.8;">80%</p>

Text with #40071D 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 #40071D;}

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

This text has shadow with #40071D color.

.textShadow {text-shadow: 3px 3px 1px #40071D, 3px 3px 1px red;}

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

This text has shadow with #40071D primary color and red secondary color.


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

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

This text has shadow with #40071D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40071D on black background.


Color preview on white background

This text has color #40071D on white background.



Black color preview on #40071D background

This text has black color on #40071D background.


White color preview on #40071D background

This text has white color on #40071D background.