COLOR #3D4951

HEX: #3D4951
RGB: (61,73,81)

Color info

#3D4951 contains red, green and blue colors in about the same proportion. Web safe color of #3D4951 is #333366 (or #336).

RGB color model

#3D4951 color RGB value is (61,73,81).

  • red value is 61;
  • green value is 73;
  • blue value is 81.
RGB:
(61,73,81)
(24%,29%,32%)

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 81 of 255 = 32%

61
73
81

R + G + B ~ 28%. #3D4951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 73 + 81 = 215 (100%)
R 61 of 215 ~ 28.37%
G 73 of 215 ~ 33.95%
B 81 of 215 ~ 37.67%

%28.37
%33.95
%37.67

CMYK color model

#3D4951 color CMYK value is (25,10,0,68).

  • cyan value is 24.69%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(25,10,0,68)
C25M10Y0K68 
(25%,10%,0%,68%)
(0.25/0.10/0.00/0.68)	

CMYK percentages

%24.69
%9.88
%0
%68.24

Codes

Color #3D4951 in popluar color models

3D4951
RGB617381
HSL204°14.08%27.84%
HSB/HSV204°24.69%31.76%
CMYK24.69%9.88%0.00%
68.24%

Color #3D4951 in popluar number systems.

HEX3D4951
Decimal617381
Binary11110110010011010001
Octal75111121

Shades and tints

Shades of #3D4951

#3D4951
(61,73,81)
#38434A
(56,67,74)
#333D43
(51,61,67)
#2E373C
(46,55,60)
#293135
(41,49,53)
#242B2E
(36,43,46)
#1F2527
(31,37,39)
#1A1F20
(26,31,32)
#151919
(21,25,25)
#101312
(16,19,18)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #3D4951

#3D4951
(61,73,81)
#4E5960
(78,89,96)
#5F696F
(95,105,111)
#70797E
(112,121,126)
#81898D
(129,137,141)
#92999C
(146,153,156)
#A3A9AB
(163,169,171)
#B4B9BA
(180,185,186)
#C5C9C9
(197,201,201)
#D6D9D8
(214,217,216)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4951 color. Also use rgb(61,73,81) instead hex code.

Text Font Color

.myTextColor { color: #3D4951; }

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

This text font color is #3D4951.


Background Color

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

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

This div background color is #3D4951.


Border color

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

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

This div border color is #3D4951.


Opacity

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

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

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

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

This text has shadow with #3D4951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4951 on black background.


Color preview on white background

This text has color #3D4951 on white background.



Black color preview on #3D4951 background

This text has black color on #3D4951 background.


White color preview on #3D4951 background

This text has white color on #3D4951 background.