COLOR #3D3E50

HEX: #3D3E50
RGB: (61,62,80)

Color info

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

RGB color model

#3D3E50 color RGB value is (61,62,80).

  • red value is 61;
  • green value is 62;
  • blue value is 80.
RGB: (61,62,80) (24%,24%,31%)

RGB channels and saturation

R 61 of 255 = 24%
G 62 of 255 = 24%
B 80 of 255 = 31%

61
62
80

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

Portions of RGB colors in percentages

R + G + B =
61 + 62 + 80 = 203 (100%)
R 61 of 203 ~ 30.05%
G 62 of 203 ~ 30.54%
B 80 of 203 ~ 39.41%

%30.05
%30.54
%39.41

CMYK color model

#3D3E50 color CMYK value is (24,23,0,69).

  • cyan value is 23.75%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (24,23,0,69) C24M23Y0K69 (24%,23%,0%,69%) (0.24/0.23/0.00/0.69)

CMYK percentages

%23.75
%22.5
%0
%68.63

Codes

Color #3D3E50 in popluar color models

3D3E50
RGB616280
HSL237°13.48%27.65%
HSB/HSV237°23.75%31.37%
CMYK23.75%22.50%0.00%
68.63%

Color #3D3E50 in popluar number systems.

HEX3D3E50
Decimal616280
Binary1111011111101010000
Octal7576120

Shades and tints

Shades of #3D3E50

#3D3E50
(61,62,80)
#383949
(56,57,73)
#333442
(51,52,66)
#2E2F3B
(46,47,59)
#292A34
(41,42,52)
#24252D
(36,37,45)
#1F2026
(31,32,38)
#1A1B1F
(26,27,31)
#151618
(21,22,24)
#101111
(16,17,17)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #3D3E50

#3D3E50
(61,62,80)
#4E4F5F
(78,79,95)
#5F606E
(95,96,110)
#70717D
(112,113,125)
#81828C
(129,130,140)
#92939B
(146,147,155)
#A3A4AA
(163,164,170)
#B4B5B9
(180,181,185)
#C5C6C8
(197,198,200)
#D6D7D7
(214,215,215)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3E50 color. Also use rgb(61,62,80) instead hex code.

Text Font Color

.myTextColor { color: #3D3E50; }

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

This text font color is #3D3E50.


Background Color

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

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

This div background color is #3D3E50.


Border color

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

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

This div border color is #3D3E50.


Opacity

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

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

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

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

This text has shadow with #3D3E50 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3D3E50 on black background.


Color preview on white background

This text has color #3D3E50 on white background.



Black color preview on #3D3E50 background

This text has black color on #3D3E50 background.


White color preview on #3D3E50 background

This text has white color on #3D3E50 background.