COLOR #3D8050

HEX: #3D8050 RGB: (61,128,80)

Color info

#3D8050 contains mainly green and blue colors. Web safe color of #3D8050 is #336666 (or #366).

RGB color model

#3D8050 color RGB value is (61,128,80).

RGB: (61,128,80) (24%, 50%, 31%)

RGB channels and saturation

R 61 of 255 = 24%
G 128 of 255 = 50%
B 80 of 255 = 31%

61
128
80

R + G + B ~ 35%. #3D8050 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 128 + 80 = 269 (100%)
R 61 of 269 ~ 22.68%
G 128 of 269 ~ 47.58%
B 80 of 269 ~ 29.74'%

%22.68
%47.58
%29.74

CMYK color model

#3D8050 color CMYK value is (52,0,38,50).

  • cyan value is 52.34%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 49.80%

CMYK: (52,0,38,50)
C52M0Y38K50 (52%, 0%, 38%, 50%)
(0.52 / 0.00 / 0.38 / 0.50)

CMYK percentages

%52.34
%0
%37.5
%49.8

Codes

Color #3D8050 in popluar color models

3D 80 50
RGB 61 128 80
HSL 137° 35.45% 37.06%
HSB/HSV 137° 52.34% 50.20%
CMYK 52.34% 0.00% 37.50%
49.80%

Color #3D8050 in popluar number systems.

HEX 3D 80 50
Decimal 61 128 80
Binary 111101 10000000 1010000
Octal 75 200 120

Shades and tints

Shades of #3D8050

#3D8050
(61,128,80)
#387549
(56,117,73)
#336A42
(51,106,66)
#2E5F3B
(46,95,59)
#295434
(41,84,52)
#24492D
(36,73,45)
#1F3E26
(31,62,38)
#1A331F
(26,51,31)
#152818
(21,40,24)
#101D11
(16,29,17)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #3D8050

#3D8050
(61,128,80)
#4E8B5F
(78,139,95)
#5F966E
(95,150,110)
#70A17D
(112,161,125)
#81AC8C
(129,172,140)
#92B79B
(146,183,155)
#A3C2AA
(163,194,170)
#B4CDB9
(180,205,185)
#C5D8C8
(197,216,200)
#D6E3D7
(214,227,215)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D8050 color. Also use rgb(61,128,80) instead hex code.

Text Font Color

.myTextColor { color: #3D8050; }

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

This text font color is #3D8050.

Background Color

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

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

This div background color is #3D8050.

Border color

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

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

This div border color is #3D8050.

Opacity

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

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

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

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

This text has shadow with #3D8050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D8050.

Preview

Color preview on black background

This text has color #3D8050 on black background.


Color preview on white background

This text has color #3D8050 on white background.


Black color preview on #3D8050 background

This text has black color on #3D8050 background.


White color preview on #3D8050 background

This text has white color on #3D8050 background.


Related colors

Complementary color

Complementary color for #hex is #C27FAF.


I love getcolorcode.com

Triadic colors

1 #503D80 and #80503D with #3D8050 are triadic colors.

2 #50803D and #803D50 with #3D8050 are triadic colors.