COLOR #3D6D8A

HEX: #3D6D8A
RGB: (61,109,138)

Color info

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

RGB color model

#3D6D8A color RGB value is (61,109,138).

  • red value is 61;
  • green value is 109;
  • blue value is 138.
RGB:
(61,109,138)
(24%,43%,54%)

RGB channels and saturation

R 61 of 255 = 24%
G 109 of 255 = 43%
B 138 of 255 = 54%

61
109
138

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

Portions of RGB colors in percentages

R + G + B =
61 + 109 + 138 = 308 (100%)
R 61 of 308 ~ 19.81%
G 109 of 308 ~ 35.39%
B 138 of 308 ~ 44.81%

%19.81
%35.39
%44.81

CMYK color model

#3D6D8A color CMYK value is (56,21,0,46).

  • cyan value is 55.80%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(56,21,0,46)
C56M21Y0K46 
(56%,21%,0%,46%)
(0.56/0.21/0.00/0.46)	

CMYK percentages

%55.8
%21.01
%0
%45.88

Codes

Color #3D6D8A in popluar color models

3D6D8A
RGB61109138
HSL203°38.69%39.02%
HSB/HSV203°55.80%54.12%
CMYK55.80%21.01%0.00%
45.88%

Color #3D6D8A in popluar number systems.

HEX3D6D8A
Decimal61109138
Binary111101110110110001010
Octal75155212

Shades and tints

Shades of #3D6D8A

#3D6D8A
(61,109,138)
#38647E
(56,100,126)
#335B72
(51,91,114)
#2E5266
(46,82,102)
#29495A
(41,73,90)
#24404E
(36,64,78)
#1F3742
(31,55,66)
#1A2E36
(26,46,54)
#15252A
(21,37,42)
#101C1E
(16,28,30)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #3D6D8A

#3D6D8A
(61,109,138)
#4E7A94
(78,122,148)
#5F879E
(95,135,158)
#7094A8
(112,148,168)
#81A1B2
(129,161,178)
#92AEBC
(146,174,188)
#A3BBC6
(163,187,198)
#B4C8D0
(180,200,208)
#C5D5DA
(197,213,218)
#D6E2E4
(214,226,228)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6D8A color. Also use rgb(61,109,138) instead hex code.

Text Font Color

.myTextColor { color: #3D6D8A; }

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

This text font color is #3D6D8A.


Background Color

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

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

This div background color is #3D6D8A.


Border color

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

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

This div border color is #3D6D8A.


Opacity

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

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

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

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

This text has shadow with #3D6D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6D8A on black background.


Color preview on white background

This text has color #3D6D8A on white background.



Black color preview on #3D6D8A background

This text has black color on #3D6D8A background.


White color preview on #3D6D8A background

This text has white color on #3D6D8A background.