COLOR #40092F

HEX: #40092F
RGB: (64,9,47)

Color info

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

RGB color model

#40092F color RGB value is (64,9,47).

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

RGB channels and saturation

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

64
9
47

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

Portions of RGB colors in percentages

R + G + B =
64 + 9 + 47 = 120 (100%)
R 64 of 120 ~ 53.33%
G 9 of 120 ~ 7.5%
B 47 of 120 ~ 39.17%

%53.33
%39.17

CMYK color model

#40092F color CMYK value is (0,86,27,75).

  • cyan value is 0.00%
  • magenta value is 85.94%
  • yellow value is 26.56%
  • key color value is 74.90%
CMYK:
(0,86,27,75)
C0M86Y27K75 
(0%,86%,27%,75%)
(0.00/0.86/0.27/0.75)	

CMYK percentages

%0
%85.94
%26.56
%74.9

Codes

Color #40092F in popluar color models

40092F
RGB64947
HSL319°75.34%14.31%
HSB/HSV319°85.94%25.10%
CMYK0.00%85.94%26.56%
74.90%

Color #40092F in popluar number systems.

HEX40092F
Decimal64947
Binary10000001001101111
Octal1001157

Shades and tints

Shades of #40092F

#40092F
(64,9,47)
#3B092B
(59,9,43)
#360927
(54,9,39)
#310923
(49,9,35)
#2C091F
(44,9,31)
#27091B
(39,9,27)
#220917
(34,9,23)
#1D0913
(29,9,19)
#18090F
(24,9,15)
#13090B
(19,9,11)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #40092F

#40092F
(64,9,47)
#511F41
(81,31,65)
#623553
(98,53,83)
#734B65
(115,75,101)
#846177
(132,97,119)
#957789
(149,119,137)
#A68D9B
(166,141,155)
#B7A3AD
(183,163,173)
#C8B9BF
(200,185,191)
#D9CFD1
(217,207,209)
#EAE5E3
(234,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40092F; }

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

This text font color is #40092F.


Background Color

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

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

This div background color is #40092F.


Border color

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

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

This div border color is #40092F.


Opacity

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

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

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

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

This text has shadow with #40092F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40092F on black background.


Color preview on white background

This text has color #40092F on white background.



Black color preview on #40092F background

This text has black color on #40092F background.


White color preview on #40092F background

This text has white color on #40092F background.