COLOR #40682D

HEX: #40682D RGB: (64,104,45)

Color info

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

RGB color model

#40682D color RGB value is (64,104,45).

RGB: (64,104,45) (25%, 41%, 18%)

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 45 of 255 = 18%

64
104
45

R + G + B ~ 28%. #40682D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 104 + 45 = 213 (100%)
R 64 of 213 ~ 30.05%
G 104 of 213 ~ 48.83%
B 45 of 213 ~ 21.13'%

%30.05
%48.83
%21.13

CMYK color model

#40682D color CMYK value is (38,0,57,59).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 56.73%
  • key color value is 59.22%

CMYK: (38,0,57,59)
C38M0Y57K59 (38%, 0%, 57%, 59%)
(0.38 / 0.00 / 0.57 / 0.59)

CMYK percentages

%38.46
%0
%56.73
%59.22

Codes

Color #40682D in popluar color models

40 68 2D
RGB 64 104 45
HSL 101° 39.60% 29.22%
HSB/HSV 101° 56.73% 40.78%
CMYK 38.46% 0.00% 56.73%
59.22%

Color #40682D in popluar number systems.

HEX 40 68 2D
Decimal 64 104 45
Binary 1000000 1101000 101101
Octal 100 150 55

Shades and tints

Shades of #40682D

#40682D
(64,104,45)
#3B5F29
(59,95,41)
#365625
(54,86,37)
#314D21
(49,77,33)
#2C441D
(44,68,29)
#273B19
(39,59,25)
#223215
(34,50,21)
#1D2911
(29,41,17)
#18200D
(24,32,13)
#131709
(19,23,9)
#0E0E05
(14,14,5)
#000000
(0,0,0)

Tints of #40682D

#40682D
(64,104,45)
#517540
(81,117,64)
#628253
(98,130,83)
#738F66
(115,143,102)
#849C79
(132,156,121)
#95A98C
(149,169,140)
#A6B69F
(166,182,159)
#B7C3B2
(183,195,178)
#C8D0C5
(200,208,197)
#D9DDD8
(217,221,216)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40682D color. Also use rgb(64,104,45) instead hex code.

Text Font Color

.myTextColor { color: #40682D; }

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

This text font color is #40682D.

Background Color

.myBgColor { background-color: #40682D; }

<div style="background-color:#40682D">Inner text</div>

This div background color is #40682D.

Border color

.myBorderColor { border: 1px solid #40682D; }

<div style="border:3px solid #40682D">Div</div>

This div border color is #40682D.

Opacity

.myOpacity80 { color: #40682D; opacity: 0.8; }

<p style="color:#40682D;opacity:0.8;">80%</p>

Text with #40682D 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 #40682D;}

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

This text has shadow with #40682D color.


.textShadow {text-shadow: 3px 3px 1px #40682D', 3px 3px 1px red;}

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

This text has shadow with #40682D primary color and red secondary color.


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

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

This text has shadow with #40682D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40682D; -webkit-box-shadow: 1px 1px 3px 2px #40682D; box-shadow:1px 1px 3px 2px #40682D;">
Div content here
</div>

This div box has shadow with color #40682D.

Preview

Color preview on black background

This text has color #40682D on black background.


Color preview on white background

This text has color #40682D on white background.


Black color preview on #40682D background

This text has black color on #40682D background.


White color preview on #40682D background

This text has white color on #40682D background.


Related colors

Complementary color

Complementary color for #hex is #BF97D2.


I love getcolorcode.com

Triadic colors

1 #2D4068 and #682D40 with #40682D are triadic colors.

2 #2D6840 and #68402D with #40682D are triadic colors.