COLOR #3D7388

HEX: #3D7388
RGB: (61,115,136)

Color info

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

RGB color model

#3D7388 color RGB value is (61,115,136).

  • red value is 61;
  • green value is 115;
  • blue value is 136.
RGB:
(61,115,136)
(24%,45%,53%)

RGB channels and saturation

R 61 of 255 = 24%
G 115 of 255 = 45%
B 136 of 255 = 53%

61
115
136

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

Portions of RGB colors in percentages

R + G + B =
61 + 115 + 136 = 312 (100%)
R 61 of 312 ~ 19.55%
G 115 of 312 ~ 36.86%
B 136 of 312 ~ 43.59%

%19.55
%36.86
%43.59

CMYK color model

#3D7388 color CMYK value is (55,15,0,47).

  • cyan value is 55.15%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(55,15,0,47)
C55M15Y0K47 
(55%,15%,0%,47%)
(0.55/0.15/0.00/0.47)	

CMYK percentages

%55.15
%15.44
%0
%46.67

Codes

Color #3D7388 in popluar color models

3D7388
RGB61115136
HSL197°38.07%38.63%
HSB/HSV197°55.15%53.33%
CMYK55.15%15.44%0.00%
46.67%

Color #3D7388 in popluar number systems.

HEX3D7388
Decimal61115136
Binary111101111001110001000
Octal75163210

Shades and tints

Shades of #3D7388

#3D7388
(61,115,136)
#38697C
(56,105,124)
#335F70
(51,95,112)
#2E5564
(46,85,100)
#294B58
(41,75,88)
#24414C
(36,65,76)
#1F3740
(31,55,64)
#1A2D34
(26,45,52)
#152328
(21,35,40)
#10191C
(16,25,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #3D7388

#3D7388
(61,115,136)
#4E7F92
(78,127,146)
#5F8B9C
(95,139,156)
#7097A6
(112,151,166)
#81A3B0
(129,163,176)
#92AFBA
(146,175,186)
#A3BBC4
(163,187,196)
#B4C7CE
(180,199,206)
#C5D3D8
(197,211,216)
#D6DFE2
(214,223,226)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7388 color. Also use rgb(61,115,136) instead hex code.

Text Font Color

.myTextColor { color: #3D7388; }

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

This text font color is #3D7388.


Background Color

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

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

This div background color is #3D7388.


Border color

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

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

This div border color is #3D7388.


Opacity

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

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

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

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

This text has shadow with #3D7388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7388 on black background.


Color preview on white background

This text has color #3D7388 on white background.



Black color preview on #3D7388 background

This text has black color on #3D7388 background.


White color preview on #3D7388 background

This text has white color on #3D7388 background.