COLOR #3D5552

HEX: #3D5552 RGB: (61,85,82)

Color info

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

RGB color model

#3D5552 color RGB value is (61,85,82).

RGB: (61,85,82) (24%, 33%, 32%)

RGB channels and saturation

R 61 of 255 = 24%
G 85 of 255 = 33%
B 82 of 255 = 32%

61
85
82

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

Portions of RGB colors in percentages

R + G + B = 61 + 85 + 82 = 228 (100%)
R 61 of 228 ~ 26.75%
G 85 of 228 ~ 37.28%
B 82 of 228 ~ 35.96'%

%26.75
%37.28
%35.96

CMYK color model

#3D5552 color CMYK value is (28,0,4,67).

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

CMYK: (28,0,4,67)
C28M0Y4K67 (28%, 0%, 4%, 67%)
(0.28 / 0.00 / 0.04 / 0.67)

CMYK percentages

%28.24
%0
%3.53
%66.67

Codes

Color #3D5552 in popluar color models

3D 55 52
RGB 61 85 82
HSL 173° 16.44% 28.63%
HSB/HSV 173° 28.24% 33.33%
CMYK 28.24% 0.00% 3.53%
66.67%

Color #3D5552 in popluar number systems.

HEX 3D 55 52
Decimal 61 85 82
Binary 111101 1010101 1010010
Octal 75 125 122

Shades and tints

Shades of #3D5552

#3D5552
(61,85,82)
#384E4B
(56,78,75)
#334744
(51,71,68)
#2E403D
(46,64,61)
#293936
(41,57,54)
#24322F
(36,50,47)
#1F2B28
(31,43,40)
#1A2421
(26,36,33)
#151D1A
(21,29,26)
#101613
(16,22,19)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #3D5552

#3D5552
(61,85,82)
#4E6461
(78,100,97)
#5F7370
(95,115,112)
#70827F
(112,130,127)
#81918E
(129,145,142)
#92A09D
(146,160,157)
#A3AFAC
(163,175,172)
#B4BEBB
(180,190,187)
#C5CDCA
(197,205,202)
#D6DCD9
(214,220,217)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5552; }

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

This text font color is #3D5552.

Background Color

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

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

This div background color is #3D5552.

Border color

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

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

This div border color is #3D5552.

Opacity

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

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

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

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

This text has shadow with #3D5552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5552.

Preview

Color preview on black background

This text has color #3D5552 on black background.


Color preview on white background

This text has color #3D5552 on white background.


Black color preview on #3D5552 background

This text has black color on #3D5552 background.


White color preview on #3D5552 background

This text has white color on #3D5552 background.


Related colors

Complementary color

Complementary color for #hex is #C2AAAD.


I love getcolorcode.com

Triadic colors

1 #523D55 and #55523D with #3D5552 are triadic colors.

2 #52553D and #553D52 with #3D5552 are triadic colors.