COLOR #3D5766

HEX: #3D5766
RGB: (61,87,102)

Color info

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

RGB color model

#3D5766 color RGB value is (61,87,102).

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

RGB channels and saturation

R 61 of 255 = 24%
G 87 of 255 = 34%
B 102 of 255 = 40%

61
87
102

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

Portions of RGB colors in percentages

R + G + B =
61 + 87 + 102 = 250 (100%)
R 61 of 250 ~ 24.4%
G 87 of 250 ~ 34.8%
B 102 of 250 ~ 40.8%

%24.4
%34.8
%40.8

CMYK color model

#3D5766 color CMYK value is (40,15,0,60).

  • cyan value is 40.20%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(40,15,0,60)
C40M15Y0K60 
(40%,15%,0%,60%)
(0.40/0.15/0.00/0.60)	

CMYK percentages

%40.2
%14.71
%0
%60

Codes

Color #3D5766 in popluar color models

3D5766
RGB6187102
HSL202°25.15%31.96%
HSB/HSV202°40.20%40.00%
CMYK40.20%14.71%0.00%
60.00%

Color #3D5766 in popluar number systems.

HEX3D5766
Decimal6187102
Binary11110110101111100110
Octal75127146

Shades and tints

Shades of #3D5766

#3D5766
(61,87,102)
#38505D
(56,80,93)
#334954
(51,73,84)
#2E424B
(46,66,75)
#293B42
(41,59,66)
#243439
(36,52,57)
#1F2D30
(31,45,48)
#1A2627
(26,38,39)
#151F1E
(21,31,30)
#101815
(16,24,21)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #3D5766

#3D5766
(61,87,102)
#4E6673
(78,102,115)
#5F7580
(95,117,128)
#70848D
(112,132,141)
#81939A
(129,147,154)
#92A2A7
(146,162,167)
#A3B1B4
(163,177,180)
#B4C0C1
(180,192,193)
#C5CFCE
(197,207,206)
#D6DEDB
(214,222,219)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5766; }

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

This text font color is #3D5766.


Background Color

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

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

This div background color is #3D5766.


Border color

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

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

This div border color is #3D5766.


Opacity

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

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

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

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

This text has shadow with #3D5766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5766 on black background.


Color preview on white background

This text has color #3D5766 on white background.



Black color preview on #3D5766 background

This text has black color on #3D5766 background.


White color preview on #3D5766 background

This text has white color on #3D5766 background.