COLOR #3D4F83

HEX: #3D4F83
RGB: (61,79,131)

Color info

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

RGB color model

#3D4F83 color RGB value is (61,79,131).

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

RGB channels and saturation

R 61 of 255 = 24%
G 79 of 255 = 31%
B 131 of 255 = 51%

61
79
131

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

Portions of RGB colors in percentages

R + G + B =
61 + 79 + 131 = 271 (100%)
R 61 of 271 ~ 22.51%
G 79 of 271 ~ 29.15%
B 131 of 271 ~ 48.34%

%22.51
%29.15
%48.34

CMYK color model

#3D4F83 color CMYK value is (53,40,0,49).

  • cyan value is 53.44%
  • magenta value is 39.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(53,40,0,49)
C53M40Y0K49 
(53%,40%,0%,49%)
(0.53/0.40/0.00/0.49)	

CMYK percentages

%53.44
%39.69
%0
%48.63

Codes

Color #3D4F83 in popluar color models

3D4F83
RGB6179131
HSL225°36.46%37.65%
HSB/HSV225°53.44%51.37%
CMYK53.44%39.69%0.00%
48.63%

Color #3D4F83 in popluar number systems.

HEX3D4F83
Decimal6179131
Binary111101100111110000011
Octal75117203

Shades and tints

Shades of #3D4F83

#3D4F83
(61,79,131)
#384878
(56,72,120)
#33416D
(51,65,109)
#2E3A62
(46,58,98)
#293357
(41,51,87)
#242C4C
(36,44,76)
#1F2541
(31,37,65)
#1A1E36
(26,30,54)
#15172B
(21,23,43)
#101020
(16,16,32)
#0B0915
(11,9,21)
#000000
(0,0,0)

Tints of #3D4F83

#3D4F83
(61,79,131)
#4E5F8E
(78,95,142)
#5F6F99
(95,111,153)
#707FA4
(112,127,164)
#818FAF
(129,143,175)
#929FBA
(146,159,186)
#A3AFC5
(163,175,197)
#B4BFD0
(180,191,208)
#C5CFDB
(197,207,219)
#D6DFE6
(214,223,230)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4F83; }

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

This text font color is #3D4F83.


Background Color

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

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

This div background color is #3D4F83.


Border color

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

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

This div border color is #3D4F83.


Opacity

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

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

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

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

This text has shadow with #3D4F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4F83 on black background.


Color preview on white background

This text has color #3D4F83 on white background.



Black color preview on #3D4F83 background

This text has black color on #3D4F83 background.


White color preview on #3D4F83 background

This text has white color on #3D4F83 background.