COLOR #3D5279

HEX: #3D5279 RGB: (61,82,121)

Color info

#3D5279 contains mainly green and blue colors. Web safe color of #3D5279 is #336666 (or #366).

RGB color model

#3D5279 color RGB value is (61,82,121).

RGB: (61,82,121) (24%, 32%, 47%)

RGB channels and saturation

R 61 of 255 = 24%
G 82 of 255 = 32%
B 121 of 255 = 47%

61
82
121

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

Portions of RGB colors in percentages

R + G + B = 61 + 82 + 121 = 264 (100%)
R 61 of 264 ~ 23.11%
G 82 of 264 ~ 31.06%
B 121 of 264 ~ 45.83'%

%23.11
%31.06
%45.83

CMYK color model

#3D5279 color CMYK value is (50,32,0,53).

  • cyan value is 49.59%
  • magenta value is 32.23%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (50,32,0,53)
C50M32Y0K53 (50%, 32%, 0%, 53%)
(0.50 / 0.32 / 0.00 / 0.53)

CMYK percentages

%49.59
%32.23
%0
%52.55

Codes

Color #3D5279 in popluar color models

3D 52 79
RGB 61 82 121
HSL 219° 32.97% 35.69%
HSB/HSV 219° 49.59% 47.45%
CMYK 49.59% 32.23% 0.00%
52.55%

Color #3D5279 in popluar number systems.

HEX 3D 52 79
Decimal 61 82 121
Binary 111101 1010010 1111001
Octal 75 122 171

Shades and tints

Shades of #3D5279

#3D5279
(61,82,121)
#384B6E
(56,75,110)
#334463
(51,68,99)
#2E3D58
(46,61,88)
#29364D
(41,54,77)
#242F42
(36,47,66)
#1F2837
(31,40,55)
#1A212C
(26,33,44)
#151A21
(21,26,33)
#101316
(16,19,22)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #3D5279

#3D5279
(61,82,121)
#4E6185
(78,97,133)
#5F7091
(95,112,145)
#707F9D
(112,127,157)
#818EA9
(129,142,169)
#929DB5
(146,157,181)
#A3ACC1
(163,172,193)
#B4BBCD
(180,187,205)
#C5CAD9
(197,202,217)
#D6D9E5
(214,217,229)
#E7E8F1
(231,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5279 color. Also use rgb(61,82,121) instead hex code.

Text Font Color

.myTextColor { color: #3D5279; }

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

This text font color is #3D5279.

Background Color

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

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

This div background color is #3D5279.

Border color

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

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

This div border color is #3D5279.

Opacity

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

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

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

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

This text has shadow with #3D5279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5279.

Preview

Color preview on black background

This text has color #3D5279 on black background.


Color preview on white background

This text has color #3D5279 on white background.


Black color preview on #3D5279 background

This text has black color on #3D5279 background.


White color preview on #3D5279 background

This text has white color on #3D5279 background.


Related colors

Complementary color

Complementary color for #hex is #C2AD86.


I love getcolorcode.com

Triadic colors

1 #793D52 and #52793D with #3D5279 are triadic colors.

2 #79523D and #523D79 with #3D5279 are triadic colors.