COLOR #40293A

HEX: #40293A
RGB: (64,41,58)

Color info

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

RGB color model

#40293A color RGB value is (64,41,58).

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

RGB channels and saturation

R 64 of 255 = 25%
G 41 of 255 = 16%
B 58 of 255 = 23%

64
41
58

R + G + B ~ 21%. #40293A is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 41 + 58 = 163 (100%)
R 64 of 163 ~ 39.26%
G 41 of 163 ~ 25.15%
B 58 of 163 ~ 35.58%

%39.26
%25.15
%35.58

CMYK color model

#40293A color CMYK value is (0,36,9,75).

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 9.38%
  • key color value is 74.90%
CMYK:
(0,36,9,75)
C0M36Y9K75 
(0%,36%,9%,75%)
(0.00/0.36/0.09/0.75)	

CMYK percentages

%0
%35.94
%9.38
%74.9

Codes

Color #40293A in popluar color models

40293A
RGB644158
HSL316°21.90%20.59%
HSB/HSV316°35.94%25.10%
CMYK0.00%35.94%9.38%
74.90%

Color #40293A in popluar number systems.

HEX40293A
Decimal644158
Binary1000000101001111010
Octal1005172

Shades and tints

Shades of #40293A

#40293A
(64,41,58)
#3B2635
(59,38,53)
#362330
(54,35,48)
#31202B
(49,32,43)
#2C1D26
(44,29,38)
#271A21
(39,26,33)
#22171C
(34,23,28)
#1D1417
(29,20,23)
#181112
(24,17,18)
#130E0D
(19,14,13)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #40293A

#40293A
(64,41,58)
#513C4B
(81,60,75)
#624F5C
(98,79,92)
#73626D
(115,98,109)
#84757E
(132,117,126)
#95888F
(149,136,143)
#A69BA0
(166,155,160)
#B7AEB1
(183,174,177)
#C8C1C2
(200,193,194)
#D9D4D3
(217,212,211)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40293A; }

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

This text font color is #40293A.


Background Color

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

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

This div background color is #40293A.


Border color

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

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

This div border color is #40293A.


Opacity

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

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

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

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

This text has shadow with #40293A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40293A on black background.


Color preview on white background

This text has color #40293A on white background.



Black color preview on #40293A background

This text has black color on #40293A background.


White color preview on #40293A background

This text has white color on #40293A background.