COLOR #40091D

HEX: #40091D
RGB: (64,9,29)

Color info

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

RGB color model

#40091D color RGB value is (64,9,29).

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

RGB channels and saturation

R 64 of 255 = 25%
G 9 of 255 = 4%
B 29 of 255 = 11%

64
9
29

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

Portions of RGB colors in percentages

R + G + B =
64 + 9 + 29 = 102 (100%)
R 64 of 102 ~ 62.75%
G 9 of 102 ~ 8.82%
B 29 of 102 ~ 28.43%

%62.75
%28.43

CMYK color model

#40091D color CMYK value is (0,86,55,75).

  • cyan value is 0.00%
  • magenta value is 85.94%
  • yellow value is 54.69%
  • key color value is 74.90%
CMYK:
(0,86,55,75)
C0M86Y55K75 
(0%,86%,55%,75%)
(0.00/0.86/0.55/0.75)	

CMYK percentages

%0
%85.94
%54.69
%74.9

Codes

Color #40091D in popluar color models

40091D
RGB64929
HSL338°75.34%14.31%
HSB/HSV338°85.94%25.10%
CMYK0.00%85.94%54.69%
74.90%

Color #40091D in popluar number systems.

HEX40091D
Decimal64929
Binary1000000100111101
Octal1001135

Shades and tints

Shades of #40091D

#40091D
(64,9,29)
#3B091B
(59,9,27)
#360919
(54,9,25)
#310917
(49,9,23)
#2C0915
(44,9,21)
#270913
(39,9,19)
#220911
(34,9,17)
#1D090F
(29,9,15)
#18090D
(24,9,13)
#13090B
(19,9,11)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #40091D

#40091D
(64,9,29)
#511F31
(81,31,49)
#623545
(98,53,69)
#734B59
(115,75,89)
#84616D
(132,97,109)
#957781
(149,119,129)
#A68D95
(166,141,149)
#B7A3A9
(183,163,169)
#C8B9BD
(200,185,189)
#D9CFD1
(217,207,209)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40091D; }

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

This text font color is #40091D.


Background Color

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

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

This div background color is #40091D.


Border color

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

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

This div border color is #40091D.


Opacity

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

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

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

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

This text has shadow with #40091D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40091D on black background.


Color preview on white background

This text has color #40091D on white background.



Black color preview on #40091D background

This text has black color on #40091D background.


White color preview on #40091D background

This text has white color on #40091D background.