COLOR #3D4D83

HEX: #3D4D83
RGB: (61,77,131)

Color info

#3D4D83 contains mainly green and blue colors. Web safe color of #3D4D83 is #333399 (or #339).

RGB color model

#3D4D83 color RGB value is (61,77,131).

  • red value is 61;
  • green value is 77;
  • blue value is 131.
RGB:
(61,77,131)
(24%,30%,51%)

RGB channels and saturation

R 61 of 255 = 24%
G 77 of 255 = 30%
B 131 of 255 = 51%

61
77
131

R + G + B ~ 35%. #3D4D83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 77 + 131 = 269 (100%)
R 61 of 269 ~ 22.68%
G 77 of 269 ~ 28.62%
B 131 of 269 ~ 48.7%

%22.68
%28.62
%48.7

CMYK color model

#3D4D83 color CMYK value is (53,41,0,49).

  • cyan value is 53.44%
  • magenta value is 41.22%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(53,41,0,49)
C53M41Y0K49 
(53%,41%,0%,49%)
(0.53/0.41/0.00/0.49)	

CMYK percentages

%53.44
%41.22
%0
%48.63

Codes

Color #3D4D83 in popluar color models

3D4D83
RGB6177131
HSL226°36.46%37.65%
HSB/HSV226°53.44%51.37%
CMYK53.44%41.22%0.00%
48.63%

Color #3D4D83 in popluar number systems.

HEX3D4D83
Decimal6177131
Binary111101100110110000011
Octal75115203

Shades and tints

Shades of #3D4D83

#3D4D83
(61,77,131)
#384678
(56,70,120)
#333F6D
(51,63,109)
#2E3862
(46,56,98)
#293157
(41,49,87)
#242A4C
(36,42,76)
#1F2341
(31,35,65)
#1A1C36
(26,28,54)
#15152B
(21,21,43)
#100E20
(16,14,32)
#0B0715
(11,7,21)
#000000
(0,0,0)

Tints of #3D4D83

#3D4D83
(61,77,131)
#4E5D8E
(78,93,142)
#5F6D99
(95,109,153)
#707DA4
(112,125,164)
#818DAF
(129,141,175)
#929DBA
(146,157,186)
#A3ADC5
(163,173,197)
#B4BDD0
(180,189,208)
#C5CDDB
(197,205,219)
#D6DDE6
(214,221,230)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4D83 color. Also use rgb(61,77,131) instead hex code.

Text Font Color

.myTextColor { color: #3D4D83; }

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

This text font color is #3D4D83.


Background Color

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

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

This div background color is #3D4D83.


Border color

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

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

This div border color is #3D4D83.


Opacity

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

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

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

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

This text has shadow with #3D4D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4D83 on black background.


Color preview on white background

This text has color #3D4D83 on white background.



Black color preview on #3D4D83 background

This text has black color on #3D4D83 background.


White color preview on #3D4D83 background

This text has white color on #3D4D83 background.