COLOR #3D3F55

HEX: #3D3F55
RGB: (61,63,85)

Color info

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

RGB color model

#3D3F55 color RGB value is (61,63,85).

  • red value is 61;
  • green value is 63;
  • blue value is 85.
RGB:
(61,63,85)
(24%,25%,33%)

RGB channels and saturation

R 61 of 255 = 24%
G 63 of 255 = 25%
B 85 of 255 = 33%

61
63
85

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

Portions of RGB colors in percentages

R + G + B =
61 + 63 + 85 = 209 (100%)
R 61 of 209 ~ 29.19%
G 63 of 209 ~ 30.14%
B 85 of 209 ~ 40.67%

%29.19
%30.14
%40.67

CMYK color model

#3D3F55 color CMYK value is (28,26,0,67).

  • cyan value is 28.24%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(28,26,0,67)
C28M26Y0K67 
(28%,26%,0%,67%)
(0.28/0.26/0.00/0.67)	

CMYK percentages

%28.24
%25.88
%0
%66.67

Codes

Color #3D3F55 in popluar color models

3D3F55
RGB616385
HSL235°16.44%28.63%
HSB/HSV235°28.24%33.33%
CMYK28.24%25.88%0.00%
66.67%

Color #3D3F55 in popluar number systems.

HEX3D3F55
Decimal616385
Binary1111011111111010101
Octal7577125

Shades and tints

Shades of #3D3F55

#3D3F55
(61,63,85)
#383A4E
(56,58,78)
#333547
(51,53,71)
#2E3040
(46,48,64)
#292B39
(41,43,57)
#242632
(36,38,50)
#1F212B
(31,33,43)
#1A1C24
(26,28,36)
#15171D
(21,23,29)
#101216
(16,18,22)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #3D3F55

#3D3F55
(61,63,85)
#4E5064
(78,80,100)
#5F6173
(95,97,115)
#707282
(112,114,130)
#818391
(129,131,145)
#9294A0
(146,148,160)
#A3A5AF
(163,165,175)
#B4B6BE
(180,182,190)
#C5C7CD
(197,199,205)
#D6D8DC
(214,216,220)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3F55 color. Also use rgb(61,63,85) instead hex code.

Text Font Color

.myTextColor { color: #3D3F55; }

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

This text font color is #3D3F55.


Background Color

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

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

This div background color is #3D3F55.


Border color

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

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

This div border color is #3D3F55.


Opacity

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

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

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

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

This text has shadow with #3D3F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3F55 on black background.


Color preview on white background

This text has color #3D3F55 on white background.



Black color preview on #3D3F55 background

This text has black color on #3D3F55 background.


White color preview on #3D3F55 background

This text has white color on #3D3F55 background.