COLOR #40632E

HEX: #40632E
RGB: (64,99,46)

Color info

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

RGB color model

#40632E color RGB value is (64,99,46).

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

RGB channels and saturation

R 64 of 255 = 25%
G 99 of 255 = 39%
B 46 of 255 = 18%

64
99
46

R + G + B ~ 27%. #40632E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 99 + 46 = 209 (100%)
R 64 of 209 ~ 30.62%
G 99 of 209 ~ 47.37%
B 46 of 209 ~ 22.01%

%30.62
%47.37
%22.01

CMYK color model

#40632E color CMYK value is (35,0,54,61).

  • cyan value is 35.35%
  • magenta value is 0.00%
  • yellow value is 53.54%
  • key color value is 61.18%
CMYK:
(35,0,54,61)
C35M0Y54K61 
(35%,0%,54%,61%)
(0.35/0.00/0.54/0.61)	

CMYK percentages

%35.35
%0
%53.54
%61.18

Codes

Color #40632E in popluar color models

40632E
RGB649946
HSL100°36.55%28.43%
HSB/HSV100°53.54%38.82%
CMYK35.35%0.00%53.54%
61.18%

Color #40632E in popluar number systems.

HEX40632E
Decimal649946
Binary10000001100011101110
Octal10014356

Shades and tints

Shades of #40632E

#40632E
(64,99,46)
#3B5A2A
(59,90,42)
#365126
(54,81,38)
#314822
(49,72,34)
#2C3F1E
(44,63,30)
#27361A
(39,54,26)
#222D16
(34,45,22)
#1D2412
(29,36,18)
#181B0E
(24,27,14)
#13120A
(19,18,10)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #40632E

#40632E
(64,99,46)
#517141
(81,113,65)
#627F54
(98,127,84)
#738D67
(115,141,103)
#849B7A
(132,155,122)
#95A98D
(149,169,141)
#A6B7A0
(166,183,160)
#B7C5B3
(183,197,179)
#C8D3C6
(200,211,198)
#D9E1D9
(217,225,217)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40632E; }

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

This text font color is #40632E.


Background Color

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

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

This div background color is #40632E.


Border color

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

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

This div border color is #40632E.


Opacity

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

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

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

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

This text has shadow with #40632E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40632E on black background.


Color preview on white background

This text has color #40632E on white background.



Black color preview on #40632E background

This text has black color on #40632E background.


White color preview on #40632E background

This text has white color on #40632E background.