COLOR #3D7540

HEX: #3D7540 RGB: (61,117,64)

Color info

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

RGB color model

#3D7540 color RGB value is (61,117,64).

RGB: (61,117,64) (24%, 46%, 25%)

RGB channels and saturation

R 61 of 255 = 24%
G 117 of 255 = 46%
B 64 of 255 = 25%

61
117
64

R + G + B ~ 32%. #3D7540 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 117 + 64 = 242 (100%)
R 61 of 242 ~ 25.21%
G 117 of 242 ~ 48.35%
B 64 of 242 ~ 26.45'%

%25.21
%48.35
%26.45

CMYK color model

#3D7540 color CMYK value is (48,0,45,54).

  • cyan value is 47.86%
  • magenta value is 0.00%
  • yellow value is 45.30%
  • key color value is 54.12%

CMYK: (48,0,45,54)
C48M0Y45K54 (48%, 0%, 45%, 54%)
(0.48 / 0.00 / 0.45 / 0.54)

CMYK percentages

%47.86
%0
%45.3
%54.12

Codes

Color #3D7540 in popluar color models

3D 75 40
RGB 61 117 64
HSL 123° 31.46% 34.90%
HSB/HSV 123° 47.86% 45.88%
CMYK 47.86% 0.00% 45.30%
54.12%

Color #3D7540 in popluar number systems.

HEX 3D 75 40
Decimal 61 117 64
Binary 111101 1110101 1000000
Octal 75 165 100

Shades and tints

Shades of #3D7540

#3D7540
(61,117,64)
#386B3B
(56,107,59)
#336136
(51,97,54)
#2E5731
(46,87,49)
#294D2C
(41,77,44)
#244327
(36,67,39)
#1F3922
(31,57,34)
#1A2F1D
(26,47,29)
#152518
(21,37,24)
#101B13
(16,27,19)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #3D7540

#3D7540
(61,117,64)
#4E8151
(78,129,81)
#5F8D62
(95,141,98)
#709973
(112,153,115)
#81A584
(129,165,132)
#92B195
(146,177,149)
#A3BDA6
(163,189,166)
#B4C9B7
(180,201,183)
#C5D5C8
(197,213,200)
#D6E1D9
(214,225,217)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7540; }

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

This text font color is #3D7540.

Background Color

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

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

This div background color is #3D7540.

Border color

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

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

This div border color is #3D7540.

Opacity

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

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

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

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

This text has shadow with #3D7540 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D7540.

Preview

Color preview on black background

This text has color #3D7540 on black background.


Color preview on white background

This text has color #3D7540 on white background.


Black color preview on #3D7540 background

This text has black color on #3D7540 background.


White color preview on #3D7540 background

This text has white color on #3D7540 background.


Related colors

Complementary color

Complementary color for #hex is #C28ABF.


I love getcolorcode.com

Triadic colors

1 #403D75 and #75403D with #3D7540 are triadic colors.

2 #40753D and #753D40 with #3D7540 are triadic colors.