COLOR #3D6896

HEX: #3D6896
RGB: (61,104,150)

Color info

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

RGB color model

#3D6896 color RGB value is (61,104,150).

  • red value is 61;
  • green value is 104;
  • blue value is 150.
RGB:
(61,104,150)
(24%,41%,59%)

RGB channels and saturation

R 61 of 255 = 24%
G 104 of 255 = 41%
B 150 of 255 = 59%

61
104
150

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

Portions of RGB colors in percentages

R + G + B =
61 + 104 + 150 = 315 (100%)
R 61 of 315 ~ 19.37%
G 104 of 315 ~ 33.02%
B 150 of 315 ~ 47.62%

%19.37
%33.02
%47.62

CMYK color model

#3D6896 color CMYK value is (59,31,0,41).

  • cyan value is 59.33%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(59,31,0,41)
C59M31Y0K41 
(59%,31%,0%,41%)
(0.59/0.31/0.00/0.41)	

CMYK percentages

%59.33
%30.67
%0
%41.18

Codes

Color #3D6896 in popluar color models

3D6896
RGB61104150
HSL211°42.18%41.37%
HSB/HSV211°59.33%58.82%
CMYK59.33%30.67%0.00%
41.18%

Color #3D6896 in popluar number systems.

HEX3D6896
Decimal61104150
Binary111101110100010010110
Octal75150226

Shades and tints

Shades of #3D6896

#3D6896
(61,104,150)
#385F89
(56,95,137)
#33567C
(51,86,124)
#2E4D6F
(46,77,111)
#294462
(41,68,98)
#243B55
(36,59,85)
#1F3248
(31,50,72)
#1A293B
(26,41,59)
#15202E
(21,32,46)
#101721
(16,23,33)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #3D6896

#3D6896
(61,104,150)
#4E759F
(78,117,159)
#5F82A8
(95,130,168)
#708FB1
(112,143,177)
#819CBA
(129,156,186)
#92A9C3
(146,169,195)
#A3B6CC
(163,182,204)
#B4C3D5
(180,195,213)
#C5D0DE
(197,208,222)
#D6DDE7
(214,221,231)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6896 color. Also use rgb(61,104,150) instead hex code.

Text Font Color

.myTextColor { color: #3D6896; }

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

This text font color is #3D6896.


Background Color

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

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

This div background color is #3D6896.


Border color

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

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

This div border color is #3D6896.


Opacity

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

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

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

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

This text has shadow with #3D6896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6896 on black background.


Color preview on white background

This text has color #3D6896 on white background.



Black color preview on #3D6896 background

This text has black color on #3D6896 background.


White color preview on #3D6896 background

This text has white color on #3D6896 background.