COLOR #40492E

HEX: #40492E
RGB: (64,73,46)

Color info

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

RGB color model

#40492E color RGB value is (64,73,46).

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

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 46 of 255 = 18%

64
73
46

R + G + B ~ 24%. #40492E is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 46 = 183 (100%)
R 64 of 183 ~ 34.97%
G 73 of 183 ~ 39.89%
B 46 of 183 ~ 25.14%

%34.97
%39.89
%25.14

CMYK color model

#40492E color CMYK value is (12,0,37,71).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 71.37%
CMYK:
(12,0,37,71)
C12M0Y37K71 
(12%,0%,37%,71%)
(0.12/0.00/0.37/0.71)	

CMYK percentages

%12.33
%0
%36.99
%71.37

Codes

Color #40492E in popluar color models

40492E
RGB647346
HSL80°22.69%23.33%
HSB/HSV80°36.99%28.63%
CMYK12.33%0.00%36.99%
71.37%

Color #40492E in popluar number systems.

HEX40492E
Decimal647346
Binary10000001001001101110
Octal10011156

Shades and tints

Shades of #40492E

#40492E
(64,73,46)
#3B432A
(59,67,42)
#363D26
(54,61,38)
#313722
(49,55,34)
#2C311E
(44,49,30)
#272B1A
(39,43,26)
#222516
(34,37,22)
#1D1F12
(29,31,18)
#18190E
(24,25,14)
#13130A
(19,19,10)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #40492E

#40492E
(64,73,46)
#515941
(81,89,65)
#626954
(98,105,84)
#737967
(115,121,103)
#84897A
(132,137,122)
#95998D
(149,153,141)
#A6A9A0
(166,169,160)
#B7B9B3
(183,185,179)
#C8C9C6
(200,201,198)
#D9D9D9
(217,217,217)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40492E; }

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

This text font color is #40492E.


Background Color

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

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

This div background color is #40492E.


Border color

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

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

This div border color is #40492E.


Opacity

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

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

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

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

This text has shadow with #40492E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40492E on black background.


Color preview on white background

This text has color #40492E on white background.



Black color preview on #40492E background

This text has black color on #40492E background.


White color preview on #40492E background

This text has white color on #40492E background.