COLOR #40502E

HEX: #40502E
RGB: (64,80,46)

Color info

#40502E contains red, green and blue colors in about the same proportion. Web safe color of #40502E is #336633 (or #363).

RGB color model

#40502E color RGB value is (64,80,46).

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

RGB channels and saturation

R 64 of 255 = 25%
G 80 of 255 = 31%
B 46 of 255 = 18%

64
80
46

R + G + B ~ 25%. #40502E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 80 + 46 = 190 (100%)
R 64 of 190 ~ 33.68%
G 80 of 190 ~ 42.11%
B 46 of 190 ~ 24.21%

%33.68
%42.11
%24.21

CMYK color model

#40502E color CMYK value is (20,0,43,69).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 68.63%
CMYK:
(20,0,43,69)
C20M0Y43K69 
(20%,0%,43%,69%)
(0.20/0.00/0.43/0.69)	

CMYK percentages

%20
%0
%42.5
%68.63

Codes

Color #40502E in popluar color models

40502E
RGB648046
HSL88°26.98%24.71%
HSB/HSV88°42.50%31.37%
CMYK20.00%0.00%42.50%
68.63%

Color #40502E in popluar number systems.

HEX40502E
Decimal648046
Binary10000001010000101110
Octal10012056

Shades and tints

Shades of #40502E

#40502E
(64,80,46)
#3B492A
(59,73,42)
#364226
(54,66,38)
#313B22
(49,59,34)
#2C341E
(44,52,30)
#272D1A
(39,45,26)
#222616
(34,38,22)
#1D1F12
(29,31,18)
#18180E
(24,24,14)
#13110A
(19,17,10)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #40502E

#40502E
(64,80,46)
#515F41
(81,95,65)
#626E54
(98,110,84)
#737D67
(115,125,103)
#848C7A
(132,140,122)
#959B8D
(149,155,141)
#A6AAA0
(166,170,160)
#B7B9B3
(183,185,179)
#C8C8C6
(200,200,198)
#D9D7D9
(217,215,217)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40502E; }

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

This text font color is #40502E.


Background Color

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

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

This div background color is #40502E.


Border color

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

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

This div border color is #40502E.


Opacity

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

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

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

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

This text has shadow with #40502E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40502E on black background.


Color preview on white background

This text has color #40502E on white background.



Black color preview on #40502E background

This text has black color on #40502E background.


White color preview on #40502E background

This text has white color on #40502E background.