COLOR #3D7771

HEX: #3D7771 RGB: (61,119,113)

Color info

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

RGB color model

#3D7771 color RGB value is (61,119,113).

RGB: (61,119,113) (24%, 47%, 44%)

RGB channels and saturation

R 61 of 255 = 24%
G 119 of 255 = 47%
B 113 of 255 = 44%

61
119
113

R + G + B ~ 38%. #3D7771 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 119 + 113 = 293 (100%)
R 61 of 293 ~ 20.82%
G 119 of 293 ~ 40.61%
B 113 of 293 ~ 38.57'%

%20.82
%40.61
%38.57

CMYK color model

#3D7771 color CMYK value is (49,0,5,53).

  • cyan value is 48.74%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 53.33%

CMYK: (49,0,5,53)
C49M0Y5K53 (49%, 0%, 5%, 53%)
(0.49 / 0.00 / 0.05 / 0.53)

CMYK percentages

%48.74
%0
%5.04
%53.33

Codes

Color #3D7771 in popluar color models

3D 77 71
RGB 61 119 113
HSL 174° 32.22% 35.29%
HSB/HSV 174° 48.74% 46.67%
CMYK 48.74% 0.00% 5.04%
53.33%

Color #3D7771 in popluar number systems.

HEX 3D 77 71
Decimal 61 119 113
Binary 111101 1110111 1110001
Octal 75 167 161

Shades and tints

Shades of #3D7771

#3D7771
(61,119,113)
#386D67
(56,109,103)
#33635D
(51,99,93)
#2E5953
(46,89,83)
#294F49
(41,79,73)
#24453F
(36,69,63)
#1F3B35
(31,59,53)
#1A312B
(26,49,43)
#152721
(21,39,33)
#101D17
(16,29,23)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #3D7771

#3D7771
(61,119,113)
#4E837D
(78,131,125)
#5F8F89
(95,143,137)
#709B95
(112,155,149)
#81A7A1
(129,167,161)
#92B3AD
(146,179,173)
#A3BFB9
(163,191,185)
#B4CBC5
(180,203,197)
#C5D7D1
(197,215,209)
#D6E3DD
(214,227,221)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7771 color. Also use rgb(61,119,113) instead hex code.

Text Font Color

.myTextColor { color: #3D7771; }

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

This text font color is #3D7771.

Background Color

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

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

This div background color is #3D7771.

Border color

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

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

This div border color is #3D7771.

Opacity

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

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

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

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

This text has shadow with #3D7771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D7771.

Preview

Color preview on black background

This text has color #3D7771 on black background.


Color preview on white background

This text has color #3D7771 on white background.


Black color preview on #3D7771 background

This text has black color on #3D7771 background.


White color preview on #3D7771 background

This text has white color on #3D7771 background.


Related colors

Complementary color

Complementary color for #hex is #C2888E.


I love getcolorcode.com

Triadic colors

1 #713D77 and #77713D with #3D7771 are triadic colors.

2 #71773D and #773D71 with #3D7771 are triadic colors.