COLOR #3D5578

HEX: #3D5578 RGB: (61,85,120)

Color info

#3D5578 contains red, green and blue colors in about the same proportion. Web safe color of #3D5578 is #336666 (or #366).

RGB color model

#3D5578 color RGB value is (61,85,120).

RGB: (61,85,120) (24%, 33%, 47%)

RGB channels and saturation

R 61 of 255 = 24%
G 85 of 255 = 33%
B 120 of 255 = 47%

61
85
120

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

Portions of RGB colors in percentages

R + G + B = 61 + 85 + 120 = 266 (100%)
R 61 of 266 ~ 22.93%
G 85 of 266 ~ 31.95%
B 120 of 266 ~ 45.11'%

%22.93
%31.95
%45.11

CMYK color model

#3D5578 color CMYK value is (49,29,0,53).

  • cyan value is 49.17%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (49,29,0,53)
C49M29Y0K53 (49%, 29%, 0%, 53%)
(0.49 / 0.29 / 0.00 / 0.53)

CMYK percentages

%49.17
%29.17
%0
%52.94

Codes

Color #3D5578 in popluar color models

3D 55 78
RGB 61 85 120
HSL 216° 32.60% 35.49%
HSB/HSV 216° 49.17% 47.06%
CMYK 49.17% 29.17% 0.00%
52.94%

Color #3D5578 in popluar number systems.

HEX 3D 55 78
Decimal 61 85 120
Binary 111101 1010101 1111000
Octal 75 125 170

Shades and tints

Shades of #3D5578

#3D5578
(61,85,120)
#384E6E
(56,78,110)
#334764
(51,71,100)
#2E405A
(46,64,90)
#293950
(41,57,80)
#243246
(36,50,70)
#1F2B3C
(31,43,60)
#1A2432
(26,36,50)
#151D28
(21,29,40)
#10161E
(16,22,30)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #3D5578

#3D5578
(61,85,120)
#4E6484
(78,100,132)
#5F7390
(95,115,144)
#70829C
(112,130,156)
#8191A8
(129,145,168)
#92A0B4
(146,160,180)
#A3AFC0
(163,175,192)
#B4BECC
(180,190,204)
#C5CDD8
(197,205,216)
#D6DCE4
(214,220,228)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5578 color. Also use rgb(61,85,120) instead hex code.

Text Font Color

.myTextColor { color: #3D5578; }

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

This text font color is #3D5578.

Background Color

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

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

This div background color is #3D5578.

Border color

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

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

This div border color is #3D5578.

Opacity

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

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

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

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

This text has shadow with #3D5578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5578.

Preview

Color preview on black background

This text has color #3D5578 on black background.


Color preview on white background

This text has color #3D5578 on white background.


Black color preview on #3D5578 background

This text has black color on #3D5578 background.


White color preview on #3D5578 background

This text has white color on #3D5578 background.


Related colors

Complementary color

Complementary color for #hex is #C2AA87.


I love getcolorcode.com

Triadic colors

1 #783D55 and #55783D with #3D5578 are triadic colors.

2 #78553D and #553D78 with #3D5578 are triadic colors.