COLOR #40071F

HEX: #40071F
RGB: (64,7,31)

Color info

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

RGB color model

#40071F color RGB value is (64,7,31).

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

RGB channels and saturation

R 64 of 255 = 25%
G 7 of 255 = 3%
B 31 of 255 = 12%

64
7
31

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

Portions of RGB colors in percentages

R + G + B =
64 + 7 + 31 = 102 (100%)
R 64 of 102 ~ 62.75%
G 7 of 102 ~ 6.86%
B 31 of 102 ~ 30.39%

%62.75
%30.39

CMYK color model

#40071F color CMYK value is (0,89,52,75).

  • cyan value is 0.00%
  • magenta value is 89.06%
  • yellow value is 51.56%
  • key color value is 74.90%
CMYK:
(0,89,52,75)
C0M89Y52K75 
(0%,89%,52%,75%)
(0.00/0.89/0.52/0.75)	

CMYK percentages

%0
%89.06
%51.56
%74.9

Codes

Color #40071F in popluar color models

40071F
RGB64731
HSL335°80.28%13.92%
HSB/HSV335°89.06%25.10%
CMYK0.00%89.06%51.56%
74.90%

Color #40071F in popluar number systems.

HEX40071F
Decimal64731
Binary100000011111111
Octal100737

Shades and tints

Shades of #40071F

#40071F
(64,7,31)
#3B071D
(59,7,29)
#36071B
(54,7,27)
#310719
(49,7,25)
#2C0717
(44,7,23)
#270715
(39,7,21)
#220713
(34,7,19)
#1D0711
(29,7,17)
#18070F
(24,7,15)
#13070D
(19,7,13)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #40071F

#40071F
(64,7,31)
#511D33
(81,29,51)
#623347
(98,51,71)
#73495B
(115,73,91)
#845F6F
(132,95,111)
#957583
(149,117,131)
#A68B97
(166,139,151)
#B7A1AB
(183,161,171)
#C8B7BF
(200,183,191)
#D9CDD3
(217,205,211)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40071F; }

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

This text font color is #40071F.


Background Color

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

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

This div background color is #40071F.


Border color

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

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

This div border color is #40071F.


Opacity

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

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

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

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

This text has shadow with #40071F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40071F on black background.


Color preview on white background

This text has color #40071F on white background.



Black color preview on #40071F background

This text has black color on #40071F background.


White color preview on #40071F background

This text has white color on #40071F background.