COLOR #3D5384

HEX: #3D5384
RGB: (61,83,132)

Color info

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

RGB color model

#3D5384 color RGB value is (61,83,132).

  • red value is 61;
  • green value is 83;
  • blue value is 132.
RGB:
(61,83,132)
(24%,33%,52%)

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 132 of 255 = 52%

61
83
132

R + G + B ~ 36%. #3D5384 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 83 + 132 = 276 (100%)
R 61 of 276 ~ 22.1%
G 83 of 276 ~ 30.07%
B 132 of 276 ~ 47.83%

%22.1
%30.07
%47.83

CMYK color model

#3D5384 color CMYK value is (54,37,0,48).

  • cyan value is 53.79%
  • magenta value is 37.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(54,37,0,48)
C54M37Y0K48 
(54%,37%,0%,48%)
(0.54/0.37/0.00/0.48)	

CMYK percentages

%53.79
%37.12
%0
%48.24

Codes

Color #3D5384 in popluar color models

3D5384
RGB6183132
HSL221°36.79%37.84%
HSB/HSV221°53.79%51.76%
CMYK53.79%37.12%0.00%
48.24%

Color #3D5384 in popluar number systems.

HEX3D5384
Decimal6183132
Binary111101101001110000100
Octal75123204

Shades and tints

Shades of #3D5384

#3D5384
(61,83,132)
#384C78
(56,76,120)
#33456C
(51,69,108)
#2E3E60
(46,62,96)
#293754
(41,55,84)
#243048
(36,48,72)
#1F293C
(31,41,60)
#1A2230
(26,34,48)
#151B24
(21,27,36)
#101418
(16,20,24)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #3D5384

#3D5384
(61,83,132)
#4E628F
(78,98,143)
#5F719A
(95,113,154)
#7080A5
(112,128,165)
#818FB0
(129,143,176)
#929EBB
(146,158,187)
#A3ADC6
(163,173,198)
#B4BCD1
(180,188,209)
#C5CBDC
(197,203,220)
#D6DAE7
(214,218,231)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5384 color. Also use rgb(61,83,132) instead hex code.

Text Font Color

.myTextColor { color: #3D5384; }

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

This text font color is #3D5384.


Background Color

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

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

This div background color is #3D5384.


Border color

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

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

This div border color is #3D5384.


Opacity

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

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

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

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

This text has shadow with #3D5384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5384 on black background.


Color preview on white background

This text has color #3D5384 on white background.



Black color preview on #3D5384 background

This text has black color on #3D5384 background.


White color preview on #3D5384 background

This text has white color on #3D5384 background.