COLOR #3D557D

HEX: #3D557D RGB: (61,85,125)

Color info

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

RGB color model

#3D557D color RGB value is (61,85,125).

RGB: (61,85,125) (24%, 33%, 49%)

RGB channels and saturation

R 61 of 255 = 24%
G 85 of 255 = 33%
B 125 of 255 = 49%

61
85
125

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

Portions of RGB colors in percentages

R + G + B = 61 + 85 + 125 = 271 (100%)
R 61 of 271 ~ 22.51%
G 85 of 271 ~ 31.37%
B 125 of 271 ~ 46.13'%

%22.51
%31.37
%46.13

CMYK color model

#3D557D color CMYK value is (51,32,0,51).

  • cyan value is 51.20%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (51,32,0,51)
C51M32Y0K51 (51%, 32%, 0%, 51%)
(0.51 / 0.32 / 0.00 / 0.51)

CMYK percentages

%51.2
%32
%0
%50.98

Codes

Color #3D557D in popluar color models

3D 55 7D
RGB 61 85 125
HSL 218° 34.41% 36.47%
HSB/HSV 218° 51.20% 49.02%
CMYK 51.20% 32.00% 0.00%
50.98%

Color #3D557D in popluar number systems.

HEX 3D 55 7D
Decimal 61 85 125
Binary 111101 1010101 1111101
Octal 75 125 175

Shades and tints

Shades of #3D557D

#3D557D
(61,85,125)
#384E72
(56,78,114)
#334767
(51,71,103)
#2E405C
(46,64,92)
#293951
(41,57,81)
#243246
(36,50,70)
#1F2B3B
(31,43,59)
#1A2430
(26,36,48)
#151D25
(21,29,37)
#10161A
(16,22,26)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #3D557D

#3D557D
(61,85,125)
#4E6488
(78,100,136)
#5F7393
(95,115,147)
#70829E
(112,130,158)
#8191A9
(129,145,169)
#92A0B4
(146,160,180)
#A3AFBF
(163,175,191)
#B4BECA
(180,190,202)
#C5CDD5
(197,205,213)
#D6DCE0
(214,220,224)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D557D; }

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

This text font color is #3D557D.

Background Color

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

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

This div background color is #3D557D.

Border color

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

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

This div border color is #3D557D.

Opacity

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

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

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

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

This text has shadow with #3D557D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D557D.

Preview

Color preview on black background

This text has color #3D557D on black background.


Color preview on white background

This text has color #3D557D on white background.


Black color preview on #3D557D background

This text has black color on #3D557D background.


White color preview on #3D557D background

This text has white color on #3D557D background.


Related colors

Complementary color

Complementary color for #hex is #C2AA82.


I love getcolorcode.com

Triadic colors

1 #7D3D55 and #557D3D with #3D557D are triadic colors.

2 #7D553D and #553D7D with #3D557D are triadic colors.