COLOR #3D7F5A

HEX: #3D7F5A RGB: (61,127,90)

Color info

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

RGB color model

#3D7F5A color RGB value is (61,127,90).

RGB: (61,127,90) (24%, 50%, 35%)

RGB channels and saturation

R 61 of 255 = 24%
G 127 of 255 = 50%
B 90 of 255 = 35%

61
127
90

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

Portions of RGB colors in percentages

R + G + B = 61 + 127 + 90 = 278 (100%)
R 61 of 278 ~ 21.94%
G 127 of 278 ~ 45.68%
B 90 of 278 ~ 32.37'%

%21.94
%45.68
%32.37

CMYK color model

#3D7F5A color CMYK value is (52,0,29,50).

  • cyan value is 51.97%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 50.20%
CMYK: (52,0,29,50) C52M0Y29K50 (52%,0%,29%,50%) (0.52/0.00/0.29/0.50) 

CMYK percentages

%51.97
%0
%29.13
%50.2

Codes

Color #3D7F5A in popluar color models

3D 7F 5A
RGB 61 127 90
HSL 146° 35.11% 36.86%
HSB/HSV 146° 51.97% 49.80%
CMYK 51.97% 0.00% 29.13%
50.20%

Color #3D7F5A in popluar number systems.

HEX 3D 7F 5A
Decimal 61 127 90
Binary 111101 1111111 1011010
Octal 75 177 132

Shades and tints

Shades of #3D7F5A

#3D7F5A
(61,127,90)
#387452
(56,116,82)
#33694A
(51,105,74)
#2E5E42
(46,94,66)
#29533A
(41,83,58)
#244832
(36,72,50)
#1F3D2A
(31,61,42)
#1A3222
(26,50,34)
#15271A
(21,39,26)
#101C12
(16,28,18)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #3D7F5A

#3D7F5A
(61,127,90)
#4E8A69
(78,138,105)
#5F9578
(95,149,120)
#70A087
(112,160,135)
#81AB96
(129,171,150)
#92B6A5
(146,182,165)
#A3C1B4
(163,193,180)
#B4CCC3
(180,204,195)
#C5D7D2
(197,215,210)
#D6E2E1
(214,226,225)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7F5A color. Also use rgb(61,127,90) instead hex code.

Text Font Color

.myTextColor { color: #3D7F5A; }

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

This text font color is #3D7F5A.

Background Color

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

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

This div background color is #3D7F5A.

Border color

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

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

This div border color is #3D7F5A.

Opacity

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

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

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

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

This text has shadow with #3D7F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D7F5A.

Preview

Color preview on black background

This text has color #3D7F5A on black background.


Color preview on white background

This text has color #3D7F5A on white background.


Black color preview on #3D7F5A background

This text has black color on #3D7F5A background.


White color preview on #3D7F5A background

This text has white color on #3D7F5A background.


Related colors

Complementary color

Complementary color for #hex is #C280A5.


I love getcolorcode.com

Triadic colors

1 #5A3D7F and #7F5A3D with #3D7F5A are triadic colors.

2 #5A7F3D and #7F3D5A with #3D7F5A are triadic colors.