COLOR #40362E

HEX: #40362E
RGB: (64,54,46)

Color info

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

RGB color model

#40362E color RGB value is (64,54,46).

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

RGB channels and saturation

R 64 of 255 = 25%
G 54 of 255 = 21%
B 46 of 255 = 18%

64
54
46

R + G + B ~ 21%. #40362E is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 54 + 46 = 164 (100%)
R 64 of 164 ~ 39.02%
G 54 of 164 ~ 32.93%
B 46 of 164 ~ 28.05%

%39.02
%32.93
%28.05

CMYK color model

#40362E color CMYK value is (0,16,28,75).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 28.13%
  • key color value is 74.90%
CMYK:
(0,16,28,75)
C0M16Y28K75 
(0%,16%,28%,75%)
(0.00/0.16/0.28/0.75)	

CMYK percentages

%0
%15.63
%28.13
%74.9

Codes

Color #40362E in popluar color models

40362E
RGB645446
HSL27°16.36%21.57%
HSB/HSV27°28.13%25.10%
CMYK0.00%15.63%28.13%
74.90%

Color #40362E in popluar number systems.

HEX40362E
Decimal645446
Binary1000000110110101110
Octal1006656

Shades and tints

Shades of #40362E

#40362E
(64,54,46)
#3B322A
(59,50,42)
#362E26
(54,46,38)
#312A22
(49,42,34)
#2C261E
(44,38,30)
#27221A
(39,34,26)
#221E16
(34,30,22)
#1D1A12
(29,26,18)
#18160E
(24,22,14)
#13120A
(19,18,10)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #40362E

#40362E
(64,54,46)
#514841
(81,72,65)
#625A54
(98,90,84)
#736C67
(115,108,103)
#847E7A
(132,126,122)
#95908D
(149,144,141)
#A6A2A0
(166,162,160)
#B7B4B3
(183,180,179)
#C8C6C6
(200,198,198)
#D9D8D9
(217,216,217)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40362E; }

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

This text font color is #40362E.


Background Color

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

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

This div background color is #40362E.


Border color

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

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

This div border color is #40362E.


Opacity

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

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

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

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

This text has shadow with #40362E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40362E on black background.


Color preview on white background

This text has color #40362E on white background.



Black color preview on #40362E background

This text has black color on #40362E background.


White color preview on #40362E background

This text has white color on #40362E background.