COLOR #3D747E

HEX: #3D747E
RGB: (61,116,126)

Color info

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

RGB color model

#3D747E color RGB value is (61,116,126).

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

RGB channels and saturation

R 61 of 255 = 24%
G 116 of 255 = 45%
B 126 of 255 = 49%

61
116
126

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

Portions of RGB colors in percentages

R + G + B =
61 + 116 + 126 = 303 (100%)
R 61 of 303 ~ 20.13%
G 116 of 303 ~ 38.28%
B 126 of 303 ~ 41.58%

%20.13
%38.28
%41.58

CMYK color model

#3D747E color CMYK value is (52,8,0,51).

  • cyan value is 51.59%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(52,8,0,51)
C52M8Y0K51 
(52%,8%,0%,51%)
(0.52/0.08/0.00/0.51)	

CMYK percentages

%51.59
%7.94
%0
%50.59

Codes

Color #3D747E in popluar color models

3D747E
RGB61116126
HSL189°34.76%36.67%
HSB/HSV189°51.59%49.41%
CMYK51.59%7.94%0.00%
50.59%

Color #3D747E in popluar number systems.

HEX3D747E
Decimal61116126
Binary11110111101001111110
Octal75164176

Shades and tints

Shades of #3D747E

#3D747E
(61,116,126)
#386A73
(56,106,115)
#336068
(51,96,104)
#2E565D
(46,86,93)
#294C52
(41,76,82)
#244247
(36,66,71)
#1F383C
(31,56,60)
#1A2E31
(26,46,49)
#152426
(21,36,38)
#101A1B
(16,26,27)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #3D747E

#3D747E
(61,116,126)
#4E8089
(78,128,137)
#5F8C94
(95,140,148)
#70989F
(112,152,159)
#81A4AA
(129,164,170)
#92B0B5
(146,176,181)
#A3BCC0
(163,188,192)
#B4C8CB
(180,200,203)
#C5D4D6
(197,212,214)
#D6E0E1
(214,224,225)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D747E; }

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

This text font color is #3D747E.


Background Color

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

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

This div background color is #3D747E.


Border color

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

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

This div border color is #3D747E.


Opacity

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

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

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

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

This text has shadow with #3D747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D747E on black background.


Color preview on white background

This text has color #3D747E on white background.



Black color preview on #3D747E background

This text has black color on #3D747E background.


White color preview on #3D747E background

This text has white color on #3D747E background.