COLOR #3D5368

HEX: #3D5368 RGB: (61,83,104)

Color info

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

RGB color model

#3D5368 color RGB value is (61,83,104).

RGB: (61,83,104) (24%, 33%, 41%)

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 104 of 255 = 41%

61
83
104

R + G + B ~ 33%. #3D5368 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 83 + 104 = 248 (100%)
R 61 of 248 ~ 24.6%
G 83 of 248 ~ 33.47%
B 104 of 248 ~ 41.94'%

%24.6
%33.47
%41.94

CMYK color model

#3D5368 color CMYK value is (41,20,0,59).

  • cyan value is 41.35%
  • magenta value is 20.19%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (41,20,0,59)
C41M20Y0K59 (41%, 20%, 0%, 59%)
(0.41 / 0.20 / 0.00 / 0.59)

CMYK percentages

%41.35
%20.19
%0
%59.22

Codes

Color #3D5368 in popluar color models

3D 53 68
RGB 61 83 104
HSL 209° 26.06% 32.35%
HSB/HSV 209° 41.35% 40.78%
CMYK 41.35% 20.19% 0.00%
59.22%

Color #3D5368 in popluar number systems.

HEX 3D 53 68
Decimal 61 83 104
Binary 111101 1010011 1101000
Octal 75 123 150

Shades and tints

Shades of #3D5368

#3D5368
(61,83,104)
#384C5F
(56,76,95)
#334556
(51,69,86)
#2E3E4D
(46,62,77)
#293744
(41,55,68)
#24303B
(36,48,59)
#1F2932
(31,41,50)
#1A2229
(26,34,41)
#151B20
(21,27,32)
#101417
(16,20,23)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #3D5368

#3D5368
(61,83,104)
#4E6275
(78,98,117)
#5F7182
(95,113,130)
#70808F
(112,128,143)
#818F9C
(129,143,156)
#929EA9
(146,158,169)
#A3ADB6
(163,173,182)
#B4BCC3
(180,188,195)
#C5CBD0
(197,203,208)
#D6DADD
(214,218,221)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5368 color. Also use rgb(61,83,104) instead hex code.

Text Font Color

.myTextColor { color: #3D5368; }

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

This text font color is #3D5368.

Background Color

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

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

This div background color is #3D5368.

Border color

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

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

This div border color is #3D5368.

Opacity

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

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

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

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

This text has shadow with #3D5368 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5368.

Preview

Color preview on black background

This text has color #3D5368 on black background.


Color preview on white background

This text has color #3D5368 on white background.


Black color preview on #3D5368 background

This text has black color on #3D5368 background.


White color preview on #3D5368 background

This text has white color on #3D5368 background.


Related colors

Complementary color

Complementary color for #hex is #C2AC97.


I love getcolorcode.com

Triadic colors

1 #683D53 and #53683D with #3D5368 are triadic colors.

2 #68533D and #533D68 with #3D5368 are triadic colors.