COLOR #3D7E89

HEX: #3D7E89
RGB: (61,126,137)

Color info

#3D7E89 contains mainly green and blue colors. Web safe color of #3D7E89 is #336699 (or #369).

RGB color model

#3D7E89 color RGB value is (61,126,137).

  • red value is 61;
  • green value is 126;
  • blue value is 137.
RGB:
(61,126,137)
(24%,49%,54%)

RGB channels and saturation

R 61 of 255 = 24%
G 126 of 255 = 49%
B 137 of 255 = 54%

61
126
137

R + G + B ~ 42%. #3D7E89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 126 + 137 = 324 (100%)
R 61 of 324 ~ 18.83%
G 126 of 324 ~ 38.89%
B 137 of 324 ~ 42.28%

%18.83
%38.89
%42.28

CMYK color model

#3D7E89 color CMYK value is (55,8,0,46).

  • cyan value is 55.47%
  • magenta value is 8.03%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(55,8,0,46)
C55M8Y0K46 
(55%,8%,0%,46%)
(0.55/0.08/0.00/0.46)	

CMYK percentages

%55.47
%8.03
%0
%46.27

Codes

Color #3D7E89 in popluar color models

3D7E89
RGB61126137
HSL189°38.38%38.82%
HSB/HSV189°55.47%53.73%
CMYK55.47%8.03%0.00%
46.27%

Color #3D7E89 in popluar number systems.

HEX3D7E89
Decimal61126137
Binary111101111111010001001
Octal75176211

Shades and tints

Shades of #3D7E89

#3D7E89
(61,126,137)
#38737D
(56,115,125)
#336871
(51,104,113)
#2E5D65
(46,93,101)
#295259
(41,82,89)
#24474D
(36,71,77)
#1F3C41
(31,60,65)
#1A3135
(26,49,53)
#152629
(21,38,41)
#101B1D
(16,27,29)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #3D7E89

#3D7E89
(61,126,137)
#4E8993
(78,137,147)
#5F949D
(95,148,157)
#709FA7
(112,159,167)
#81AAB1
(129,170,177)
#92B5BB
(146,181,187)
#A3C0C5
(163,192,197)
#B4CBCF
(180,203,207)
#C5D6D9
(197,214,217)
#D6E1E3
(214,225,227)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7E89 color. Also use rgb(61,126,137) instead hex code.

Text Font Color

.myTextColor { color: #3D7E89; }

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

This text font color is #3D7E89.


Background Color

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

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

This div background color is #3D7E89.


Border color

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

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

This div border color is #3D7E89.


Opacity

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

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

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

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

This text has shadow with #3D7E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7E89 on black background.


Color preview on white background

This text has color #3D7E89 on white background.



Black color preview on #3D7E89 background

This text has black color on #3D7E89 background.


White color preview on #3D7E89 background

This text has white color on #3D7E89 background.