COLOR #3D404C

HEX: #3D404C
RGB: (61,64,76)

Color info

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

RGB color model

#3D404C color RGB value is (61,64,76).

  • red value is 61;
  • green value is 64;
  • blue value is 76.
RGB:
(61,64,76)
(24%,25%,30%)

RGB channels and saturation

R 61 of 255 = 24%
G 64 of 255 = 25%
B 76 of 255 = 30%

61
64
76

R + G + B ~ 26%. #3D404C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 64 + 76 = 201 (100%)
R 61 of 201 ~ 30.35%
G 64 of 201 ~ 31.84%
B 76 of 201 ~ 37.81%

%30.35
%31.84
%37.81

CMYK color model

#3D404C color CMYK value is (20,16,0,70).

  • cyan value is 19.74%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(20,16,0,70)
C20M16Y0K70 
(20%,16%,0%,70%)
(0.20/0.16/0.00/0.70)	

CMYK percentages

%19.74
%15.79
%0
%70.2

Codes

Color #3D404C in popluar color models

3D404C
RGB616476
HSL228°10.95%26.86%
HSB/HSV228°19.74%29.80%
CMYK19.74%15.79%0.00%
70.20%

Color #3D404C in popluar number systems.

HEX3D404C
Decimal616476
Binary11110110000001001100
Octal75100114

Shades and tints

Shades of #3D404C

#3D404C
(61,64,76)
#383B46
(56,59,70)
#333640
(51,54,64)
#2E313A
(46,49,58)
#292C34
(41,44,52)
#24272E
(36,39,46)
#1F2228
(31,34,40)
#1A1D22
(26,29,34)
#15181C
(21,24,28)
#101316
(16,19,22)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #3D404C

#3D404C
(61,64,76)
#4E515C
(78,81,92)
#5F626C
(95,98,108)
#70737C
(112,115,124)
#81848C
(129,132,140)
#92959C
(146,149,156)
#A3A6AC
(163,166,172)
#B4B7BC
(180,183,188)
#C5C8CC
(197,200,204)
#D6D9DC
(214,217,220)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D404C color. Also use rgb(61,64,76) instead hex code.

Text Font Color

.myTextColor { color: #3D404C; }

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

This text font color is #3D404C.


Background Color

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

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

This div background color is #3D404C.


Border color

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

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

This div border color is #3D404C.


Opacity

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

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

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

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

This text has shadow with #3D404C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D404C on black background.


Color preview on white background

This text has color #3D404C on white background.



Black color preview on #3D404C background

This text has black color on #3D404C background.


White color preview on #3D404C background

This text has white color on #3D404C background.