COLOR #3D4855

HEX: #3D4855
RGB: (61,72,85)

Color info

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

RGB color model

#3D4855 color RGB value is (61,72,85).

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

RGB channels and saturation

R 61 of 255 = 24%
G 72 of 255 = 28%
B 85 of 255 = 33%

61
72
85

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

Portions of RGB colors in percentages

R + G + B =
61 + 72 + 85 = 218 (100%)
R 61 of 218 ~ 27.98%
G 72 of 218 ~ 33.03%
B 85 of 218 ~ 38.99%

%27.98
%33.03
%38.99

CMYK color model

#3D4855 color CMYK value is (28,15,0,67).

  • cyan value is 28.24%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(28,15,0,67)
C28M15Y0K67 
(28%,15%,0%,67%)
(0.28/0.15/0.00/0.67)	

CMYK percentages

%28.24
%15.29
%0
%66.67

Codes

Color #3D4855 in popluar color models

3D4855
RGB617285
HSL213°16.44%28.63%
HSB/HSV213°28.24%33.33%
CMYK28.24%15.29%0.00%
66.67%

Color #3D4855 in popluar number systems.

HEX3D4855
Decimal617285
Binary11110110010001010101
Octal75110125

Shades and tints

Shades of #3D4855

#3D4855
(61,72,85)
#38424E
(56,66,78)
#333C47
(51,60,71)
#2E3640
(46,54,64)
#293039
(41,48,57)
#242A32
(36,42,50)
#1F242B
(31,36,43)
#1A1E24
(26,30,36)
#15181D
(21,24,29)
#101216
(16,18,22)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #3D4855

#3D4855
(61,72,85)
#4E5864
(78,88,100)
#5F6873
(95,104,115)
#707882
(112,120,130)
#818891
(129,136,145)
#9298A0
(146,152,160)
#A3A8AF
(163,168,175)
#B4B8BE
(180,184,190)
#C5C8CD
(197,200,205)
#D6D8DC
(214,216,220)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4855; }

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

This text font color is #3D4855.


Background Color

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

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

This div background color is #3D4855.


Border color

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

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

This div border color is #3D4855.


Opacity

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

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

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

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

This text has shadow with #3D4855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4855 on black background.


Color preview on white background

This text has color #3D4855 on white background.



Black color preview on #3D4855 background

This text has black color on #3D4855 background.


White color preview on #3D4855 background

This text has white color on #3D4855 background.