COLOR #3D7D5F

HEX: #3D7D5F
RGB: (61,125,95)

Color info

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

RGB color model

#3D7D5F color RGB value is (61,125,95).

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

RGB channels and saturation

R 61 of 255 = 24%
G 125 of 255 = 49%
B 95 of 255 = 37%

61
125
95

R + G + B ~ 37%. #3D7D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 125 + 95 = 281 (100%)
R 61 of 281 ~ 21.71%
G 125 of 281 ~ 44.48%
B 95 of 281 ~ 33.81%

%21.71
%44.48
%33.81

CMYK color model

#3D7D5F color CMYK value is (51,0,24,51).

  • cyan value is 51.20%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(51,0,24,51)
C51M0Y24K51 
(51%,0%,24%,51%)
(0.51/0.00/0.24/0.51)	

CMYK percentages

%51.2
%0
%24
%50.98

Codes

Color #3D7D5F in popluar color models

3D7D5F
RGB6112595
HSL152°34.41%36.47%
HSB/HSV152°51.20%49.02%
CMYK51.20%0.00%24.00%
50.98%

Color #3D7D5F in popluar number systems.

HEX3D7D5F
Decimal6112595
Binary11110111111011011111
Octal75175137

Shades and tints

Shades of #3D7D5F

#3D7D5F
(61,125,95)
#387257
(56,114,87)
#33674F
(51,103,79)
#2E5C47
(46,92,71)
#29513F
(41,81,63)
#244637
(36,70,55)
#1F3B2F
(31,59,47)
#1A3027
(26,48,39)
#15251F
(21,37,31)
#101A17
(16,26,23)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #3D7D5F

#3D7D5F
(61,125,95)
#4E886D
(78,136,109)
#5F937B
(95,147,123)
#709E89
(112,158,137)
#81A997
(129,169,151)
#92B4A5
(146,180,165)
#A3BFB3
(163,191,179)
#B4CAC1
(180,202,193)
#C5D5CF
(197,213,207)
#D6E0DD
(214,224,221)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7D5F; }

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

This text font color is #3D7D5F.


Background Color

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

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

This div background color is #3D7D5F.


Border color

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

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

This div border color is #3D7D5F.


Opacity

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

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

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

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

This text has shadow with #3D7D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7D5F on black background.


Color preview on white background

This text has color #3D7D5F on white background.



Black color preview on #3D7D5F background

This text has black color on #3D7D5F background.


White color preview on #3D7D5F background

This text has white color on #3D7D5F background.