COLOR #3D4F65

HEX: #3D4F65
RGB: (61,79,101)

Color info

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

RGB color model

#3D4F65 color RGB value is (61,79,101).

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

RGB channels and saturation

R 61 of 255 = 24%
G 79 of 255 = 31%
B 101 of 255 = 40%

61
79
101

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

Portions of RGB colors in percentages

R + G + B =
61 + 79 + 101 = 241 (100%)
R 61 of 241 ~ 25.31%
G 79 of 241 ~ 32.78%
B 101 of 241 ~ 41.91%

%25.31
%32.78
%41.91

CMYK color model

#3D4F65 color CMYK value is (40,22,0,60).

  • cyan value is 39.60%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(40,22,0,60)
C40M22Y0K60 
(40%,22%,0%,60%)
(0.40/0.22/0.00/0.60)	

CMYK percentages

%39.6
%21.78
%0
%60.39

Codes

Color #3D4F65 in popluar color models

3D4F65
RGB6179101
HSL213°24.69%31.76%
HSB/HSV213°39.60%39.61%
CMYK39.60%21.78%0.00%
60.39%

Color #3D4F65 in popluar number systems.

HEX3D4F65
Decimal6179101
Binary11110110011111100101
Octal75117145

Shades and tints

Shades of #3D4F65

#3D4F65
(61,79,101)
#38485C
(56,72,92)
#334153
(51,65,83)
#2E3A4A
(46,58,74)
#293341
(41,51,65)
#242C38
(36,44,56)
#1F252F
(31,37,47)
#1A1E26
(26,30,38)
#15171D
(21,23,29)
#101014
(16,16,20)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #3D4F65

#3D4F65
(61,79,101)
#4E5F73
(78,95,115)
#5F6F81
(95,111,129)
#707F8F
(112,127,143)
#818F9D
(129,143,157)
#929FAB
(146,159,171)
#A3AFB9
(163,175,185)
#B4BFC7
(180,191,199)
#C5CFD5
(197,207,213)
#D6DFE3
(214,223,227)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4F65; }

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

This text font color is #3D4F65.


Background Color

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

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

This div background color is #3D4F65.


Border color

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

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

This div border color is #3D4F65.


Opacity

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

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

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

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

This text has shadow with #3D4F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4F65 on black background.


Color preview on white background

This text has color #3D4F65 on white background.



Black color preview on #3D4F65 background

This text has black color on #3D4F65 background.


White color preview on #3D4F65 background

This text has white color on #3D4F65 background.