COLOR #3D4580

HEX: #3D4580
RGB: (61,69,128)

Color info

#3D4580 contains mainly green and blue colors. Web safe color of #3D4580 is #333366 (or #336).

RGB color model

#3D4580 color RGB value is (61,69,128).

  • red value is 61;
  • green value is 69;
  • blue value is 128.
RGB:
(61,69,128)
(24%,27%,50%)

RGB channels and saturation

R 61 of 255 = 24%
G 69 of 255 = 27%
B 128 of 255 = 50%

61
69
128

R + G + B ~ 34%. #3D4580 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 69 + 128 = 258 (100%)
R 61 of 258 ~ 23.64%
G 69 of 258 ~ 26.74%
B 128 of 258 ~ 49.61%

%23.64
%26.74
%49.61

CMYK color model

#3D4580 color CMYK value is (52,46,0,50).

  • cyan value is 52.34%
  • magenta value is 46.09%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(52,46,0,50)
C52M46Y0K50 
(52%,46%,0%,50%)
(0.52/0.46/0.00/0.50)	

CMYK percentages

%52.34
%46.09
%0
%49.8

Codes

Color #3D4580 in popluar color models

3D4580
RGB6169128
HSL233°35.45%37.06%
HSB/HSV233°52.34%50.20%
CMYK52.34%46.09%0.00%
49.80%

Color #3D4580 in popluar number systems.

HEX3D4580
Decimal6169128
Binary111101100010110000000
Octal75105200

Shades and tints

Shades of #3D4580

#3D4580
(61,69,128)
#383F75
(56,63,117)
#33396A
(51,57,106)
#2E335F
(46,51,95)
#292D54
(41,45,84)
#242749
(36,39,73)
#1F213E
(31,33,62)
#1A1B33
(26,27,51)
#151528
(21,21,40)
#100F1D
(16,15,29)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #3D4580

#3D4580
(61,69,128)
#4E558B
(78,85,139)
#5F6596
(95,101,150)
#7075A1
(112,117,161)
#8185AC
(129,133,172)
#9295B7
(146,149,183)
#A3A5C2
(163,165,194)
#B4B5CD
(180,181,205)
#C5C5D8
(197,197,216)
#D6D5E3
(214,213,227)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4580 color. Also use rgb(61,69,128) instead hex code.

Text Font Color

.myTextColor { color: #3D4580; }

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

This text font color is #3D4580.


Background Color

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

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

This div background color is #3D4580.


Border color

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

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

This div border color is #3D4580.


Opacity

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

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

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

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

This text has shadow with #3D4580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4580 on black background.


Color preview on white background

This text has color #3D4580 on white background.



Black color preview on #3D4580 background

This text has black color on #3D4580 background.


White color preview on #3D4580 background

This text has white color on #3D4580 background.