COLOR #3D5E8E

HEX: #3D5E8E RGB: (61,94,142)

Color info

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

RGB color model

#3D5E8E color RGB value is (61,94,142).

RGB: (61,94,142) (24%, 37%, 56%)

RGB channels and saturation

R 61 of 255 = 24%
G 94 of 255 = 37%
B 142 of 255 = 56%

61
94
142

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

Portions of RGB colors in percentages

R + G + B = 61 + 94 + 142 = 297 (100%)
R 61 of 297 ~ 20.54%
G 94 of 297 ~ 31.65%
B 142 of 297 ~ 47.81'%

%20.54
%31.65
%47.81

CMYK color model

#3D5E8E color CMYK value is (57,34,0,44).

  • cyan value is 57.04%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (57,34,0,44)
C57M34Y0K44 (57%, 34%, 0%, 44%)
(0.57 / 0.34 / 0.00 / 0.44)

CMYK percentages

%57.04
%33.8
%0
%44.31

Codes

Color #3D5E8E in popluar color models

3D 5E 8E
RGB 61 94 142
HSL 216° 39.90% 39.80%
HSB/HSV 216° 57.04% 55.69%
CMYK 57.04% 33.80% 0.00%
44.31%

Color #3D5E8E in popluar number systems.

HEX 3D 5E 8E
Decimal 61 94 142
Binary 111101 1011110 10001110
Octal 75 136 216

Shades and tints

Shades of #3D5E8E

#3D5E8E
(61,94,142)
#385682
(56,86,130)
#334E76
(51,78,118)
#2E466A
(46,70,106)
#293E5E
(41,62,94)
#243652
(36,54,82)
#1F2E46
(31,46,70)
#1A263A
(26,38,58)
#151E2E
(21,30,46)
#101622
(16,22,34)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #3D5E8E

#3D5E8E
(61,94,142)
#4E6C98
(78,108,152)
#5F7AA2
(95,122,162)
#7088AC
(112,136,172)
#8196B6
(129,150,182)
#92A4C0
(146,164,192)
#A3B2CA
(163,178,202)
#B4C0D4
(180,192,212)
#C5CEDE
(197,206,222)
#D6DCE8
(214,220,232)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5E8E color. Also use rgb(61,94,142) instead hex code.

Text Font Color

.myTextColor { color: #3D5E8E; }

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

This text font color is #3D5E8E.

Background Color

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

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

This div background color is #3D5E8E.

Border color

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

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

This div border color is #3D5E8E.

Opacity

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

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

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

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

This text has shadow with #3D5E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5E8E.

Preview

Color preview on black background

This text has color #3D5E8E on black background.


Color preview on white background

This text has color #3D5E8E on white background.


Black color preview on #3D5E8E background

This text has black color on #3D5E8E background.


White color preview on #3D5E8E background

This text has white color on #3D5E8E background.


Related colors

Complementary color

Complementary color for #hex is #C2A171.


I love getcolorcode.com

Triadic colors

1 #8E3D5E and #5E8E3D with #3D5E8E are triadic colors.

2 #8E5E3D and #5E3D8E with #3D5E8E are triadic colors.