COLOR #3D5366

HEX: #3D5366
RGB: (61,83,102)

Color info

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

RGB color model

#3D5366 color RGB value is (61,83,102).

  • red value is 61;
  • green value is 83;
  • blue value is 102.
RGB:
(61,83,102)
(24%,33%,40%)

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 102 of 255 = 40%

61
83
102

R + G + B ~ 32%. #3D5366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 83 + 102 = 246 (100%)
R 61 of 246 ~ 24.8%
G 83 of 246 ~ 33.74%
B 102 of 246 ~ 41.46%

%24.8
%33.74
%41.46

CMYK color model

#3D5366 color CMYK value is (40,19,0,60).

  • cyan value is 40.20%
  • magenta value is 18.63%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(40,19,0,60)
C40M19Y0K60 
(40%,19%,0%,60%)
(0.40/0.19/0.00/0.60)	

CMYK percentages

%40.2
%18.63
%0
%60

Codes

Color #3D5366 in popluar color models

3D5366
RGB6183102
HSL208°25.15%31.96%
HSB/HSV208°40.20%40.00%
CMYK40.20%18.63%0.00%
60.00%

Color #3D5366 in popluar number systems.

HEX3D5366
Decimal6183102
Binary11110110100111100110
Octal75123146

Shades and tints

Shades of #3D5366

#3D5366
(61,83,102)
#384C5D
(56,76,93)
#334554
(51,69,84)
#2E3E4B
(46,62,75)
#293742
(41,55,66)
#243039
(36,48,57)
#1F2930
(31,41,48)
#1A2227
(26,34,39)
#151B1E
(21,27,30)
#101415
(16,20,21)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #3D5366

#3D5366
(61,83,102)
#4E6273
(78,98,115)
#5F7180
(95,113,128)
#70808D
(112,128,141)
#818F9A
(129,143,154)
#929EA7
(146,158,167)
#A3ADB4
(163,173,180)
#B4BCC1
(180,188,193)
#C5CBCE
(197,203,206)
#D6DADB
(214,218,219)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5366; }

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

This text font color is #3D5366.


Background Color

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

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

This div background color is #3D5366.


Border color

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

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

This div border color is #3D5366.


Opacity

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

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

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

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

This text has shadow with #3D5366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5366 on black background.


Color preview on white background

This text has color #3D5366 on white background.



Black color preview on #3D5366 background

This text has black color on #3D5366 background.


White color preview on #3D5366 background

This text has white color on #3D5366 background.