COLOR #3D4A55

HEX: #3D4A55
RGB: (61,74,85)

Color info

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

RGB color model

#3D4A55 color RGB value is (61,74,85).

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

RGB channels and saturation

R 61 of 255 = 24%
G 74 of 255 = 29%
B 85 of 255 = 33%

61
74
85

R + G + B ~ 29%. #3D4A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 74 + 85 = 220 (100%)
R 61 of 220 ~ 27.73%
G 74 of 220 ~ 33.64%
B 85 of 220 ~ 38.64%

%27.73
%33.64
%38.64

CMYK color model

#3D4A55 color CMYK value is (28,13,0,67).

  • cyan value is 28.24%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(28,13,0,67)
C28M13Y0K67 
(28%,13%,0%,67%)
(0.28/0.13/0.00/0.67)	

CMYK percentages

%28.24
%12.94
%0
%66.67

Codes

Color #3D4A55 in popluar color models

3D4A55
RGB617485
HSL208°16.44%28.63%
HSB/HSV208°28.24%33.33%
CMYK28.24%12.94%0.00%
66.67%

Color #3D4A55 in popluar number systems.

HEX3D4A55
Decimal617485
Binary11110110010101010101
Octal75112125

Shades and tints

Shades of #3D4A55

#3D4A55
(61,74,85)
#38444E
(56,68,78)
#333E47
(51,62,71)
#2E3840
(46,56,64)
#293239
(41,50,57)
#242C32
(36,44,50)
#1F262B
(31,38,43)
#1A2024
(26,32,36)
#151A1D
(21,26,29)
#101416
(16,20,22)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #3D4A55

#3D4A55
(61,74,85)
#4E5A64
(78,90,100)
#5F6A73
(95,106,115)
#707A82
(112,122,130)
#818A91
(129,138,145)
#929AA0
(146,154,160)
#A3AAAF
(163,170,175)
#B4BABE
(180,186,190)
#C5CACD
(197,202,205)
#D6DADC
(214,218,220)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4A55; }

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

This text font color is #3D4A55.


Background Color

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

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

This div background color is #3D4A55.


Border color

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

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

This div border color is #3D4A55.


Opacity

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

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

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

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

This text has shadow with #3D4A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4A55 on black background.


Color preview on white background

This text has color #3D4A55 on white background.



Black color preview on #3D4A55 background

This text has black color on #3D4A55 background.


White color preview on #3D4A55 background

This text has white color on #3D4A55 background.