COLOR #40293E

HEX: #40293E
RGB: (64,41,62)

Color info

#40293E contains red, green and blue colors in about the same proportion. Web safe color of #40293E is #333333 (or #333).

RGB color model

#40293E color RGB value is (64,41,62).

  • red value is 64;
  • green value is 41;
  • blue value is 62.
RGB:
(64,41,62)
(25%,16%,24%)

RGB channels and saturation

R 64 of 255 = 25%
G 41 of 255 = 16%
B 62 of 255 = 24%

64
41
62

R + G + B ~ 22%. #40293E is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 41 + 62 = 167 (100%)
R 64 of 167 ~ 38.32%
G 41 of 167 ~ 24.55%
B 62 of 167 ~ 37.13%

%38.32
%24.55
%37.13

CMYK color model

#40293E color CMYK value is (0,36,3,75).

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 3.12%
  • key color value is 74.90%
CMYK:
(0,36,3,75)
C0M36Y3K75 
(0%,36%,3%,75%)
(0.00/0.36/0.03/0.75)	

CMYK percentages

%0
%35.94
%3.12
%74.9

Codes

Color #40293E in popluar color models

40293E
RGB644162
HSL305°21.90%20.59%
HSB/HSV305°35.94%25.10%
CMYK0.00%35.94%3.12%
74.90%

Color #40293E in popluar number systems.

HEX40293E
Decimal644162
Binary1000000101001111110
Octal1005176

Shades and tints

Shades of #40293E

#40293E
(64,41,62)
#3B2639
(59,38,57)
#362334
(54,35,52)
#31202F
(49,32,47)
#2C1D2A
(44,29,42)
#271A25
(39,26,37)
#221720
(34,23,32)
#1D141B
(29,20,27)
#181116
(24,17,22)
#130E11
(19,14,17)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #40293E

#40293E
(64,41,62)
#513C4F
(81,60,79)
#624F60
(98,79,96)
#736271
(115,98,113)
#847582
(132,117,130)
#958893
(149,136,147)
#A69BA4
(166,155,164)
#B7AEB5
(183,174,181)
#C8C1C6
(200,193,198)
#D9D4D7
(217,212,215)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40293E color. Also use rgb(64,41,62) instead hex code.

Text Font Color

.myTextColor { color: #40293E; }

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

This text font color is #40293E.


Background Color

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

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

This div background color is #40293E.


Border color

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

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

This div border color is #40293E.


Opacity

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

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

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

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

This text has shadow with #40293E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40293E on black background.


Color preview on white background

This text has color #40293E on white background.



Black color preview on #40293E background

This text has black color on #40293E background.


White color preview on #40293E background

This text has white color on #40293E background.