COLOR #3D4F57

HEX: #3D4F57
RGB: (61,79,87)

Color info

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

RGB color model

#3D4F57 color RGB value is (61,79,87).

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

RGB channels and saturation

R 61 of 255 = 24%
G 79 of 255 = 31%
B 87 of 255 = 34%

61
79
87

R + G + B ~ 30%. #3D4F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 79 + 87 = 227 (100%)
R 61 of 227 ~ 26.87%
G 79 of 227 ~ 34.8%
B 87 of 227 ~ 38.33%

%26.87
%34.8
%38.33

CMYK color model

#3D4F57 color CMYK value is (30,9,0,66).

  • cyan value is 29.89%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(30,9,0,66)
C30M9Y0K66 
(30%,9%,0%,66%)
(0.30/0.09/0.00/0.66)	

CMYK percentages

%29.89
%9.2
%0
%65.88

Codes

Color #3D4F57 in popluar color models

3D4F57
RGB617987
HSL198°17.57%29.02%
HSB/HSV198°29.89%34.12%
CMYK29.89%9.20%0.00%
65.88%

Color #3D4F57 in popluar number systems.

HEX3D4F57
Decimal617987
Binary11110110011111010111
Octal75117127

Shades and tints

Shades of #3D4F57

#3D4F57
(61,79,87)
#384850
(56,72,80)
#334149
(51,65,73)
#2E3A42
(46,58,66)
#29333B
(41,51,59)
#242C34
(36,44,52)
#1F252D
(31,37,45)
#1A1E26
(26,30,38)
#15171F
(21,23,31)
#101018
(16,16,24)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #3D4F57

#3D4F57
(61,79,87)
#4E5F66
(78,95,102)
#5F6F75
(95,111,117)
#707F84
(112,127,132)
#818F93
(129,143,147)
#929FA2
(146,159,162)
#A3AFB1
(163,175,177)
#B4BFC0
(180,191,192)
#C5CFCF
(197,207,207)
#D6DFDE
(214,223,222)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4F57; }

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

This text font color is #3D4F57.


Background Color

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

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

This div background color is #3D4F57.


Border color

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

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

This div border color is #3D4F57.


Opacity

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

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

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

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

This text has shadow with #3D4F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4F57 on black background.


Color preview on white background

This text has color #3D4F57 on white background.



Black color preview on #3D4F57 background

This text has black color on #3D4F57 background.


White color preview on #3D4F57 background

This text has white color on #3D4F57 background.