COLOR #40092E

HEX: #40092E
RGB: (64,9,46)

Color info

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

RGB color model

#40092E color RGB value is (64,9,46).

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

RGB channels and saturation

R 64 of 255 = 25%
G 9 of 255 = 4%
B 46 of 255 = 18%

64
9
46

R + G + B ~ 16%. #40092E is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 9 + 46 = 119 (100%)
R 64 of 119 ~ 53.78%
G 9 of 119 ~ 7.56%
B 46 of 119 ~ 38.66%

%53.78
%38.66

CMYK color model

#40092E color CMYK value is (0,86,28,75).

  • cyan value is 0.00%
  • magenta value is 85.94%
  • yellow value is 28.13%
  • key color value is 74.90%
CMYK:
(0,86,28,75)
C0M86Y28K75 
(0%,86%,28%,75%)
(0.00/0.86/0.28/0.75)	

CMYK percentages

%0
%85.94
%28.13
%74.9

Codes

Color #40092E in popluar color models

40092E
RGB64946
HSL320°75.34%14.31%
HSB/HSV320°85.94%25.10%
CMYK0.00%85.94%28.13%
74.90%

Color #40092E in popluar number systems.

HEX40092E
Decimal64946
Binary10000001001101110
Octal1001156

Shades and tints

Shades of #40092E

#40092E
(64,9,46)
#3B092A
(59,9,42)
#360926
(54,9,38)
#310922
(49,9,34)
#2C091E
(44,9,30)
#27091A
(39,9,26)
#220916
(34,9,22)
#1D0912
(29,9,18)
#18090E
(24,9,14)
#13090A
(19,9,10)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #40092E

#40092E
(64,9,46)
#511F41
(81,31,65)
#623554
(98,53,84)
#734B67
(115,75,103)
#84617A
(132,97,122)
#95778D
(149,119,141)
#A68DA0
(166,141,160)
#B7A3B3
(183,163,179)
#C8B9C6
(200,185,198)
#D9CFD9
(217,207,217)
#EAE5EC
(234,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40092E color. Also use rgb(64,9,46) instead hex code.

Text Font Color

.myTextColor { color: #40092E; }

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

This text font color is #40092E.


Background Color

.myBgColor { background-color: #40092E; }

<div style="background-color:#40092E">Inner text</div>

This div background color is #40092E.


Border color

.myBorderColor { border: 1px solid #40092E; }

<div style="border:3px solid #40092E">Div</div>

This div border color is #40092E.


Opacity

.myOpacity80 { color: #40092E; opacity: 0.8; }

<p style="color:#40092E;opacity:0.8;">80%</p>

Text with #40092E 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 #40092E;}

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

This text has shadow with #40092E color.

.textShadow {text-shadow: 3px 3px 1px #40092E, 3px 3px 1px red;}

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

This text has shadow with #40092E primary color and red secondary color.


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

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

This text has shadow with #40092E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40092E on black background.


Color preview on white background

This text has color #40092E on white background.



Black color preview on #40092E background

This text has black color on #40092E background.


White color preview on #40092E background

This text has white color on #40092E background.