COLOR #3D5550

HEX: #3D5550 RGB: (61,85,80)

Color info

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

RGB color model

#3D5550 color RGB value is (61,85,80).

RGB: (61,85,80) (24%, 33%, 31%)

RGB channels and saturation

R 61 of 255 = 24%
G 85 of 255 = 33%
B 80 of 255 = 31%

61
85
80

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

Portions of RGB colors in percentages

R + G + B = 61 + 85 + 80 = 226 (100%)
R 61 of 226 ~ 26.99%
G 85 of 226 ~ 37.61%
B 80 of 226 ~ 35.4'%

%26.99
%37.61
%35.4

CMYK color model

#3D5550 color CMYK value is (28,0,6,67).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 66.67%

CMYK: (28,0,6,67)
C28M0Y6K67 (28%, 0%, 6%, 67%)
(0.28 / 0.00 / 0.06 / 0.67)

CMYK percentages

%28.24
%0
%5.88
%66.67

Codes

Color #3D5550 in popluar color models

3D 55 50
RGB 61 85 80
HSL 168° 16.44% 28.63%
HSB/HSV 168° 28.24% 33.33%
CMYK 28.24% 0.00% 5.88%
66.67%

Color #3D5550 in popluar number systems.

HEX 3D 55 50
Decimal 61 85 80
Binary 111101 1010101 1010000
Octal 75 125 120

Shades and tints

Shades of #3D5550

#3D5550
(61,85,80)
#384E49
(56,78,73)
#334742
(51,71,66)
#2E403B
(46,64,59)
#293934
(41,57,52)
#24322D
(36,50,45)
#1F2B26
(31,43,38)
#1A241F
(26,36,31)
#151D18
(21,29,24)
#101611
(16,22,17)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #3D5550

#3D5550
(61,85,80)
#4E645F
(78,100,95)
#5F736E
(95,115,110)
#70827D
(112,130,125)
#81918C
(129,145,140)
#92A09B
(146,160,155)
#A3AFAA
(163,175,170)
#B4BEB9
(180,190,185)
#C5CDC8
(197,205,200)
#D6DCD7
(214,220,215)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5550; }

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

This text font color is #3D5550.

Background Color

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

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

This div background color is #3D5550.

Border color

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

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

This div border color is #3D5550.

Opacity

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

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

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

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

This text has shadow with #3D5550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5550.

Preview

Color preview on black background

This text has color #3D5550 on black background.


Color preview on white background

This text has color #3D5550 on white background.


Black color preview on #3D5550 background

This text has black color on #3D5550 background.


White color preview on #3D5550 background

This text has white color on #3D5550 background.


Related colors

Complementary color

Complementary color for #hex is #C2AAAF.


I love getcolorcode.com

Triadic colors

1 #503D55 and #55503D with #3D5550 are triadic colors.

2 #50553D and #553D50 with #3D5550 are triadic colors.