COLOR #3D4B4F

HEX: #3D4B4F
RGB: (61,75,79)

Color info

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

RGB color model

#3D4B4F color RGB value is (61,75,79).

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

RGB channels and saturation

R 61 of 255 = 24%
G 75 of 255 = 29%
B 79 of 255 = 31%

61
75
79

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

Portions of RGB colors in percentages

R + G + B =
61 + 75 + 79 = 215 (100%)
R 61 of 215 ~ 28.37%
G 75 of 215 ~ 34.88%
B 79 of 215 ~ 36.74%

%28.37
%34.88
%36.74

CMYK color model

#3D4B4F color CMYK value is (23,5,0,69).

  • cyan value is 22.78%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(23,5,0,69)
C23M5Y0K69 
(23%,5%,0%,69%)
(0.23/0.05/0.00/0.69)	

CMYK percentages

%22.78
%5.06
%0
%69.02

Codes

Color #3D4B4F in popluar color models

3D4B4F
RGB617579
HSL193°12.86%27.45%
HSB/HSV193°22.78%30.98%
CMYK22.78%5.06%0.00%
69.02%

Color #3D4B4F in popluar number systems.

HEX3D4B4F
Decimal617579
Binary11110110010111001111
Octal75113117

Shades and tints

Shades of #3D4B4F

#3D4B4F
(61,75,79)
#384548
(56,69,72)
#333F41
(51,63,65)
#2E393A
(46,57,58)
#293333
(41,51,51)
#242D2C
(36,45,44)
#1F2725
(31,39,37)
#1A211E
(26,33,30)
#151B17
(21,27,23)
#101510
(16,21,16)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #3D4B4F

#3D4B4F
(61,75,79)
#4E5B5F
(78,91,95)
#5F6B6F
(95,107,111)
#707B7F
(112,123,127)
#818B8F
(129,139,143)
#929B9F
(146,155,159)
#A3ABAF
(163,171,175)
#B4BBBF
(180,187,191)
#C5CBCF
(197,203,207)
#D6DBDF
(214,219,223)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4B4F; }

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

This text font color is #3D4B4F.


Background Color

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

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

This div background color is #3D4B4F.


Border color

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

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

This div border color is #3D4B4F.


Opacity

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

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

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

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

This text has shadow with #3D4B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4B4F on black background.


Color preview on white background

This text has color #3D4B4F on white background.



Black color preview on #3D4B4F background

This text has black color on #3D4B4F background.


White color preview on #3D4B4F background

This text has white color on #3D4B4F background.