COLOR #3D7879

HEX: #3D7879 RGB: (61,120,121)

Color info

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

RGB color model

#3D7879 color RGB value is (61,120,121).

RGB: (61,120,121) (24%, 47%, 47%)

RGB channels and saturation

R 61 of 255 = 24%
G 120 of 255 = 47%
B 121 of 255 = 47%

61
120
121

R + G + B ~ 39%. #3D7879 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 120 + 121 = 302 (100%)
R 61 of 302 ~ 20.2%
G 120 of 302 ~ 39.74%
B 121 of 302 ~ 40.07'%

%20.2
%39.74
%40.07

CMYK color model

#3D7879 color CMYK value is (50,1,0,53).

  • cyan value is 49.59%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (50,1,0,53)
C50M1Y0K53 (50%, 1%, 0%, 53%)
(0.50 / 0.01 / 0.00 / 0.53)

CMYK percentages

%49.59
%0.83
%0
%52.55

Codes

Color #3D7879 in popluar color models

3D 78 79
RGB 61 120 121
HSL 181° 32.97% 35.69%
HSB/HSV 181° 49.59% 47.45%
CMYK 49.59% 0.83% 0.00%
52.55%

Color #3D7879 in popluar number systems.

HEX 3D 78 79
Decimal 61 120 121
Binary 111101 1111000 1111001
Octal 75 170 171

Shades and tints

Shades of #3D7879

#3D7879
(61,120,121)
#386E6E
(56,110,110)
#336463
(51,100,99)
#2E5A58
(46,90,88)
#29504D
(41,80,77)
#244642
(36,70,66)
#1F3C37
(31,60,55)
#1A322C
(26,50,44)
#152821
(21,40,33)
#101E16
(16,30,22)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #3D7879

#3D7879
(61,120,121)
#4E8485
(78,132,133)
#5F9091
(95,144,145)
#709C9D
(112,156,157)
#81A8A9
(129,168,169)
#92B4B5
(146,180,181)
#A3C0C1
(163,192,193)
#B4CCCD
(180,204,205)
#C5D8D9
(197,216,217)
#D6E4E5
(214,228,229)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7879; }

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

This text font color is #3D7879.

Background Color

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

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

This div background color is #3D7879.

Border color

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

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

This div border color is #3D7879.

Opacity

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

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

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

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

This text has shadow with #3D7879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D7879.

Preview

Color preview on black background

This text has color #3D7879 on black background.


Color preview on white background

This text has color #3D7879 on white background.


Black color preview on #3D7879 background

This text has black color on #3D7879 background.


White color preview on #3D7879 background

This text has white color on #3D7879 background.


Related colors

Complementary color

Complementary color for #hex is #C28786.


I love getcolorcode.com

Triadic colors

1 #793D78 and #78793D with #3D7879 are triadic colors.

2 #79783D and #783D79 with #3D7879 are triadic colors.