COLOR #3D785F

HEX: #3D785F
RGB: (61,120,95)

Color info

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

RGB color model

#3D785F color RGB value is (61,120,95).

  • red value is 61;
  • green value is 120;
  • blue value is 95.
RGB:
(61,120,95)
(24%,47%,37%)

RGB channels and saturation

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

61
120
95

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

Portions of RGB colors in percentages

R + G + B =
61 + 120 + 95 = 276 (100%)
R 61 of 276 ~ 22.1%
G 120 of 276 ~ 43.48%
B 95 of 276 ~ 34.42%

%22.1
%43.48
%34.42

CMYK color model

#3D785F color CMYK value is (49,0,21,53).

  • cyan value is 49.17%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 52.94%
CMYK:
(49,0,21,53)
C49M0Y21K53 
(49%,0%,21%,53%)
(0.49/0.00/0.21/0.53)	

CMYK percentages

%49.17
%0
%20.83
%52.94

Codes

Color #3D785F in popluar color models

3D785F
RGB6112095
HSL155°32.60%35.49%
HSB/HSV155°49.17%47.06%
CMYK49.17%0.00%20.83%
52.94%

Color #3D785F in popluar number systems.

HEX3D785F
Decimal6112095
Binary11110111110001011111
Octal75170137

Shades and tints

Shades of #3D785F

#3D785F
(61,120,95)
#386E57
(56,110,87)
#33644F
(51,100,79)
#2E5A47
(46,90,71)
#29503F
(41,80,63)
#244637
(36,70,55)
#1F3C2F
(31,60,47)
#1A3227
(26,50,39)
#15281F
(21,40,31)
#101E17
(16,30,23)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #3D785F

#3D785F
(61,120,95)
#4E846D
(78,132,109)
#5F907B
(95,144,123)
#709C89
(112,156,137)
#81A897
(129,168,151)
#92B4A5
(146,180,165)
#A3C0B3
(163,192,179)
#B4CCC1
(180,204,193)
#C5D8CF
(197,216,207)
#D6E4DD
(214,228,221)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D785F; }

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

This text font color is #3D785F.


Background Color

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

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

This div background color is #3D785F.


Border color

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

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

This div border color is #3D785F.


Opacity

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

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

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

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

This text has shadow with #3D785F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D785F on black background.


Color preview on white background

This text has color #3D785F on white background.



Black color preview on #3D785F background

This text has black color on #3D785F background.


White color preview on #3D785F background

This text has white color on #3D785F background.