COLOR #3D5455

HEX: #3D5455
RGB: (61,84,85)

Color info

#3D5455 contains red, green and blue colors in about the same proportion. Web safe color of #3D5455 is #336666 (or #366).

RGB color model

#3D5455 color RGB value is (61,84,85).

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

RGB channels and saturation

R 61 of 255 = 24%
G 84 of 255 = 33%
B 85 of 255 = 33%

61
84
85

R + G + B ~ 30%. #3D5455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 84 + 85 = 230 (100%)
R 61 of 230 ~ 26.52%
G 84 of 230 ~ 36.52%
B 85 of 230 ~ 36.96%

%26.52
%36.52
%36.96

CMYK color model

#3D5455 color CMYK value is (28,1,0,67).

  • cyan value is 28.24%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(28,1,0,67)
C28M1Y0K67 
(28%,1%,0%,67%)
(0.28/0.01/0.00/0.67)	

CMYK percentages

%28.24
%1.18
%0
%66.67

Codes

Color #3D5455 in popluar color models

3D5455
RGB618485
HSL183°16.44%28.63%
HSB/HSV183°28.24%33.33%
CMYK28.24%1.18%0.00%
66.67%

Color #3D5455 in popluar number systems.

HEX3D5455
Decimal618485
Binary11110110101001010101
Octal75124125

Shades and tints

Shades of #3D5455

#3D5455
(61,84,85)
#384D4E
(56,77,78)
#334647
(51,70,71)
#2E3F40
(46,63,64)
#293839
(41,56,57)
#243132
(36,49,50)
#1F2A2B
(31,42,43)
#1A2324
(26,35,36)
#151C1D
(21,28,29)
#101516
(16,21,22)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #3D5455

#3D5455
(61,84,85)
#4E6364
(78,99,100)
#5F7273
(95,114,115)
#708182
(112,129,130)
#819091
(129,144,145)
#929FA0
(146,159,160)
#A3AEAF
(163,174,175)
#B4BDBE
(180,189,190)
#C5CCCD
(197,204,205)
#D6DBDC
(214,219,220)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5455; }

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

This text font color is #3D5455.


Background Color

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

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

This div background color is #3D5455.


Border color

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

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

This div border color is #3D5455.


Opacity

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

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

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

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

This text has shadow with #3D5455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5455 on black background.


Color preview on white background

This text has color #3D5455 on white background.



Black color preview on #3D5455 background

This text has black color on #3D5455 background.


White color preview on #3D5455 background

This text has white color on #3D5455 background.