COLOR #40832E

HEX: #40832E
RGB: (64,131,46)

Color info

#40832E contains mainly green color. Web safe color of #40832E is #339933 (or #393).

RGB color model

#40832E color RGB value is (64,131,46).

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

RGB channels and saturation

R 64 of 255 = 25%
G 131 of 255 = 51%
B 46 of 255 = 18%

64
131
46

R + G + B ~ 31%. #40832E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 131 + 46 = 241 (100%)
R 64 of 241 ~ 26.56%
G 131 of 241 ~ 54.36%
B 46 of 241 ~ 19.09%

%26.56
%54.36
%19.09

CMYK color model

#40832E color CMYK value is (51,0,65,49).

  • cyan value is 51.15%
  • magenta value is 0.00%
  • yellow value is 64.89%
  • key color value is 48.63%
CMYK:
(51,0,65,49)
C51M0Y65K49 
(51%,0%,65%,49%)
(0.51/0.00/0.65/0.49)	

CMYK percentages

%51.15
%0
%64.89
%48.63

Codes

Color #40832E in popluar color models

40832E
RGB6413146
HSL107°48.02%34.71%
HSB/HSV107°64.89%51.37%
CMYK51.15%0.00%64.89%
48.63%

Color #40832E in popluar number systems.

HEX40832E
Decimal6413146
Binary100000010000011101110
Octal10020356

Shades and tints

Shades of #40832E

#40832E
(64,131,46)
#3B782A
(59,120,42)
#366D26
(54,109,38)
#316222
(49,98,34)
#2C571E
(44,87,30)
#274C1A
(39,76,26)
#224116
(34,65,22)
#1D3612
(29,54,18)
#182B0E
(24,43,14)
#13200A
(19,32,10)
#0E1506
(14,21,6)
#000000
(0,0,0)

Tints of #40832E

#40832E
(64,131,46)
#518E41
(81,142,65)
#629954
(98,153,84)
#73A467
(115,164,103)
#84AF7A
(132,175,122)
#95BA8D
(149,186,141)
#A6C5A0
(166,197,160)
#B7D0B3
(183,208,179)
#C8DBC6
(200,219,198)
#D9E6D9
(217,230,217)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40832E; }

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

This text font color is #40832E.


Background Color

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

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

This div background color is #40832E.


Border color

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

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

This div border color is #40832E.


Opacity

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

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

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

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

This text has shadow with #40832E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40832E on black background.


Color preview on white background

This text has color #40832E on white background.



Black color preview on #40832E background

This text has black color on #40832E background.


White color preview on #40832E background

This text has white color on #40832E background.