COLOR #40492C

HEX: #40492C
RGB: (64,73,44)

Color info

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

RGB color model

#40492C color RGB value is (64,73,44).

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

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 44 of 255 = 17%

64
73
44

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

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 44 = 181 (100%)
R 64 of 181 ~ 35.36%
G 73 of 181 ~ 40.33%
B 44 of 181 ~ 24.31%

%35.36
%40.33
%24.31

CMYK color model

#40492C color CMYK value is (12,0,40,71).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 71.37%
CMYK:
(12,0,40,71)
C12M0Y40K71 
(12%,0%,40%,71%)
(0.12/0.00/0.40/0.71)	

CMYK percentages

%12.33
%0
%39.73
%71.37

Codes

Color #40492C in popluar color models

40492C
RGB647344
HSL79°24.79%22.94%
HSB/HSV79°39.73%28.63%
CMYK12.33%0.00%39.73%
71.37%

Color #40492C in popluar number systems.

HEX40492C
Decimal647344
Binary10000001001001101100
Octal10011154

Shades and tints

Shades of #40492C

#40492C
(64,73,44)
#3B4328
(59,67,40)
#363D24
(54,61,36)
#313720
(49,55,32)
#2C311C
(44,49,28)
#272B18
(39,43,24)
#222514
(34,37,20)
#1D1F10
(29,31,16)
#18190C
(24,25,12)
#131308
(19,19,8)
#0E0D04
(14,13,4)
#000000
(0,0,0)

Tints of #40492C

#40492C
(64,73,44)
#51593F
(81,89,63)
#626952
(98,105,82)
#737965
(115,121,101)
#848978
(132,137,120)
#95998B
(149,153,139)
#A6A99E
(166,169,158)
#B7B9B1
(183,185,177)
#C8C9C4
(200,201,196)
#D9D9D7
(217,217,215)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40492C; }

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

This text font color is #40492C.


Background Color

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

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

This div background color is #40492C.


Border color

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

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

This div border color is #40492C.


Opacity

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

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

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

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

This text has shadow with #40492C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40492C on black background.


Color preview on white background

This text has color #40492C on white background.



Black color preview on #40492C background

This text has black color on #40492C background.


White color preview on #40492C background

This text has white color on #40492C background.