COLOR #3D7131

HEX: #3D7131 RGB: (61,113,49)

Color info

#3D7131 contains mainly red and green colors. Web safe color of #3D7131 is #336633 (or #363).

RGB color model

#3D7131 color RGB value is (61,113,49).

RGB: (61,113,49) (24%, 44%, 19%)

RGB channels and saturation

R 61 of 255 = 24%
G 113 of 255 = 44%
B 49 of 255 = 19%

61
113
49

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

Portions of RGB colors in percentages

R + G + B = 61 + 113 + 49 = 223 (100%)
R 61 of 223 ~ 27.35%
G 113 of 223 ~ 50.67%
B 49 of 223 ~ 21.97'%

%27.35
%50.67
%21.97

CMYK color model

#3D7131 color CMYK value is (46,0,57,56).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 56.64%
  • key color value is 55.69%

CMYK: (46,0,57,56)
C46M0Y57K56 (46%, 0%, 57%, 56%)
(0.46 / 0.00 / 0.57 / 0.56)

CMYK percentages

%46.02
%0
%56.64
%55.69

Codes

Color #3D7131 in popluar color models

3D 71 31
RGB 61 113 49
HSL 109° 39.51% 31.76%
HSB/HSV 109° 56.64% 44.31%
CMYK 46.02% 0.00% 56.64%
55.69%

Color #3D7131 in popluar number systems.

HEX 3D 71 31
Decimal 61 113 49
Binary 111101 1110001 110001
Octal 75 161 61

Shades and tints

Shades of #3D7131

#3D7131
(61,113,49)
#38672D
(56,103,45)
#335D29
(51,93,41)
#2E5325
(46,83,37)
#294921
(41,73,33)
#243F1D
(36,63,29)
#1F3519
(31,53,25)
#1A2B15
(26,43,21)
#152111
(21,33,17)
#10170D
(16,23,13)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #3D7131

#3D7131
(61,113,49)
#4E7D43
(78,125,67)
#5F8955
(95,137,85)
#709567
(112,149,103)
#81A179
(129,161,121)
#92AD8B
(146,173,139)
#A3B99D
(163,185,157)
#B4C5AF
(180,197,175)
#C5D1C1
(197,209,193)
#D6DDD3
(214,221,211)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7131 color. Also use rgb(61,113,49) instead hex code.

Text Font Color

.myTextColor { color: #3D7131; }

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

This text font color is #3D7131.

Background Color

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

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

This div background color is #3D7131.

Border color

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

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

This div border color is #3D7131.

Opacity

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

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

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

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

This text has shadow with #3D7131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D7131.

Preview

Color preview on black background

This text has color #3D7131 on black background.


Color preview on white background

This text has color #3D7131 on white background.


Black color preview on #3D7131 background

This text has black color on #3D7131 background.


White color preview on #3D7131 background

This text has white color on #3D7131 background.


Related colors

Complementary color

Complementary color for #hex is #C28ECE.


I love getcolorcode.com

Triadic colors

1 #313D71 and #71313D with #3D7131 are triadic colors.

2 #31713D and #713D31 with #3D7131 are triadic colors.