COLOR #3D5765

HEX: #3D5765
RGB: (61,87,101)

Color info

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

RGB color model

#3D5765 color RGB value is (61,87,101).

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

RGB channels and saturation

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

61
87
101

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

Portions of RGB colors in percentages

R + G + B =
61 + 87 + 101 = 249 (100%)
R 61 of 249 ~ 24.5%
G 87 of 249 ~ 34.94%
B 101 of 249 ~ 40.56%

%24.5
%34.94
%40.56

CMYK color model

#3D5765 color CMYK value is (40,14,0,60).

  • cyan value is 39.60%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(40,14,0,60)
C40M14Y0K60 
(40%,14%,0%,60%)
(0.40/0.14/0.00/0.60)	

CMYK percentages

%39.6
%13.86
%0
%60.39

Codes

Color #3D5765 in popluar color models

3D5765
RGB6187101
HSL201°24.69%31.76%
HSB/HSV201°39.60%39.61%
CMYK39.60%13.86%0.00%
60.39%

Color #3D5765 in popluar number systems.

HEX3D5765
Decimal6187101
Binary11110110101111100101
Octal75127145

Shades and tints

Shades of #3D5765

#3D5765
(61,87,101)
#38505C
(56,80,92)
#334953
(51,73,83)
#2E424A
(46,66,74)
#293B41
(41,59,65)
#243438
(36,52,56)
#1F2D2F
(31,45,47)
#1A2626
(26,38,38)
#151F1D
(21,31,29)
#101814
(16,24,20)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #3D5765

#3D5765
(61,87,101)
#4E6673
(78,102,115)
#5F7581
(95,117,129)
#70848F
(112,132,143)
#81939D
(129,147,157)
#92A2AB
(146,162,171)
#A3B1B9
(163,177,185)
#B4C0C7
(180,192,199)
#C5CFD5
(197,207,213)
#D6DEE3
(214,222,227)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5765; }

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

This text font color is #3D5765.


Background Color

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

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

This div background color is #3D5765.


Border color

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

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

This div border color is #3D5765.


Opacity

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

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

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

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

This text has shadow with #3D5765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5765 on black background.


Color preview on white background

This text has color #3D5765 on white background.



Black color preview on #3D5765 background

This text has black color on #3D5765 background.


White color preview on #3D5765 background

This text has white color on #3D5765 background.