COLOR #3D785E

HEX: #3D785E RGB: (61,120,94)

Color info

#3D785E contains red, green and blue colors in about the same proportion. Web safe color of #3D785E is #336666 (or #366).

RGB color model

#3D785E color RGB value is (61,120,94).

RGB: (61,120,94) (24%, 47%, 37%)

RGB channels and saturation

R 61 of 255 = 24%
G 120 of 255 = 47%
B 94 of 255 = 37%

61
120
94

R + G + B ~ 36%. #3D785E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 120 + 94 = 275 (100%)
R 61 of 275 ~ 22.18%
G 120 of 275 ~ 43.64%
B 94 of 275 ~ 34.18'%

%22.18
%43.64
%34.18

CMYK color model

#3D785E color CMYK value is (49,0,22,53).

  • cyan value is 49.17%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 52.94%

CMYK: (49,0,22,53)
C49M0Y22K53 (49%, 0%, 22%, 53%)
(0.49 / 0.00 / 0.22 / 0.53)

CMYK percentages

%49.17
%0
%21.67
%52.94

Codes

Color #3D785E in popluar color models

3D 78 5E
RGB 61 120 94
HSL 154° 32.60% 35.49%
HSB/HSV 154° 49.17% 47.06%
CMYK 49.17% 0.00% 21.67%
52.94%

Color #3D785E in popluar number systems.

HEX 3D 78 5E
Decimal 61 120 94
Binary 111101 1111000 1011110
Octal 75 170 136

Shades and tints

Shades of #3D785E

#3D785E
(61,120,94)
#386E56
(56,110,86)
#33644E
(51,100,78)
#2E5A46
(46,90,70)
#29503E
(41,80,62)
#244636
(36,70,54)
#1F3C2E
(31,60,46)
#1A3226
(26,50,38)
#15281E
(21,40,30)
#101E16
(16,30,22)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #3D785E

#3D785E
(61,120,94)
#4E846C
(78,132,108)
#5F907A
(95,144,122)
#709C88
(112,156,136)
#81A896
(129,168,150)
#92B4A4
(146,180,164)
#A3C0B2
(163,192,178)
#B4CCC0
(180,204,192)
#C5D8CE
(197,216,206)
#D6E4DC
(214,228,220)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D785E color. Also use rgb(61,120,94) instead hex code.

Text Font Color

.myTextColor { color: #3D785E; }

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

This text font color is #3D785E.

Background Color

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

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

This div background color is #3D785E.

Border color

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

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

This div border color is #3D785E.

Opacity

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

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

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

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

This text has shadow with #3D785E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D785E.

Preview

Color preview on black background

This text has color #3D785E on black background.


Color preview on white background

This text has color #3D785E on white background.


Black color preview on #3D785E background

This text has black color on #3D785E background.


White color preview on #3D785E background

This text has white color on #3D785E background.


Related colors

Complementary color

Complementary color for #hex is #C287A1.


I love getcolorcode.com

Triadic colors

1 #5E3D78 and #785E3D with #3D785E are triadic colors.

2 #5E783D and #783D5E with #3D785E are triadic colors.