COLOR #3D677E

HEX: #3D677E
RGB: (61,103,126)

Color info

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

RGB color model

#3D677E color RGB value is (61,103,126).

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

RGB channels and saturation

R 61 of 255 = 24%
G 103 of 255 = 40%
B 126 of 255 = 49%

61
103
126

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

Portions of RGB colors in percentages

R + G + B =
61 + 103 + 126 = 290 (100%)
R 61 of 290 ~ 21.03%
G 103 of 290 ~ 35.52%
B 126 of 290 ~ 43.45%

%21.03
%35.52
%43.45

CMYK color model

#3D677E color CMYK value is (52,18,0,51).

  • cyan value is 51.59%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(52,18,0,51)
C52M18Y0K51 
(52%,18%,0%,51%)
(0.52/0.18/0.00/0.51)	

CMYK percentages

%51.59
%18.25
%0
%50.59

Codes

Color #3D677E in popluar color models

3D677E
RGB61103126
HSL201°34.76%36.67%
HSB/HSV201°51.59%49.41%
CMYK51.59%18.25%0.00%
50.59%

Color #3D677E in popluar number systems.

HEX3D677E
Decimal61103126
Binary11110111001111111110
Octal75147176

Shades and tints

Shades of #3D677E

#3D677E
(61,103,126)
#385E73
(56,94,115)
#335568
(51,85,104)
#2E4C5D
(46,76,93)
#294352
(41,67,82)
#243A47
(36,58,71)
#1F313C
(31,49,60)
#1A2831
(26,40,49)
#151F26
(21,31,38)
#10161B
(16,22,27)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #3D677E

#3D677E
(61,103,126)
#4E7489
(78,116,137)
#5F8194
(95,129,148)
#708E9F
(112,142,159)
#819BAA
(129,155,170)
#92A8B5
(146,168,181)
#A3B5C0
(163,181,192)
#B4C2CB
(180,194,203)
#C5CFD6
(197,207,214)
#D6DCE1
(214,220,225)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D677E; }

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

This text font color is #3D677E.


Background Color

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

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

This div background color is #3D677E.


Border color

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

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

This div border color is #3D677E.


Opacity

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

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

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

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

This text has shadow with #3D677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D677E on black background.


Color preview on white background

This text has color #3D677E on white background.



Black color preview on #3D677E background

This text has black color on #3D677E background.


White color preview on #3D677E background

This text has white color on #3D677E background.