COLOR #3D565F

HEX: #3D565F
RGB: (61,86,95)

Color info

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

RGB color model

#3D565F color RGB value is (61,86,95).

  • red value is 61;
  • green value is 86;
  • blue value is 95.
RGB:
(61,86,95)
(24%,34%,37%)

RGB channels and saturation

R 61 of 255 = 24%
G 86 of 255 = 34%
B 95 of 255 = 37%

61
86
95

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

Portions of RGB colors in percentages

R + G + B =
61 + 86 + 95 = 242 (100%)
R 61 of 242 ~ 25.21%
G 86 of 242 ~ 35.54%
B 95 of 242 ~ 39.26%

%25.21
%35.54
%39.26

CMYK color model

#3D565F color CMYK value is (36,9,0,63).

  • cyan value is 35.79%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(36,9,0,63)
C36M9Y0K63 
(36%,9%,0%,63%)
(0.36/0.09/0.00/0.63)	

CMYK percentages

%35.79
%9.47
%0
%62.75

Codes

Color #3D565F in popluar color models

3D565F
RGB618695
HSL196°21.79%30.59%
HSB/HSV196°35.79%37.25%
CMYK35.79%9.47%0.00%
62.75%

Color #3D565F in popluar number systems.

HEX3D565F
Decimal618695
Binary11110110101101011111
Octal75126137

Shades and tints

Shades of #3D565F

#3D565F
(61,86,95)
#384F57
(56,79,87)
#33484F
(51,72,79)
#2E4147
(46,65,71)
#293A3F
(41,58,63)
#243337
(36,51,55)
#1F2C2F
(31,44,47)
#1A2527
(26,37,39)
#151E1F
(21,30,31)
#101717
(16,23,23)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #3D565F

#3D565F
(61,86,95)
#4E656D
(78,101,109)
#5F747B
(95,116,123)
#708389
(112,131,137)
#819297
(129,146,151)
#92A1A5
(146,161,165)
#A3B0B3
(163,176,179)
#B4BFC1
(180,191,193)
#C5CECF
(197,206,207)
#D6DDDD
(214,221,221)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D565F color. Also use rgb(61,86,95) instead hex code.

Text Font Color

.myTextColor { color: #3D565F; }

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

This text font color is #3D565F.


Background Color

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

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

This div background color is #3D565F.


Border color

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

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

This div border color is #3D565F.


Opacity

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

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

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

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

This text has shadow with #3D565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D565F on black background.


Color preview on white background

This text has color #3D565F on white background.



Black color preview on #3D565F background

This text has black color on #3D565F background.


White color preview on #3D565F background

This text has white color on #3D565F background.