COLOR #3D494D

HEX: #3D494D
RGB: (61,73,77)

Color info

#3D494D contains red, green and blue colors in about the same proportion. Web safe color of #3D494D is #333333 (or #333).

RGB color model

#3D494D color RGB value is (61,73,77).

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

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 77 of 255 = 30%

61
73
77

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

Portions of RGB colors in percentages

R + G + B =
61 + 73 + 77 = 211 (100%)
R 61 of 211 ~ 28.91%
G 73 of 211 ~ 34.6%
B 77 of 211 ~ 36.49%

%28.91
%34.6
%36.49

CMYK color model

#3D494D color CMYK value is (21,5,0,70).

  • cyan value is 20.78%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(21,5,0,70)
C21M5Y0K70 
(21%,5%,0%,70%)
(0.21/0.05/0.00/0.70)	

CMYK percentages

%20.78
%5.19
%0
%69.8

Codes

Color #3D494D in popluar color models

3D494D
RGB617377
HSL195°11.59%27.06%
HSB/HSV195°20.78%30.20%
CMYK20.78%5.19%0.00%
69.80%

Color #3D494D in popluar number systems.

HEX3D494D
Decimal617377
Binary11110110010011001101
Octal75111115

Shades and tints

Shades of #3D494D

#3D494D
(61,73,77)
#384346
(56,67,70)
#333D3F
(51,61,63)
#2E3738
(46,55,56)
#293131
(41,49,49)
#242B2A
(36,43,42)
#1F2523
(31,37,35)
#1A1F1C
(26,31,28)
#151915
(21,25,21)
#10130E
(16,19,14)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #3D494D

#3D494D
(61,73,77)
#4E595D
(78,89,93)
#5F696D
(95,105,109)
#70797D
(112,121,125)
#81898D
(129,137,141)
#92999D
(146,153,157)
#A3A9AD
(163,169,173)
#B4B9BD
(180,185,189)
#C5C9CD
(197,201,205)
#D6D9DD
(214,217,221)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D494D; }

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

This text font color is #3D494D.


Background Color

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

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

This div background color is #3D494D.


Border color

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

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

This div border color is #3D494D.


Opacity

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

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

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

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

This text has shadow with #3D494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D494D on black background.


Color preview on white background

This text has color #3D494D on white background.



Black color preview on #3D494D background

This text has black color on #3D494D background.


White color preview on #3D494D background

This text has white color on #3D494D background.