COLOR #3D6040

HEX: #3D6040 RGB: (61,96,64)

Color info

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

RGB color model

#3D6040 color RGB value is (61,96,64).

RGB: (61,96,64) (24%, 38%, 25%)

RGB channels and saturation

R 61 of 255 = 24%
G 96 of 255 = 38%
B 64 of 255 = 25%

61
96
64

R + G + B ~ 29%. #3D6040 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 96 + 64 = 221 (100%)
R 61 of 221 ~ 27.6%
G 96 of 221 ~ 43.44%
B 64 of 221 ~ 28.96'%

%27.6
%43.44
%28.96

CMYK color model

#3D6040 color CMYK value is (36,0,33,62).

  • cyan value is 36.46%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 62.35%

CMYK: (36,0,33,62)
C36M0Y33K62 (36%, 0%, 33%, 62%)
(0.36 / 0.00 / 0.33 / 0.62)

CMYK percentages

%36.46
%0
%33.33
%62.35

Codes

Color #3D6040 in popluar color models

3D 60 40
RGB 61 96 64
HSL 125° 22.29% 30.78%
HSB/HSV 125° 36.46% 37.65%
CMYK 36.46% 0.00% 33.33%
62.35%

Color #3D6040 in popluar number systems.

HEX 3D 60 40
Decimal 61 96 64
Binary 111101 1100000 1000000
Octal 75 140 100

Shades and tints

Shades of #3D6040

#3D6040
(61,96,64)
#38583B
(56,88,59)
#335036
(51,80,54)
#2E4831
(46,72,49)
#29402C
(41,64,44)
#243827
(36,56,39)
#1F3022
(31,48,34)
#1A281D
(26,40,29)
#152018
(21,32,24)
#101813
(16,24,19)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #3D6040

#3D6040
(61,96,64)
#4E6E51
(78,110,81)
#5F7C62
(95,124,98)
#708A73
(112,138,115)
#819884
(129,152,132)
#92A695
(146,166,149)
#A3B4A6
(163,180,166)
#B4C2B7
(180,194,183)
#C5D0C8
(197,208,200)
#D6DED9
(214,222,217)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6040 color. Also use rgb(61,96,64) instead hex code.

Text Font Color

.myTextColor { color: #3D6040; }

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

This text font color is #3D6040.

Background Color

.myBgColor { background-color: #3D6040; }

<div style="background-color:#3D6040">Inner text</div>

This div background color is #3D6040.

Border color

.myBorderColor { border: 1px solid #3D6040; }

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

This div border color is #3D6040.

Opacity

.myOpacity80 { color: #3D6040; opacity: 0.8; }

<p style="color:#3D6040;opacity:0.8;">80%</p>

Text with #3D6040 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 #3D6040;}

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

This text has shadow with #3D6040 color.


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

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

This text has shadow with #3D6040 primary color and red secondary color.


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

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

This text has shadow with #3D6040 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3D6040.

Preview

Color preview on black background

This text has color #3D6040 on black background.


Color preview on white background

This text has color #3D6040 on white background.


Black color preview on #3D6040 background

This text has black color on #3D6040 background.


White color preview on #3D6040 background

This text has white color on #3D6040 background.


Related colors

Complementary color

Complementary color for #hex is #C29FBF.


I love getcolorcode.com

Triadic colors

1 #403D60 and #60403D with #3D6040 are triadic colors.

2 #40603D and #603D40 with #3D6040 are triadic colors.