COLOR #3D5357

HEX: #3D5357 RGB: (61,83,87)

Color info

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

RGB color model

#3D5357 color RGB value is (61,83,87).

RGB: (61,83,87) (24%, 33%, 34%)

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 87 of 255 = 34%

61
83
87

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

Portions of RGB colors in percentages

R + G + B = 61 + 83 + 87 = 231 (100%)
R 61 of 231 ~ 26.41%
G 83 of 231 ~ 35.93%
B 87 of 231 ~ 37.66'%

%26.41
%35.93
%37.66

CMYK color model

#3D5357 color CMYK value is (30,5,0,66).

  • cyan value is 29.89%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (30,5,0,66)
C30M5Y0K66 (30%, 5%, 0%, 66%)
(0.30 / 0.05 / 0.00 / 0.66)

CMYK percentages

%29.89
%4.6
%0
%65.88

Codes

Color #3D5357 in popluar color models

3D 53 57
RGB 61 83 87
HSL 189° 17.57% 29.02%
HSB/HSV 189° 29.89% 34.12%
CMYK 29.89% 4.60% 0.00%
65.88%

Color #3D5357 in popluar number systems.

HEX 3D 53 57
Decimal 61 83 87
Binary 111101 1010011 1010111
Octal 75 123 127

Shades and tints

Shades of #3D5357

#3D5357
(61,83,87)
#384C50
(56,76,80)
#334549
(51,69,73)
#2E3E42
(46,62,66)
#29373B
(41,55,59)
#243034
(36,48,52)
#1F292D
(31,41,45)
#1A2226
(26,34,38)
#151B1F
(21,27,31)
#101418
(16,20,24)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #3D5357

#3D5357
(61,83,87)
#4E6266
(78,98,102)
#5F7175
(95,113,117)
#708084
(112,128,132)
#818F93
(129,143,147)
#929EA2
(146,158,162)
#A3ADB1
(163,173,177)
#B4BCC0
(180,188,192)
#C5CBCF
(197,203,207)
#D6DADE
(214,218,222)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5357 color. Also use rgb(61,83,87) instead hex code.

Text Font Color

.myTextColor { color: #3D5357; }

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

This text font color is #3D5357.

Background Color

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

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

This div background color is #3D5357.

Border color

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

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

This div border color is #3D5357.

Opacity

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

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

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

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

This text has shadow with #3D5357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5357.

Preview

Color preview on black background

This text has color #3D5357 on black background.


Color preview on white background

This text has color #3D5357 on white background.


Black color preview on #3D5357 background

This text has black color on #3D5357 background.


White color preview on #3D5357 background

This text has white color on #3D5357 background.


Related colors

Complementary color

Complementary color for #hex is #C2ACA8.


I love getcolorcode.com

Triadic colors

1 #573D53 and #53573D with #3D5357 are triadic colors.

2 #57533D and #533D57 with #3D5357 are triadic colors.