COLOR #3D434F

HEX: #3D434F RGB: (61,67,79)

Color info

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

RGB color model

#3D434F color RGB value is (61,67,79).

RGB: (61,67,79) (24%, 26%, 31%)

RGB channels and saturation

R 61 of 255 = 24%
G 67 of 255 = 26%
B 79 of 255 = 31%

61
67
79

R + G + B ~ 27%. #3D434F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 67 + 79 = 207 (100%)
R 61 of 207 ~ 29.47%
G 67 of 207 ~ 32.37%
B 79 of 207 ~ 38.16'%

%29.47
%32.37
%38.16

CMYK color model

#3D434F color CMYK value is (23,15,0,69).

  • cyan value is 22.78%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (23,15,0,69)
C23M15Y0K69 (23%, 15%, 0%, 69%)
(0.23 / 0.15 / 0.00 / 0.69)

CMYK percentages

%22.78
%15.19
%0
%69.02

Codes

Color #3D434F in popluar color models

3D 43 4F
RGB 61 67 79
HSL 220° 12.86% 27.45%
HSB/HSV 220° 22.78% 30.98%
CMYK 22.78% 15.19% 0.00%
69.02%

Color #3D434F in popluar number systems.

HEX 3D 43 4F
Decimal 61 67 79
Binary 111101 1000011 1001111
Octal 75 103 117

Shades and tints

Shades of #3D434F

#3D434F
(61,67,79)
#383D48
(56,61,72)
#333741
(51,55,65)
#2E313A
(46,49,58)
#292B33
(41,43,51)
#24252C
(36,37,44)
#1F1F25
(31,31,37)
#1A191E
(26,25,30)
#151317
(21,19,23)
#100D10
(16,13,16)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #3D434F

#3D434F
(61,67,79)
#4E545F
(78,84,95)
#5F656F
(95,101,111)
#70767F
(112,118,127)
#81878F
(129,135,143)
#92989F
(146,152,159)
#A3A9AF
(163,169,175)
#B4BABF
(180,186,191)
#C5CBCF
(197,203,207)
#D6DCDF
(214,220,223)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D434F; }

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

This text font color is #3D434F.

Background Color

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

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

This div background color is #3D434F.

Border color

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

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

This div border color is #3D434F.

Opacity

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

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

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

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

This text has shadow with #3D434F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D434F.

Preview

Color preview on black background

This text has color #3D434F on black background.


Color preview on white background

This text has color #3D434F on white background.


Black color preview on #3D434F background

This text has black color on #3D434F background.


White color preview on #3D434F background

This text has white color on #3D434F background.


Related colors

Complementary color

Complementary color for #hex is #C2BCB0.


I love getcolorcode.com

Triadic colors

1 #4F3D43 and #434F3D with #3D434F are triadic colors.

2 #4F433D and #433D4F with #3D434F are triadic colors.