COLOR #3D518F

HEX: #3D518F
RGB: (61,81,143)

Color info

#3D518F contains mainly blue color. Web safe color of #3D518F is #336699 (or #369).

RGB color model

#3D518F color RGB value is (61,81,143).

  • red value is 61;
  • green value is 81;
  • blue value is 143.
RGB:
(61,81,143)
(24%,32%,56%)

RGB channels and saturation

R 61 of 255 = 24%
G 81 of 255 = 32%
B 143 of 255 = 56%

61
81
143

R + G + B ~ 37%. #3D518F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 81 + 143 = 285 (100%)
R 61 of 285 ~ 21.4%
G 81 of 285 ~ 28.42%
B 143 of 285 ~ 50.18%

%21.4
%28.42
%50.18

CMYK color model

#3D518F color CMYK value is (57,43,0,44).

  • cyan value is 57.34%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(57,43,0,44)
C57M43Y0K44 
(57%,43%,0%,44%)
(0.57/0.43/0.00/0.44)	

CMYK percentages

%57.34
%43.36
%0
%43.92

Codes

Color #3D518F in popluar color models

3D518F
RGB6181143
HSL225°40.20%40.00%
HSB/HSV225°57.34%56.08%
CMYK57.34%43.36%0.00%
43.92%

Color #3D518F in popluar number systems.

HEX3D518F
Decimal6181143
Binary111101101000110001111
Octal75121217

Shades and tints

Shades of #3D518F

#3D518F
(61,81,143)
#384A82
(56,74,130)
#334375
(51,67,117)
#2E3C68
(46,60,104)
#29355B
(41,53,91)
#242E4E
(36,46,78)
#1F2741
(31,39,65)
#1A2034
(26,32,52)
#151927
(21,25,39)
#10121A
(16,18,26)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #3D518F

#3D518F
(61,81,143)
#4E6099
(78,96,153)
#5F6FA3
(95,111,163)
#707EAD
(112,126,173)
#818DB7
(129,141,183)
#929CC1
(146,156,193)
#A3ABCB
(163,171,203)
#B4BAD5
(180,186,213)
#C5C9DF
(197,201,223)
#D6D8E9
(214,216,233)
#E7E7F3
(231,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D518F color. Also use rgb(61,81,143) instead hex code.

Text Font Color

.myTextColor { color: #3D518F; }

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

This text font color is #3D518F.


Background Color

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

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

This div background color is #3D518F.


Border color

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

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

This div border color is #3D518F.


Opacity

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

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

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

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

This text has shadow with #3D518F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D518F on black background.


Color preview on white background

This text has color #3D518F on white background.



Black color preview on #3D518F background

This text has black color on #3D518F background.


White color preview on #3D518F background

This text has white color on #3D518F background.