COLOR #3D509D

HEX: #3D509D RGB: (61,80,157)

Color info

#3D509D contains mainly blue color. Web safe color of #3D509D is #336699 (or #369).

RGB color model

#3D509D color RGB value is (61,80,157).

RGB: (61,80,157) (24%, 31%, 62%)

RGB channels and saturation

R 61 of 255 = 24%
G 80 of 255 = 31%
B 157 of 255 = 62%

61
80
157

R + G + B ~ 39%. #3D509D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 80 + 157 = 298 (100%)
R 61 of 298 ~ 20.47%
G 80 of 298 ~ 26.85%
B 157 of 298 ~ 52.68'%

%20.47
%26.85
%52.68

CMYK color model

#3D509D color CMYK value is (61,49,0,38).

  • cyan value is 61.15%
  • magenta value is 49.04%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (61,49,0,38)
C61M49Y0K38 (61%, 49%, 0%, 38%)
(0.61 / 0.49 / 0.00 / 0.38)

CMYK percentages

%61.15
%49.04
%0
%38.43

Codes

Color #3D509D in popluar color models

3D 50 9D
RGB 61 80 157
HSL 228° 44.04% 42.75%
HSB/HSV 228° 61.15% 61.57%
CMYK 61.15% 49.04% 0.00%
38.43%

Color #3D509D in popluar number systems.

HEX 3D 50 9D
Decimal 61 80 157
Binary 111101 1010000 10011101
Octal 75 120 235

Shades and tints

Shades of #3D509D

#3D509D
(61,80,157)
#38498F
(56,73,143)
#334281
(51,66,129)
#2E3B73
(46,59,115)
#293465
(41,52,101)
#242D57
(36,45,87)
#1F2649
(31,38,73)
#1A1F3B
(26,31,59)
#15182D
(21,24,45)
#10111F
(16,17,31)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #3D509D

#3D509D
(61,80,157)
#4E5FA5
(78,95,165)
#5F6EAD
(95,110,173)
#707DB5
(112,125,181)
#818CBD
(129,140,189)
#929BC5
(146,155,197)
#A3AACD
(163,170,205)
#B4B9D5
(180,185,213)
#C5C8DD
(197,200,221)
#D6D7E5
(214,215,229)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D509D color. Also use rgb(61,80,157) instead hex code.

Text Font Color

.myTextColor { color: #3D509D; }

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

This text font color is #3D509D.

Background Color

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

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

This div background color is #3D509D.

Border color

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

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

This div border color is #3D509D.

Opacity

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

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

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

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

This text has shadow with #3D509D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D509D.

Preview

Color preview on black background

This text has color #3D509D on black background.


Color preview on white background

This text has color #3D509D on white background.


Black color preview on #3D509D background

This text has black color on #3D509D background.


White color preview on #3D509D background

This text has white color on #3D509D background.


Related colors

Complementary color

Complementary color for #hex is #C2AF62.


I love getcolorcode.com

Triadic colors

1 #9D3D50 and #509D3D with #3D509D are triadic colors.

2 #9D503D and #503D9D with #3D509D are triadic colors.