COLOR #3D5864

HEX: #3D5864 RGB: (61,88,100)

Color info

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

RGB color model

#3D5864 color RGB value is (61,88,100).

RGB: (61,88,100) (24%, 35%, 39%)

RGB channels and saturation

R 61 of 255 = 24%
G 88 of 255 = 35%
B 100 of 255 = 39%

61
88
100

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

Portions of RGB colors in percentages

R + G + B = 61 + 88 + 100 = 249 (100%)
R 61 of 249 ~ 24.5%
G 88 of 249 ~ 35.34%
B 100 of 249 ~ 40.16'%

%24.5
%35.34
%40.16

CMYK color model

#3D5864 color CMYK value is (39,12,0,61).

  • cyan value is 39.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (39,12,0,61)
C39M12Y0K61 (39%, 12%, 0%, 61%)
(0.39 / 0.12 / 0.00 / 0.61)

CMYK percentages

%39
%12
%0
%60.78

Codes

Color #3D5864 in popluar color models

3D 58 64
RGB 61 88 100
HSL 198° 24.22% 31.57%
HSB/HSV 198° 39.00% 39.22%
CMYK 39.00% 12.00% 0.00%
60.78%

Color #3D5864 in popluar number systems.

HEX 3D 58 64
Decimal 61 88 100
Binary 111101 1011000 1100100
Octal 75 130 144

Shades and tints

Shades of #3D5864

#3D5864
(61,88,100)
#38505B
(56,80,91)
#334852
(51,72,82)
#2E4049
(46,64,73)
#293840
(41,56,64)
#243037
(36,48,55)
#1F282E
(31,40,46)
#1A2025
(26,32,37)
#15181C
(21,24,28)
#101013
(16,16,19)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #3D5864

#3D5864
(61,88,100)
#4E6772
(78,103,114)
#5F7680
(95,118,128)
#70858E
(112,133,142)
#81949C
(129,148,156)
#92A3AA
(146,163,170)
#A3B2B8
(163,178,184)
#B4C1C6
(180,193,198)
#C5D0D4
(197,208,212)
#D6DFE2
(214,223,226)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5864 color. Also use rgb(61,88,100) instead hex code.

Text Font Color

.myTextColor { color: #3D5864; }

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

This text font color is #3D5864.

Background Color

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

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

This div background color is #3D5864.

Border color

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

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

This div border color is #3D5864.

Opacity

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

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

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

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

This text has shadow with #3D5864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5864.

Preview

Color preview on black background

This text has color #3D5864 on black background.


Color preview on white background

This text has color #3D5864 on white background.


Black color preview on #3D5864 background

This text has black color on #3D5864 background.


White color preview on #3D5864 background

This text has white color on #3D5864 background.


Related colors

Complementary color

Complementary color for #hex is #C2A79B.


I love getcolorcode.com

Triadic colors

1 #643D58 and #58643D with #3D5864 are triadic colors.

2 #64583D and #583D64 with #3D5864 are triadic colors.