COLOR #3D7E9F

HEX: #3D7E9F
RGB: (61,126,159)

Color info

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

RGB color model

#3D7E9F color RGB value is (61,126,159).

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

RGB channels and saturation

R 61 of 255 = 24%
G 126 of 255 = 49%
B 159 of 255 = 62%

61
126
159

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

Portions of RGB colors in percentages

R + G + B =
61 + 126 + 159 = 346 (100%)
R 61 of 346 ~ 17.63%
G 126 of 346 ~ 36.42%
B 159 of 346 ~ 45.95%

%17.63
%36.42
%45.95

CMYK color model

#3D7E9F color CMYK value is (62,21,0,38).

  • cyan value is 61.64%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(62,21,0,38)
C62M21Y0K38 
(62%,21%,0%,38%)
(0.62/0.21/0.00/0.38)	

CMYK percentages

%61.64
%20.75
%0
%37.65

Codes

Color #3D7E9F in popluar color models

3D7E9F
RGB61126159
HSL200°44.55%43.14%
HSB/HSV200°61.64%62.35%
CMYK61.64%20.75%0.00%
37.65%

Color #3D7E9F in popluar number systems.

HEX3D7E9F
Decimal61126159
Binary111101111111010011111
Octal75176237

Shades and tints

Shades of #3D7E9F

#3D7E9F
(61,126,159)
#387391
(56,115,145)
#336883
(51,104,131)
#2E5D75
(46,93,117)
#295267
(41,82,103)
#244759
(36,71,89)
#1F3C4B
(31,60,75)
#1A313D
(26,49,61)
#15262F
(21,38,47)
#101B21
(16,27,33)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #3D7E9F

#3D7E9F
(61,126,159)
#4E89A7
(78,137,167)
#5F94AF
(95,148,175)
#709FB7
(112,159,183)
#81AABF
(129,170,191)
#92B5C7
(146,181,199)
#A3C0CF
(163,192,207)
#B4CBD7
(180,203,215)
#C5D6DF
(197,214,223)
#D6E1E7
(214,225,231)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7E9F; }

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

This text font color is #3D7E9F.


Background Color

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

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

This div background color is #3D7E9F.


Border color

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

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

This div border color is #3D7E9F.


Opacity

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

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

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

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

This text has shadow with #3D7E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7E9F on black background.


Color preview on white background

This text has color #3D7E9F on white background.



Black color preview on #3D7E9F background

This text has black color on #3D7E9F background.


White color preview on #3D7E9F background

This text has white color on #3D7E9F background.